
Andrew M. answered 09/19/16
Tutor
New to Wyzant
Mathematics - Algebra a Specialty / F.I.T. Grad - B.S. w/Honors
Two whole numbers with a sum of 9 would be
x + y = 9
The product is double the sum so:
xy = 2(x+y) = 2(9) = 18
x + y = 9
xy = 18
NOTE: I can see already that the numbers are 6 and 3.
7+2 = 9 but 7(2) = 14, not 18 so they don't fit the criteria given
To solve the 2 equations:
1) x+y=9
2) xy = 18
Solve for y in terms of x from equation 1.
y = 9-x
substitute 9-x in place of y in equation 2.
x(9-x) = 18
9x-x2 = 18 add x2 to both sides
9x = x2 + 18 subtract 9x from both sides
0 = x2 -9x + 18
We now have a quadratic that we can factor
x2-9x+18 = 0
Factors of 18 that add to -9 are (-6)(-3) so this
factors to:
(x-6)(x-3) = 0
x = 6 or x = 3
If x = 6 and x+y = 9 then y = 3
If x = 3 and x+y = 9 then y = 6
Either way the numbers are 3 and 6