document.write( "Question 391333: Twice the first of three consecutive integers minus the third equals 58.Find the three integers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #277635 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! x = 1st \n" ); document.write( "x+2 = 3rd \n" ); document.write( "------- \n" ); document.write( "2x - (x+2) = 58 \n" ); document.write( "x-2 = 58 \n" ); document.write( "x = 60 \n" ); document.write( " \n" ); document.write( " |