document.write( "Question 115133: Find two negative consecutive odd integers such that their product is 63. \n" ); document.write( "
Algebra.Com's Answer #83759 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let the integers be x and x+2 \n" ); document.write( "x(x+2)=63 \n" ); document.write( "x^2+2x=63 \n" ); document.write( "x^2+2x-63=0 \n" ); document.write( "(x+9)(x-7)=0 \n" ); document.write( "x=-9 \n" ); document.write( "-9+2=-7 (tricky) \n" ); document.write( "Check: \n" ); document.write( "-9*-7=63 \n" ); document.write( "Ed \n" ); document.write( " |