Open In App

Puzzle | Six Matches

Last Updated : 27 Sep, 2025
Comments
Improve
Suggest changes
10 Likes
Like
Report

Given six matchsticks. The task is that you have to rearrange them to make nothing.

code_5


Check if you were right - full answer with solution below.

Solution:

Approach 1: The puzzle is to make something from the 6 matches which represents nothing. We have to arrange the 6 matches in some particular order like the mention below: 

code_3


Approach 2 : 0 indicates nothing.



Explore