Observe the pattern :
Find the number of matchsticks required to make 'n' number of 2’s.
5n
A '2' made using matchsticks is shown below.
In the above pattern, the number of matchsticks required to make one 2 is 5.
So, inorder to make 'n' 2’s, we need 5n matchsticks.