document.write( "Question 58176: find three consecutive integers such that the sum of the first and twice the second is 73 \n" ); document.write( "
Algebra.Com's Answer #39831 by faceoff57(108)![]() ![]() You can put this solution on YOUR website! x \n" ); document.write( "x+1 \n" ); document.write( "x+2 \n" ); document.write( "x+2(x+1)=73 \n" ); document.write( "x+2x+1=73 \n" ); document.write( "3x+1=73 \n" ); document.write( "3x=72 \n" ); document.write( "x=24 \n" ); document.write( "24,25,26 \n" ); document.write( " |