Rolando R. answered 05/12/16
Tutor
4.6
(105)
Best Tutor NA
Hi Jasmine,
So we have to translate the words into Math symbols.
Sum of two numbers is 20. This means adding 2 numbers, which we don't know, gets us 20. So, when we don't know numbers, we use variables and come up with:
X + Y = 20
Next they say, the sum of their squares is 272. Same numbers, still the sum, but now it is of their squares, we now we write:
X2 + Y2 = 272
Now we have two equations, we can use the first one so solve for one of the variables, I'll choose to solve for X since it is the most common. To do that, I subtract Y from both sides of the equal sign and end up with:
X = 20 - Y
Now I take this equation and plug it into the equation with the Squares:
(20 - Y)2 + Y2 = 272
We have to do the multiplication here so I'm going to expand it so it is easier to see:
(20 - Y)(20 - Y) + Y2 = 272
So now, we FOIL the first part and end up with:
400 - 40Y + Y2 + Y2 = 272
It is looking like its going to turn into a quadratic, so I will combine the two Y2 and bring the 272 over to the left side:
2Y2 - 40Y + 128 = 0
Everything has a factor of 2, so I am going to divide every term by 2, including the 0
Y2 - 20Y + 64 = 0
Now I factor:
(Y - 16)(Y - 4) = 0
Which gives us the two possible solutions for Y = 16,4
We then take those values and plug them back into the first equation and get our possible X values:
X = 4,16
So we have two possible Solutions:
(16,4) or (4,16)