document.write( "Question 819744: Please help me solve this:\r
\n" );
document.write( "\n" );
document.write( "The product of the first and last of three consecutive odd integers is 45. Find the three consecutive odd integers. \n" );
document.write( "
Algebra.Com's Answer #805985 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-2)(x+2) = 45 \n" ); document.write( "x^2 - 4 = 45 \n" ); document.write( "x^2 = 49 \n" ); document.write( "x = 7 or x = -7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers could be {5, 7, 9} or {-9, -7, -5}. \n" ); document.write( " |