document.write( "Question 563258: the difference of 3 times the larger consecutive integer and the smaller consecutive integer is 7 \r
\n" );
document.write( "\n" );
document.write( "can somebody work this out and show me how you got it ? \n" );
document.write( "
Algebra.Com's Answer #364836 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the difference of 3 times the larger consecutive integer and the smaller consecutive integer is 7 \n" ); document.write( "--- \n" ); document.write( "smaller: x \n" ); document.write( "larger: x+1 \n" ); document.write( "------------------ \n" ); document.write( "Equation: \n" ); document.write( "3(x+1) - x = 7 \n" ); document.write( "----- \n" ); document.write( "3x+3-x = 7 \n" ); document.write( "2x + 3 = 7 \n" ); document.write( "2x = 4 \n" ); document.write( "x = 2 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |