To find the height at which the balls collide, we need to set the two equations equal to each other since collision occurs when they are at the same height.
The equations for the heights of the balls are:
- Elios's ball: \( y = -x^2 + 3x + 6 \)
- Jhumpas's ball: \( y = -(x - 3)^2 + 9 \)
First, we need to simplify Jhumpas's equation:
\[ y = -(x - 3)^2 + 9 \] \[ = - (x^2 - 6x + 9) + 9 \] \[ = -x^2 + 6x - 9 + 9 \] \[ = -x^2 + 6x \]
Now we have:
- \( y = -x^2 + 3x + 6 \)
- \( y = -x^2 + 6x \)
Setting these two equations equal to find the \( x \) values where they collide:
\[ -x^2 + 3x + 6 = -x^2 + 6x \]
We can eliminate \(-x^2\) from both sides:
\[ 3x + 6 = 6x \]
Rearranging gives:
\[ 6 = 6x - 3x \] \[ 6 = 3x \]
Dividing both sides by 3:
\[ x = 2 \]
Now we can substitute \( x = 2 \) back into either equation to find the height at which they collide. We'll use Elios's equation:
\[ y = -x^2 + 3x + 6 \]
Substituting \( x = 2 \):
\[ y = -(2)^2 + 3(2) + 6 \] \[ = -4 + 6 + 6 \] \[ = 8 \]
Thus, the height at which the balls collide is 8 ft.
The correct answer is:
2) 8 ft.