
David W. answered 11/08/16
Tutor
4.7
(90)
Experienced Prof
First, draw a picture.
This is a right triangle, so the Pythagorean Theorem is useful: c2 = a2 + b2
The hypotenuse is the length of the ladder. Let x= ladder length
"the distance from the bottom of the ladder to the building is 8ft shorter than the length of the ladder" means
a = x-8
"how high up the side of the building is the top of the ladder if the distance is 4ft less than the length of the ladder" means
b = x-4
O.K., the math:
c2 = a2 + b2
x2 = (x-8)2 + (x-4)2 [replace with known formulas]
x2 = x2 - 16x + 64 + x2 - 8x + 16 [expand using F-O-I-L]
x2 = 2x2 - 24x + 80 [collect terms]
0 = x2 - 24x + 80 [subtract x2 from both sides]
0 = (x - 20)(x - 4) [either factor or use quadratic formula]
This means that either x=20 or x=4.
The value x=4 creates negative (thus, not allowable) values for a and b. So, x=20.
c=20
The problem asks, "how high up the side of the building is the top of the ladder...?", so b=20-4=16
The top of the ladder is 16 ft up the side of the building.
- - - -
Note for later: "Pythagorean triples" are three numbers that satisfy the Pythagorean Theorem. (3,4,5) is a very famous one and quite useful in textbook, quiz, and test problems because the calculations are easy.
(12,16,20) is just (3,4,5) multiplied by 4