I used 12 matches to do:
How many matches do I have to use to do a square.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Define Tn to be the no. of match stincks needed for a nXn square. There are (n+1) rows and columns with n matchsticks. So,Tn=2n(n+1) Hence T20=2X20X21=840