#Is the answer 72? Kinda confused.
9 messages · Page 1 of 1 (latest)
e
Keep in mind the ball travels 9(7/8)^r distance twice for each r>=1 because it bounces up to that height then falls back down from that height
would i just need to multiply 72 by 2?
Almost. The ball starts at 9m high but it does not ever travel upwards 9m so you will need to subtract 9 from 72*2 to account for that
But how about when it travels down for the first time? does that not count towards the total distance the ball traveled?
Yeah it does, that is why we only subtract 9 instead of 18. In total it looks something like this:
solution = 9 + 9(7/8) + 9(7/8) + 9(7/8)^2 + 9(7/8)^2 + ...
And we know 9 + 9 + 9(7/8) + 9(7/8) + 9(7/8)^2 + 9(7/8)^2 + ... = 2(9 + 9(7/8) + 9(7/8)^2 + ...) = 2(72)
So we need to subtract 9 from this to get the solution
Ohhhh that makes sense