Question 623318
Two numbers: a & b 
:
write an equation for each statement:
:
One number is one less than twice the other.
a = 2b - 1
:
Their product is 120
a * b = 120
Replace a with (2b-1)
b(2b-1) = 120
2b^2 - b = 120
2b^2 - b - 120 = 0
factors to
(2b + 15)(b - 8) = 0
two solutions, only one integer solution
b = 8
Find a
a = 2(8) - 1
a = 15
:
Two numbers, 15 and 8