document.write( "Question 1050551: Find 3 consecutive integers such that two times the sum of all three is 3 times the product of the larger two \n" ); document.write( "
Algebra.Com's Answer #666122 by jorel555(1290)\"\" \"About 
You can put this solution on YOUR website!
Let n be your first integer. Then your other integers are n+1 and n+2. So:
\n" ); document.write( "2(n+n+1+n+2)=3(n+1)(n+2)
\n" ); document.write( "6n+6=3nē+9n+6
\n" ); document.write( "3nē+3n=0
\n" ); document.write( "3nē=-3n
\n" ); document.write( "n=-1
\n" ); document.write( "n+1=0
\n" ); document.write( "n+2=1. ☺☺☺☺
\n" ); document.write( "
\n" ); document.write( "
\n" );