document.write( "Question 271163: lf x, y, z are consecutive odd integers and their sum is 27 . What is their product xyz?\r
\n" );
document.write( "\n" );
document.write( "A 720 b 693 c 990 d 1287 e 1485
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #198589 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! lf x, y, z are consecutive odd integers and their sum is 27 . What is their product xyz? \n" ); document.write( "A 720 b 693 c 990 d 1287 e 1485\r \n" ); document.write( "\n" ); document.write( "Since the integers are consecutive and odd we know y = x+2 and z = x+4 so we have:\r \n" ); document.write( "\n" ); document.write( "x + (x+2) + (x+4) = 27 \n" ); document.write( "3x + 6 = 27 \n" ); document.write( "3x = 21 \n" ); document.write( "x = 7 \n" ); document.write( "y = x+2 = 7+2 = 9 \n" ); document.write( "z = x+4 = 7+4 = 11\r \n" ); document.write( "\n" ); document.write( "The product then is 7*9*11 = ? \n" ); document.write( " |