document.write( "Question 277683: The Product of two consecutive odd integers is 1 less than twice their sum.
\n" );
document.write( "Find the integers. \n" );
document.write( "
Algebra.Com's Answer #202143 by mananth(16946)![]() ![]() You can put this solution on YOUR website! The Product of two consecutive odd integers is 1 less than twice their sum. \n" ); document.write( "Find the integers.\r \n" ); document.write( "\n" ); document.write( "Let the consecutive odd numbers be x and x+2\r \n" ); document.write( "\n" ); document.write( "x(x+2)+1=2(x+x+2)\r \n" ); document.write( "\n" ); document.write( "x^2+2x+1 = 4x+4\r \n" ); document.write( "\n" ); document.write( "x^2-2x-3=0\r \n" ); document.write( "\n" ); document.write( "x^2-3x+x-3=0\r \n" ); document.write( "\n" ); document.write( "x(x-3)+1(x-3)=0 \n" ); document.write( "(x+1)(x-3)=0 \n" ); document.write( "x=-1 or 3 \n" ); document.write( " \n" ); document.write( " |