SOLUTION: How do write a system of equations when the word problem says a product. Here is the word problem.
The difference of two numbers is 8; the product is 65. Find the two numbers.
Algebra ->
Coordinate Systems and Linear Equations
-> SOLUTION: How do write a system of equations when the word problem says a product. Here is the word problem.
The difference of two numbers is 8; the product is 65. Find the two numbers.
Log On
Question 1051040: How do write a system of equations when the word problem says a product. Here is the word problem.
The difference of two numbers is 8; the product is 65. Find the two numbers. Answer by jayreal(3) (Show Source):
You can put this solution on YOUR website! x - y = 8
x = (y+8)
:
the product is 65.
x*y = 65
replace x with (y+8)
y(y+8) = 65
:
y^2 + 8x - 65 = 0
Factor
(y+13)(y-5) = 65
Two solutions
y = -13; then x = -13 + 8 = -5
y = +5; then x = 5 + 8 = +13