
Andrew M. answered 07/09/16
Tutor
New to Wyzant
Mathematics - Algebra a Specialty / F.I.T. Grad - B.S. w/Honors
One number is 6 more than 2 times another:
x = 2y + 6
Their product is 20:
xy = 20
We have two equations:
1) x = 2y + 6
2) xy = 20
Replace x with 2y + 6 in equation 2
(2Y+6)(Y) = 20 MULTIPLY THRU TO CLEAR PARENTHESIS
2Y2 + 6Y = 20 SUBTRACT 20 FROM BOTH SIDES
2Y2 + 6Y - 20 = 0 FACTOR OUT 2 FROM EACH TERM
2(Y2 + 3Y - 10) = 0 DIVIDE BOTH SIDES BY 2
Y2 + 3Y - 10 = 0
We can factor this equation...
The factors of -10 that add to 3 are (5)(-2)
(Y+5)(Y-2) = 0
Either y+5 = 0 and y=-5
Or y-2 = 0 and y = 2
If y = -5 then
x(-5) = 20
x = 20/-5
x = -4
Solution 1: {-4, -5}
If y = 2
x(2) = 20
x = 20/2
x = 10
Solution 2: {10, 2}
Check answers:
For {-4, -5} For {10,2}
x = 2y + 6 x = 2y+6
-4 = 2(-5)+6 10 = 2(2)+6
-4 = -10 + 6 10 = 4+6
-4 = -4 10=10
xy = 20 xy=20
(-4)(-5)=20 10(2) = 20
20=20 20 = 20
Both solutions are valid.