document.write( "Question 100801: Difference of an odd integer and three times the next consequetive odd integer is 24 \n" ); document.write( "
Algebra.Com's Answer #73486 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Difference of an odd integer and three times the next consequetive odd integer is 24. \n" ); document.write( ": \n" ); document.write( "Let the odd integer = x \n" ); document.write( "Then the next odd integer = (x+2) \n" ); document.write( ": \n" ); document.write( "3(x+2) - x = 24 \n" ); document.write( ": \n" ); document.write( "3x + 6 - x = 24 \n" ); document.write( "3x - x = 24 - 6 \n" ); document.write( "2x = 18 \n" ); document.write( "x = 9 is the 1st odd integer. \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check: 3(11) - 9 = 24 \n" ); document.write( " |