Jon P. answered 02/26/15
Tutor
5.0
(173)
Harvard honors math degree, experienced tutor in math and SAT prep
Start by assigning a variable... Let x be the smallest of the three integers.
Since odd integers skip over the even ones, they are 2 apart, so the next odd integer must be x + 2, and then the third must be x + 4.
Now let's see what the problem says:
"the sum of the squares of the first two integers" -- that's the first one squared plus the second one squared, or x2 + (x + 2)2 = x2 + (x2 + 4x + 4) = 2x2 + 4x + 4
"is" -- that means "equals"
"54 more than 20 times the third integer" -- that 20(x + 4) + 54 = 20x + 80 + 54 = 20x + 134.
So now we have an equation we can solve:
2x2 + 4x + 4 = 20x + 134
2x2 -16x - 130 = 0
x2 - 8x - 65 = 0
(x - 13)(x + 5) = 0
So x is 13 or -5.
So the three integers are either: 13,15,17 or -5,-3,-1. They probably mean the first set, but there's nothing in the problem that says that the integers have to be positive.