One integer is nine more than two times another integer. If the product of the integers is 18, how do you find the two integers?

1 Answer
May 19, 2018

Solutions integers: 3,6

Explanation:

Let the integers be represented by a and b.
We are told:
[1]XXXa=2b+9 (One integer is nine more than two time the other integer)
and
[2]XXXa×b=18 (The product of the integers is 18)

Based on [1], we know we can substitute (2b+9) for a in [2];
giving
[3]XXX(2b+9)×b=18

Simplifying with the target of writing this as a standard form quadratic:
[5]XXX2b2+9b=18

[6]XXX2b2+9b18=0

You could use the quadratic formula to solve for b or recognize the factoring:
[7]XXX(2b3)(b+6)=0
giving solutions:
XXXb=32 which is not permitted since we are told the values are integers.
or
XXXb=6

If b=6 then based on [1]
XXXa=3