Question 80634
:
Just write an equation for what it says:
:
"The product of 2 positive integers is 30." 
  x * y = 30
:
"Find the integers if the larger is 4 less than twice the smaller."
Let x be the larger:
    x = 2y - 4
:
Substitute (2y-x) for x in the 1st equation:
(2y-4) * y = 30
:
2y^2 - 4y = 30
:
2y^2 - 4y - 30 = 0; now a quadratic equation
:
y^2 - 2y - 15 = 0; simplified, divided eq by 2
:
(y - 5)(y + 3) = 0; easily factored
:
y = +5; it said the positive integer
:
Using the 1st equation find x;
5x = 30
x = 30/5
x = 6, just like you said
:
:
Check it in the 2nd equation:
6 = 2(5) - 4