document.write( "Question 445432: 1. Find 3 consecutive integers such that twice the smallest is 8 more than the largest.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #307764 by rwm(914)![]() ![]() ![]() You can put this solution on YOUR website! x, x+1, x+2 \n" ); document.write( "2x=(x+2)+8 \n" ); document.write( "2x=x+10 \n" ); document.write( "x=10 \n" ); document.write( "10,11,12\r \n" ); document.write( "\n" ); document.write( "check\r \n" ); document.write( "\n" ); document.write( "20=12+8 \n" ); document.write( "20=20 \n" ); document.write( "ok \n" ); document.write( " |