document.write( "Question 658609: find three consecutive odd integers such that the second is 20 less than 3 times the third integer \n" ); document.write( "
Algebra.Com's Answer #410348 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find three consecutive odd integers such that the second is 20 less than 3 times the third integer \n" ); document.write( "------- \n" ); document.write( "1st: 2x-1 \n" ); document.write( "2nd: 2x+1 \n" ); document.write( "3rd: 2x+3 \n" ); document.write( "--------- \n" ); document.write( "Equation: \n" ); document.write( "2x+1 = 3(2x+3)-20 \n" ); document.write( "2x+1 = 6x-11 \n" ); document.write( "4x = 12 \n" ); document.write( "x = 3 \n" ); document.write( "--- \n" ); document.write( "1st: 2x-1 = 5 \n" ); document.write( "2nd: 7 \n" ); document.write( "3rd: 9 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |