document.write( "Question 586596: three consecutive intefers are such that the sum of the second and the third is one less than three times the first. find three integers \n" ); document.write( "
Algebra.Com's Answer #373814 by algebrahouse.com(1659)\"\" \"About 
You can put this solution on YOUR website!
x = first
\n" ); document.write( "x + 1 = 2nd
\n" ); document.write( "x + 2 = 3rd\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x + 1 + x + 2 = 3x - 1 {sum of second and third is one less than three times first}
\n" ); document.write( "2x + 3 = 3x - 1 {combined like terms}
\n" ); document.write( "3 = x - 1 {subtracted 2x from both sides}
\n" ); document.write( "x = 4 {added 1 to both sides}
\n" ); document.write( "x + 1 = 5 {substituted 4, in for x, into x + 1}
\n" ); document.write( "x + 2 = 6 {substituted 4, in for x, into x + 2}\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "4,5, and 6 are the three consecutive integers
\n" ); document.write( "
For more help from me, visit: www.algebrahouse.com


\n" ); document.write( "
\n" );