document.write( "Question 1106007: Find two consecutive odd integers such that twice the first is three more than the second \n" ); document.write( "
Algebra.Com's Answer #720925 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find two consecutive odd integers such that twice the first is three more than the second \n" ); document.write( "------ \n" ); document.write( "1st:: 2x-1 \n" ); document.write( "2nd:: 2x+1 \n" ); document.write( "-------- \n" ); document.write( "Equations: \n" ); document.write( "2(2x-1) = 2x+1 + 3 \n" ); document.write( "--------------------- \n" ); document.write( "4x-2 = 2x+4 \n" ); document.write( "2x = 6 \n" ); document.write( "x = 3 \n" ); document.write( "---- \n" ); document.write( "1st:: 2x-1 = 5 \n" ); document.write( "2nd:: 2x+1 = 7 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------- \n" ); document.write( " |