document.write( "Question 118592: I need help with this equation find three consecutive odd integers such 4 times the product of the sencond and third is 12 times greater that 20 times the sum of the first and second \n" ); document.write( "
Algebra.Com's Answer #86727 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! I think there is a typo here, it should read \"12 greater\" not \"12 times greater\" \n" ); document.write( ": \n" ); document.write( "\"find three consecutive odd integers\" \n" ); document.write( "x, (x+2), (x+4) \n" ); document.write( ": \n" ); document.write( "\" such 4 times the product of the second and third is 12 greater that 20 times the sum of the first and second\" \n" ); document.write( "4(x+2)(x+4) = (20(x + (x+2)) + 12 \n" ); document.write( ": \n" ); document.write( "4(x^2 + 6x + 8) = 20(2x+2) + 12; FOILed (x+2)(x+4) \n" ); document.write( ": \n" ); document.write( "4x^2 + 24x + 32 = 40x + 40 + 12 \n" ); document.write( ": \n" ); document.write( "4x^2 + 24x + 32 = 40x + 52 \n" ); document.write( ": \n" ); document.write( "4x^2 + 24x - 40x + 32 - 52 = 0; combine like terms on the left \n" ); document.write( ": \n" ); document.write( "4x^2 -16x - 20 = 0; a quadratic equation \n" ); document.write( ": \n" ); document.write( "x^2 - 4x - 5 = 0; simplified, divided equation by 4 \n" ); document.write( ": \n" ); document.write( "(x - 5)(x + 1) = 0; factored \n" ); document.write( ": \n" ); document.write( "x = +5 \n" ); document.write( ": \n" ); document.write( "Our integers: 5, 7, 9 \n" ); document.write( ": \n" ); document.write( "Check solution in the statement: \n" ); document.write( "\"4 times the product of the second and third is 12 greater that 20 times the sum of the first and second\" \n" ); document.write( ": \n" ); document.write( "4*7*9 = 12 + 20(5 + 7) \n" ); document.write( " 252 = 12 + 20(12) \n" ); document.write( " 252 = 12 + 240; confirms our solution \n" ); document.write( ": \n" ); document.write( "However, how about the other solution to our quadratic equation? x = -1 \n" ); document.write( "That would make the integers: -1, +1, +2, wouldn't it. \n" ); document.write( ": \n" ); document.write( "Trying that in our statement: \n" ); document.write( "\"4 times the product of the second and third is 12 greater that 20 times the sum of the first and second\" \n" ); document.write( ": \n" ); document.write( "4 * +1 * +3 = 12 + 20(-1 +1) \n" ); document.write( "12 = 12 + 20(0); confirms our other solution: \n" ); document.write( ": \n" ); document.write( "So we have: 5, 7, 9; and -1, +1, +3; pretty neat, don't you think?\r \n" ); document.write( "\n" ); document.write( ": \n" ); document.write( " |