Sign In
Since the yellow folders are increasing at a constant rate of 4, we can model this by using a linear function with a slope of 4. Furthermore, since it starts with 1 folder, the y-intercept should be 1.
| n | 1+4(n-1) | Y(n) |
|---|---|---|
| 1 | 1+4(n- 1) | Y( 1)=1 |
| 2 | 1+4(n- 2) | Y( 2)=5 |
| 3 | 1+4(n- 3) | Y( 3)=9 |
We can see that the predictions match the number of yellow folders at each step, so we can be sure that our model is correct.
Please note that there are different ways of writing a function equivalent to this one.
1 → 3 → 5 → ... → 2n-1
Furthermore, since the arrangement is square, the total number of folders T(n) can be obtained by multiplying the number of folders per side times itself.
T(n)= (2n-1)^2, Y(n)= 1+4(n-1)
Distribute -1
(a-b)^2=a^2-2ab+b^2
Distribute -4
Add and subtract terms
Factor out 4
a^2-2ab+b^2=(a-b)^2
To verify if our model works, we can find the predicted number of green folders for n= 1, 2, and 3 and count them in the figure to compare.
| n | 4(n-1)^2 | G(n) |
|---|---|---|
| 1 | 4( 1-1)^2 | G( 1)=0 |
| 2 | 4( 2-1)^2 | G( 2)=4 |
| 3 | 4( 3-1)^2 | G( 3)=16 |
We can see that the predictions match the number of green folders at each step, so we can be sure that our model is correct.
Please note that there are different ways of writing a function equivalent to this one.
R(n) = Y(n)/G(n) = 1 + 4(n-1)/4(n-1)^2
n= 4
Subtract terms
Calculate power
Multiply
Add terms
a/b=.a /13./.b /13.
Recall that in Part A we saw that the pattern was growing by one yellow folder on each diagonal, and the rest of spaces are taken by green folders. With this in mind, we can draw the diagram for Step 4. Then, we can count the folders and verify our prediction.
As we can see, the number of yellow folders is 13 and the number of green folders is 36. The ratio of yellow folders to green folders is then 1336= 13, as predicted.