Answer:
We know that the original price of the bike was $8,000.
After one year, the price of the bike decays a 12%, then the new price of the bike is:
P(1) = $8,000*( 1 - 12%/100%) = $8,000*(1 - 0.12)
After another year, the price again decays a 12%, the new price will be:
P(2) = $8,000*(1 - 0.12)*(1 - 12%/100%) = $8,000*(1 - 0.12)*(1 - 0.12) = $8,000*(1 - 0.12)^2
We already can see the pattern here, after t years, the price of the bike will be:
P(t) = $8,000*(1 - 0.12)^t
With this equation, we can find the price of the bike after 5 years, where we only need to replace t by 5
We will get:
P(5) = $8,000*(1 - 0.12)^5 = $4,221.9
The price of the bike after 5 years is $4,221.9.
Now we want two equations to represent this, so we need another.
This is kinda trivial, because there is only one equation that represents this, so we only can rewrite our equation in another form.
We could say that the price of the bike after t years is:
P(t) = $8,000*(0.88)^t
or something like:
P(t) = $7040*(0.88)^(t - 1)
Where i multiplied the initial value by 0.88, and then reduced the exponent by one.