document.write( "Question 175142: Find three consecutive integers such that the sum of the smallest and the largest is 40.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #130205 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! First integer: x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Next consecutive integer: x + 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Next consecutive integer: x + 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Given: \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solve for x to get the first integer, add 1 for the next, add 2 for the third. \n" ); document.write( " |