document.write( "Question 148475: which one of these is the sum of three consecutive odd integers is 72?\r
\n" );
document.write( "\n" );
document.write( "x + (x + 1) + (x + 2) = 72 \r
\n" );
document.write( "\n" );
document.write( " x + (x + 1) + (x + 3) = 72 \r
\n" );
document.write( "\n" );
document.write( " x + (x + 2) + ( x + 4) = 72 \r
\n" );
document.write( "\n" );
document.write( " 2x + 6 = 72 \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #108829 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! If, we have consecutive ODD integers, this would mean that there is a separation of 2 between each integer. Take for example, if the first integer was 3 -- then, the next two are 5 and 7 -- notice there is a difference of 2 between each integer. \n" ); document.write( ". \n" ); document.write( "therefore, \n" ); document.write( "x + (x + 2) + ( x + 4) = 72 \n" ); document.write( "would be your correct answer. \n" ); document.write( " |