document.write( "Question 1165199: The sum of three consecutive ODD integers is 27. What is the PRODUCT of the largest and smallest integer?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #789676 by Theo(13342)![]() ![]() You can put this solution on YOUR website! 3 consecutive odd integers can be represented by x + (x + 2) + (x + 4), since the next odd number is always 2 more than the previous odd number. \n" ); document.write( "you get x + (x + 2) + (x + 4) = 27 \n" ); document.write( "simplify to get: \n" ); document.write( "3x + 6 = 27 \n" ); document.write( "subtract 6 from both sides of the equation to get: \n" ); document.write( "3x = 21 \n" ); document.write( "solve for x to get: \n" ); document.write( "x = 7 \n" ); document.write( "the 3 consecutive odd integers are 7, 9, 11. \n" ); document.write( "add them up and they total up to 27, as was previously given. \n" ); document.write( "multiply the largest and smallest of those integers to get 77. \n" ); document.write( " \n" ); document.write( " |