Sign In
Y(n) = 1 + 4(n) However, we want n to start at 1 and not at 0. We can fix this it replacing n-1 for n in the function rule. Y(n) = 1 + 4(n-1) To verify if our model works, we can find the predicted number of yellow folders for n= 1, 2, and 3 and count them in the figure to compare.
| 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.
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
| 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.
n= 4
Subtract terms
Calculate power
Multiply
Add terms
a/b=.a /13./.b /13.
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.