Okay, so it's not really a Data Sufficiency question then?
A rocket is fired into the air, and its height in meters at any given time t in seconds can be calculated using the formula h(t) = 1600 + 196t - 4.9t². What is the literal maximum height achieved by the rocket?
Aside: I think this question is out of scope for the GMAT
We can rewrite the formula using a technique called "Completing the Square"
Start with: 1600 + 196t - 4.9t²
Rearrange:
-4.9t² + 196t + 1600
Factor (partially):
-4.9(t² - 40t) + 1600
IMPORTANT: Here come the "completing the square" part. What must we add to t² - 40t to get a square? That is, we want to add something to t² - 40t so that we can factor it to get (t - something)². To find this mystery value, we take 40 and halve it to get 20, and then take 20 and square it to get 400. Notice that t² - 40t +
400 = (t - 20)² ...perfect!
So, we'll complete the square by adding 400 to the part in the brackets.
NOTE: We can't just add 400 (willy nilly) to the part in the brackets since this fundamentally changes the expression. So, if we ADD 400, we must also SUBTRACT 400. That way, we are simply adding ZERO, which changes nothing.
Okay, so we were here: -4.9(t² - 40t) + 1600
Add
"zero" to the part in brackets: -4.9(t² - 40t
+ 400 - 400) + 1600
To remove the
- 400 from the part in brackets, we'll multiply it by -4.9 to get...
-4.9(t² - 40t
+ 400)
+ 1960 + 1600
Simplify: -4.9(t² - 40t + 400) + 3560
Factor:
-4.9(t - 20)² + 3560
So, we've successfully rewritten the height formula as
h(t) = -4.9(t - 20)² + 3560
Here, we can see that the MAXIMUM value of this function will occur when we MINIMIZE the value of (t - 20)²
(t - 20)² is MINIMIZED with t = 20, which means the MAXIMUM height occurs when t = 20
Finally, to determine the maximum height, we'll plug 20 into the new height formula to get:
h(20) = -4.9(t - 20)² + 3560
= 3560
So, the maximum height is 3560 meters
Cheers,
Brent