document.write( "Question 783855: Find two consecutive odd integers whose PRODUCT is 323\r
\n" );
document.write( "\n" );
document.write( "Please explain to me on how to do this! I'm so confused! \n" );
document.write( "
Algebra.Com's Answer #476941 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find two consecutive odd integers whose PRODUCT is 323 \n" ); document.write( "Please explain to me on how to do this! I'm so confused! \n" ); document.write( "*** \n" ); document.write( "let x=first of 2 consecutive odd integers \n" ); document.write( "x+2=2nd consecutive odd integer \n" ); document.write( "x(x+2)=323 \n" ); document.write( "x^2+2x=323 \n" ); document.write( "x^2+2x-323=0 \n" ); document.write( "factor: \n" ); document.write( "(x+19)(x-17)=0 \n" ); document.write( "x=-19(reject, x>0) \n" ); document.write( "or \n" ); document.write( "x=17 \n" ); document.write( "x+2=19 \n" ); document.write( "two consecutive odd integers whose PRODUCT is 323: 17 and 19 \n" ); document.write( " |