document.write( "Question 242628: The product of two consecutive odd integers is 2 less than six times their sum. Can you find the two integers.\r
\n" );
document.write( "\n" );
document.write( "I thought I could solve but having trouble. \n" );
document.write( "
Algebra.Com's Answer #177795 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Start by defining what you know. \n" ); document.write( "When working with consecutive digits, x & x+1 are the best choices for solving with one unknown. \n" ); document.write( "BUT, we are told they are consecutive ODD digits, so we'll use x & x+2. \n" ); document.write( "... \n" ); document.write( "The sum = x + x+2 = 2x + 2 = 2(x+1) \n" ); document.write( "... \n" ); document.write( "The product is x * (x + 2) = x^2 + 2x \n" ); document.write( "... \n" ); document.write( "The product is 2 less than the 6 times the sum, so 6 times the sum = product + 2. \n" ); document.write( "... \n" ); document.write( "Combining what we know... \n" ); document.write( "Six times the sum: 6(2x + 2) = 12(x+1) = 12x + 12 \n" ); document.write( "12x + 12 = x^2 + 2x + 2 \n" ); document.write( "... \n" ); document.write( "Subtract (12x + 12) from both sides. \n" ); document.write( "0 = x^2 + 2x + 2 - 12x - 12 \n" ); document.write( "Combining like terms. \n" ); document.write( "0 = x^2 - 10x - 10 \n" ); document.write( "OR \n" ); document.write( "x^2 - 10x - 10 = 0 \n" ); document.write( "... \n" ); document.write( "Since this does NOT factor, there are no integer solutions. \n" ); document.write( " |