document.write( "Question 997903: Find three consecutive integers such that three times the largest increased by two is equal to five times the smallest increased by three times the middle integer. \n" ); document.write( "
Algebra.Com's Answer #615908 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let n (n+1) & (n+2) be the numbers\r
\n" ); document.write( "\n" ); document.write( "3(n+2) +2 = 5(n) +3(n+1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3n+6 +2 = 5n+3n+3\r
\n" ); document.write( "\n" ); document.write( "3n+8 =8n+3\r
\n" ); document.write( "\n" ); document.write( "5n =5
\n" ); document.write( "n =1\r
\n" ); document.write( "\n" ); document.write( "1,2,3 are the numbers
\n" ); document.write( "
\n" );