You can put this solution on YOUR website! Call the first integer x. Then the next one can be represented by x+1. Then the product of the two is x(x+1) and "41 more than their sum" can be represented by 41+x+x+1. So
So x=7 and x=-6. Which one could be correct? Or both? Let's check. If x=7, the other integer is 8, so
7(8)=41+7+8
56=65
And if x=-6 the other integer is -5, so
-6(-5)=41+(-6)+(-5)
30=30
So both are solutions.