106k views
24 votes
Write an expression for the number of small squares in pattern n

Please properly answer.

User Nathanjw
by
4.8k points

1 Answer

12 votes

Answer:

(n + 2)² + 6

Explanation:

pattern 1:

Total squares = 15

3² + 6 = 16

Pattern 2:

Total squares = 22

4² + 6

Pattern 3:

Total squares = 31

5² + 6

Looking at the series,

There is an Increment of 1 in squared integer as the pattern increases; there is also a constant integer of 6

Hence, expressing the nth pattern in the form ;

(n + a)² + b

Where n is the nth pattern ; a = (Coefficient of n² in first pattern - 1) = (3 - 1) =2 ;

b = 6

Hence, we have ;

(n + 2)² + 6

Write an expression for the number of small squares in pattern n Please properly answer-example-1
User Cameo
by
4.9k points