document.write( "Question 1010612: Find two consecutive integers such that 3 more than twice the smaller equals 13 less than the larger integers? \n" ); document.write( "
| Algebra.Com's Answer #626061 by stanbon(75887)      You can put this solution on YOUR website! Find two consecutive integers such that 3 more than twice the smaller equals 13 less than the larger integers? \n" ); document.write( "1st:: x \n" ); document.write( "2nd:: x+1 \n" ); document.write( "----------------- \n" ); document.write( "Equation: \n" ); document.write( "2x + 3 = 13 \n" ); document.write( "2x = 10 \n" ); document.write( "x = 5 \n" ); document.write( "--- \n" ); document.write( "x+1 = 6 \n" ); document.write( "--------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------- \n" ); document.write( " |