SOLUTION: x3 + 2x^2 - 9x = 18 2x^4 + 16x Suppose the altitude of a rising hot-air balloon is given by h = 0.04 t2 + 2t, where "t" is the time in seconds after the balloon leaves the

Algebra ->  Inequalities -> SOLUTION: x3 + 2x^2 - 9x = 18 2x^4 + 16x Suppose the altitude of a rising hot-air balloon is given by h = 0.04 t2 + 2t, where "t" is the time in seconds after the balloon leaves the      Log On


   



Question 769863: x3 + 2x^2 - 9x = 18
2x^4 + 16x

Suppose the altitude of a rising hot-air balloon is given by h = 0.04 t2 + 2t, where "t" is the time in seconds after the balloon leaves the ground. How long will it take for the balloon to reach an altitude of 200 feet?

pretty pleaseeeee?

Answer by ramkikk66(644) About Me  (Show Source):
You can put this solution on YOUR website!
x3 + 2x^2 - 9x = 18 
2x^4 + 16x 

Suppose the altitude of a rising hot-air balloon is given by h = 0.04 t2 + 2t, where "t" is the time in seconds after the balloon leaves the ground. How long will it take for the balloon to reach an altitude of 200 feet? 

1) x^3 + 2*x^2 - 9*x - 18 = 0
Can be re-written as
x%5E2%2A%28x+%2B+2%29+-+9%2A%28x%2B2%29+=+0
%28x%5E2+-+9%29%2A%28x%2B2%29+=+0
i.e. %28x+%2B+3%29%2A%28x+-+3%29%2A%28x+%2B+2%29+=+0 because x^2 - 9 = (x+3)(x-3)
So the 3 roots of the equation are
x + 3 = 0 or x = -3
x - 3 = 0 or x = 3
x + 2 = 0 or x = -2

2) I assume you are looking for factorizing this expression.

2*x^4 + 16*x can be written as
2%2Ax%2A%28x%5E3+%2B+8%29
2%2Ax%2A%28x+%2B+2%29%2A%28x%5E2+-+2%2Ax+%2B+4%29 since a^3 + b^3 = (a+b)*(a^2 + b^2 - ab)

3) 
h = 0.04*t^2 + 2*t
For h = 200
200 = 0.04*t^2 + 2*t
Rewriting to remove the decimals
20000 = 4*t^2 + 200*t
Dividing by 4 and moving all terms to one side
t%5E2+%2B+50%5Et+-+5000+=+0
This is a standard quadratic equation. Solved using factorization
%28t%2B100%29%2A%28t-50%29+=+0
t = -100 or t = 50
Since time cannot be negative,
t = 50 sec to achieve a height of 200 ft.
:)