document.write( "Question 660695: Write the expression for the product of three consecutive odd integers starting with x.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #411320 by stanbon(75887) ![]() You can put this solution on YOUR website! Write the expression for the product of \n" ); document.write( "three consecutive odd integers starting with x. \n" ); document.write( "----------------------- \n" ); document.write( "1st: x \n" ); document.write( "2nd: x+2 \n" ); document.write( "3rd: x+4 \n" ); document.write( "---------- \n" ); document.write( "Expression: \n" ); document.write( "x(x+2)(x+4 \n" ); document.write( "=========== \n" ); document.write( "Comment: This is a poor question. It gives you the impression \n" ); document.write( "that both even and odd numbers can be represented by x. \n" ); document.write( "Even numbers should be represented as multiples of 2, \n" ); document.write( "such as 2x, 2x+2, 2x+4, etc. \n" ); document.write( "-------- \n" ); document.write( "Odd numbers should be represented as one less or one more than \n" ); document.write( "an even numbers, such as 2x-1,2x+1,2x+3... \n" ); document.write( "------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |