document.write( "Question 698034: Another question ! How can you find three consecutive integers such that twice the third decreased by the first is 34 ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #806630 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive integers: (x-1), x, (x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(x+1) - (x-1) = 34 \n" ); document.write( "2x + 2 - x + 1 = 34 \n" ); document.write( "x = 31\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "integers: 30, 31, 32 \n" ); document.write( " |