An odd number ends in 1, 3, 5, 7, or 9.
Answer: t = 6 s
Step-by-step explanation:
When Rose hit the water, the height of the jump is 0, so: h(t) = 0.
Resolving it, we have:
-16t² + 16t + 480 = 0
To simplify the second degree equation, divided it by 16:
-t² + t + 30 = 0
Now, solve the equation using Bhaskara:
Δ = 1² - 4. (-1) . 30
Δ = 1 + 120
Δ = 121
t = 
t₁ =
= - 5
t₂ =
= 6
Since time can be negative, it took t = 6s for Rose to hit the water.
Answer:
This is all the above
Step-by-step explanation:
all answers are true to this graph
Answer:
{y,x} = {0,1}
Step-by-step explanation:
// Solve equation [1] for the variable y
[1] y = 3x - 3
// Plug this in for variable y in equation [2]
[2] -3•(3x-3) - 9x = -9
[2] - 18x = -18
// Solve equation [2] for the variable x
[2] 18x = 18
[2] x = 1
// By now we know this much :
y = 3x-3
x = 1
// Use the x value to solve for y
y = 3(1)-3 = 0