
Andy C. answered 03/19/18
Tutor
4.9
(27)
Math/Physics Tutor
Two linear equations will model the number of triangles and the number of squares.
THe ordered pairs are ( n, y ) where n is the size and y is the number of each shape.
FOr the triangles we have (1,4) and (2,8), so the slope is (8-4)/(2-1) = 4/1 = 4
THe intercept is y - m*x = 4 - 4*1 = 4 - 4 = 0
So the equation for the triangles is y = 4*n + 0 = 4 * n
For the squares we have (1,0) and (2,4) , so the slope is (4-0)/(2-1) = 4/1 = 4
THe intercept is y - m*x = 0 - 4*1 = 0 - 4 = -4
So the equation for the squares is y = 4*n - 4
So for size n=3, she needs 4*3 = 12 triangles and 4*3 - 4 = 12 - 4 = 8 squares
For size n=4, she needs 4*4 = 16 triangles and 4*4-4 = 16 - 4 = 12 squares
For size n=5, she needs 4*5 = 20 triangles and 4*5 - 4 = 20 - 4 = 16 squares