find two consecutive integers whose product is 24 more than three times the first integer
Hi Veronica,
Step One: Create Let Statements
Let x=the first consecutive integer
Let x+1=the next consecutive integer
Step Two: Create an equation
24+3x=x(x+1) Distribute
24+3x=x2+x Rearrange
0=x2+x-3x-24 Combine Like Terms
0=x2 -2x-24
0=(x+4)(x-6)
We take the positive value: x=6
∴The integers are 6 and 7.
Best,
Starlyte H.