document.write( "Question 408702: there are two pairs of consecutive integers such that their product is three less than three times their sum. \n" ); document.write( "
Algebra.Com's Answer #287844 by robertb(5830) You can put this solution on YOUR website! x(x+1) = 3(x+x+1)-3 \n" ); document.write( "<==> \n" ); document.write( "<==> \n" ); document.write( "<==> \n" ); document.write( "<==> \n" ); document.write( "==> x = 0, 5 \n" ); document.write( "If x = 0, x +1 = 1 ==> {0,1} \n" ); document.write( "If x = 5, x+1 = 6 ==> {5,6}. \n" ); document.write( " |