Question 1062096: One integer is 2 units more than another. If the product of the two integers is equal to five times the larger, then find the two integers. Answer by math_helper(2461) (Show Source):
You can put this solution on YOUR website! Let U = the larger integer
Let V = the smaller
-
U = V + 2 (1)
UV = 5*U (2)
—
Subs V+2 for U from (1) into (2):
(V+2)V = 5(V+2) or
—
#1 V=5 —> U=7
#2 V=-2 —> U=0
—
Check if either/both make sense:
#1: 5*7 = 35 = 5*5 (ok)
#2: -2*0 = 0 = 5*0 (ok)
—
Answers:
#1. 5 and 7
#2. -2 and 0