document.write( "Question 797099: The sum of the first two of three cosecutive intergers is ten more than the third interger what are the intergers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #806104 by CubeyThePenguin(3113) You can put this solution on YOUR website! x = middle integer\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-1) + x = (x+1) + 10 \n" ); document.write( "2x - 1 = x + 11 \n" ); document.write( "x = 12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "integers: 11, 12, 13 \n" ); document.write( " |