Question:

The number of squares in the given figure is: 

Show Hint

In grid-based figures, count all sizes of squares from 1×1 to n×n by squaring the possible top-left positions.
  • 21
  • 24
  • 30
  • 25
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Assuming the figure is a 4×4 grid of small squares, count all possible square sizes:

\(1 \times 1\) squares: \(4 \times 4 = 16\)
\(2 \times 2\) squares: \(3 \times 3 = 9\)
\(3 \times 3\) squares: \(2 \times 2 = 4\)
\(4 \times 4\) square: \(1\)

Total number of squares = \(16 + 9 + 4 + 1 = \fbox{30}\)
Was this answer helpful?
0
0