document.write( "Question 526022: find three consecutive integers if 94 minus the smallest integer is equal to twice the third integer. \n" ); document.write( "
Algebra.Com's Answer #348298 by stanbon(75887) ![]() You can put this solution on YOUR website! find three consecutive integers if 94 minus the \n" ); document.write( "smallest integer is equal to twice the third integer. \n" ); document.write( "---- \n" ); document.write( "1st: x-1 \n" ); document.write( "2nd: x \n" ); document.write( "3rd: x+1 \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "94-(x-1) = 2(x+1) \n" ); document.write( "94-x+1 = 2x+2 \n" ); document.write( "95-x = 2x+2 \n" ); document.write( "3x = 93 \n" ); document.write( "x = 31 \n" ); document.write( "--- \n" ); document.write( "1st: x-1 = 30 \n" ); document.write( "x: 31 \n" ); document.write( "x+1: 32 \n" ); document.write( "================== \n" ); document.write( " |