document.write( "Question 726275: find 3 consecutive numbers whose sum is 17 more than the largest number
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #444545 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 8, 9, 10 \n" ); document.write( "x+x+1+x+2=x+2+17 \n" ); document.write( "2x+1=17 \n" ); document.write( "2x=16 \n" ); document.write( "x=8 \n" ); document.write( " \n" ); document.write( " |