document.write( "Question 353384: The product of two consecutive odd negative integers is 143. Find the integers.
\n" );
document.write( "The book gives a hint: if one integer is x, the next consecutive odd integer is x+2 \n" );
document.write( "
Algebra.Com's Answer #252502 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The product of two consecutive odd negative integers is 143. Find the integers. \n" ); document.write( "The book gives a hint: if one integer is x, the next consecutive odd integer is x+2. \n" ); document.write( "----- \n" ); document.write( "Your \"book\" should know better. \n" ); document.write( "Odd numbers should always be represented as one more \n" ); document.write( "than or one less than an even number. \n" ); document.write( "----- \n" ); document.write( "1st: 2x+1 \n" ); document.write( "2nd: 2x+3 \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "(2x+1)(2x+3) = 143 \n" ); document.write( "--- \n" ); document.write( "4x^2 + 8x + 3 = 143 \n" ); document.write( "4x^2 + 8x = 140 \n" ); document.write( "x^2 + 2x = 35 \n" ); document.write( "x^2 + 2x - 35 = 0 \n" ); document.write( "(x+7)(x-5) = 0 \n" ); document.write( "x = -7 or x = 5 \n" ); document.write( "--- \n" ); document.write( "If x = -7 \n" ); document.write( "1st: 2x+1 = -13 \n" ); document.write( "2nd: 2x+3 = -11 \n" ); document.write( "------------------ \n" ); document.write( "If x = 5 \n" ); document.write( "1st: 2x+1 = 11 \n" ); document.write( "2nd: 2x+3 = 13 \n" ); document.write( "======================== \n" ); document.write( "Note: \n" ); document.write( "If you use x and x+2 to represent the consecutive odd numbers you get: \n" ); document.write( "Equation: \n" ); document.write( "x(x+1) = 143 \n" ); document.write( "x^2+x = 143 \n" ); document.write( "x^2+x-143 = 0 \n" ); document.write( "x = 11.4687 or x = -12.4687 \n" ); document.write( "-------------------------- \n" ); document.write( "These are not odd integers. \n" ); document.write( "================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |