document.write( "Question 521266: Write an equation and solve the problem. \r
\n" );
document.write( "\n" );
document.write( "Find the sum of three consecutive odd integers if the sum of the first two integers is equal to 24 less than four times the third integer. \n" );
document.write( "
Algebra.Com's Answer #346391 by oberobic(2304) ![]() You can put this solution on YOUR website! Three consecutive odd integers can be defined as: \n" ); document.write( "x \n" ); document.write( "x+2 \n" ); document.write( "x+4 \n" ); document.write( ". \n" ); document.write( "x + x+2 = sum of first two numbers = 2x+2 \n" ); document.write( ". \n" ); document.write( "2x+2 = 4(x+4) -24 \n" ); document.write( ". \n" ); document.write( "2x +2 = 4x + 16 -24 \n" ); document.write( ". \n" ); document.write( "-2x = -10 \n" ); document.write( ". \n" ); document.write( "x = 5 \n" ); document.write( "so \n" ); document.write( "x+2 = 7 \n" ); document.write( "x+4 = 9 \n" ); document.write( ". \n" ); document.write( "Check the answer. \n" ); document.write( ". \n" ); document.write( "4*9 = 36 \n" ); document.write( "5+7 = 12 \n" ); document.write( "36-24=12 \n" ); document.write( "OK \n" ); document.write( ". \n" ); document.write( "The three numbers are 5, 7, and 9. \n" ); document.write( " |