Core Connections Integrated II, 2015
CC
Core Connections Integrated II, 2015 View details
2. Section 12.2
Continue to next subchapter

Exercise 60 Page 670

Practice makes perfect
a The following expression describes the height of Perry's ball as a function of time.
y = -16x^2 +64x + 80 Here, y is balls height above ground in feet, and x is the time in second from the moment the ball was thrown. Therefore, the ball was thrown at time x = 0. We can substitute 0 for x in our expression to find the ball's height at the moment of a throw.
y = -16x^2 +64x + 80
y = -16( 0)^2 +64( 0) + 80
y = -16(0) + 64(0) + 80
y = 0 + 0 +80
y = 80
The ball's height at the moment of a throw is 80 feet.
b To find the height of the ball 3 seconds after it was thrown we will substitute 3 for x in the given expression.
y = -16x^2 +64x + 80
y = -16( 3)^2 +64( 3) + 80
y = -16(9) + 64(3) + 80
y = -144 + 192 + 80
y = 128
The ball was 128 feet above ground 3 seconds after it was thrown. Next, we want to find the ball's height 12 seconds after it was thrown. To do so, we will substitute 12 for x in the given expression.
y = -16x^2 +64x + 80
y = -16( 1/2)^2 +64( 1/2) + 80
y = -16(1^2/2^2) +64(1/2) + 80
y = -16(1/4) +64(1/2) + 80
y = -16/4 +64/2 + 80
y = -4 + 32 + 80
y =108
The ball was 108 feet above ground 12 second after it was thrown.
c When the ball hits the ground, its height above ground is 0 feet. Therefore, to find the time at which the ball hit the ground, we should substitute 0 for y in the given expression.
y = -16x^2 +64x + 80 ⇓ 0 = -16x^2 +64x + 80 We obtained a quadratic equation for x. We will first simplify and factor the above equation.
0 = -16x^2 +64x + 80
â–Ľ
Factor out -16
0 = -16x^2 -16(-4x) + 80
0 = -16x^2 -16(-4x) + -16(-5)
0 = -16(x^2-4x-5)
0 = x^2 -4x - 5
â–Ľ
Factor
0 = x^2 -5x + x - 5
0 = x(x -5) + x - 5
0 = (x-5)(x+1)
(x-5)(x+1) = 0
By the Zero Product Property, if a product of two numbers is 0, then one of these numbers is also equal to 0 . (x-5)(x+1) = 0 ⇕ x-5=0 or x+1=0 Finally, let's solve the two resulting equations. x - 5 = 0 ⇔ x = 5 x + 1 = 0 ⇔ x = -1 We have two solutions, x = -1 and x = 5. However, we only care about the positive solution, since we want to find how many second after the ball was thrown did it hit the ground. Therefore, the ball hit the ground after 5 seconds.