Respuesta :
the 0.7 gives the next height of each bounce
For example say first bounce was 7 ft then next bounce will be t*0.7 = 4.9 ft
Then next boune will be 7*(0.7)^2 and so on.
For example say first bounce was 7 ft then next bounce will be t*0.7 = 4.9 ft
Then next boune will be 7*(0.7)^2 and so on.
Answer:
As per the statement:
A ball is dropped from a certain height.
The function is given as:
[tex]f(n)=9 \cdot(0.7)^n[/tex]
where,
f(n) represents the height in feet
n represents the number of times the ball bounces.
for n = 0
f(0) = 9
Initial height = 9
for n = 1
[tex]f(1)=9 \cdot(0.7)^1=6.3[/tex]
For n = 2
[tex]f(2)=9 \cdot(0.7)^2=4.41[/tex] and so on...
Since;
[tex]\frac{f(2)}{f(1)} = 0.7[/tex]
⇒[tex]f(2) = 0.7f(1)[/tex]
In general:
[tex]f(n+1)=0.7 \cdot f(n)[/tex]
or
[tex]f(n+1)=70\% \cdot f(n)[/tex]
therefore, 0.7 represents the ball bounces to 70% of its previous height with each bounce.