You can put this solution on YOUR website! Two consecutive numbers can be defined as x and y, but a better choice is x and x+1.
.
The product of the two numbers is: x(x+1). We are told this 41 more than the sum.
The sum of the two numbers is: x + (x+1).
.
So the equation we need to solve is:
.
x(x+1) = x+(x+1)+41
.
x^2 +x = 2x + 42
.
subtract 2x from both sides
.
x^2 +x -2x = 2x-2x + 42
x^2 -x = 42
.
subtract 42 from both sides
.
x^2 -x -42 = 42-42 = 0
.
factor
.
(x-7)(x+6) = 0
.
x = 7 or -6
.
We have to check both solutions by substituting these values into the equation.
.
7(7+1) = 7+(7+1)+41 ??
7*8 =56
7+8 + 41=56
Correct
.
-6(-6+1)=-6+(-6+1)+41 ??
36 -6 = -6 -6 + 42 ??
30 = 30
Correct.
.
Answer the consecutive integers are either 7 and 8 OR -6 and -5.
.
Done