document.write( "Question 530521: Find three consecutive odd intergers such that the sum of all three is 36 less than the product of the smaller two. Show the equation and all the steps. \n" ); document.write( "
Algebra.Com's Answer #350153 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Three consecutive odd integers can be defined as: \n" ); document.write( "x \n" ); document.write( "x+2 \n" ); document.write( "x+4 \n" ); document.write( ". \n" ); document.write( "The sum of these three number is 36 less than the product of the smaller two. \n" ); document.write( ". \n" ); document.write( "x +x+2 +x+4 +36 = x*(x+2) \n" ); document.write( ". \n" ); document.write( "Solve \n" ); document.write( ". \n" ); document.write( "3x + 42 = x^2 + 2x \n" ); document.write( ". \n" ); document.write( "x^2 -x -42 = 0 \n" ); document.write( ". \n" ); document.write( "Factor \n" ); document.write( ". \n" ); document.write( "(x-7)(x+6) = 0 \n" ); document.write( ". \n" ); document.write( "x = 7 or -6 \n" ); document.write( ". \n" ); document.write( "-6 is not odd, so we select 7 as the answer. \n" ); document.write( ". \n" ); document.write( "x = 7 \n" ); document.write( "x+2 = 9 \n" ); document.write( "x+4 = 11 \n" ); document.write( ". \n" ); document.write( "Check the values. \n" ); document.write( "7*9 = 63 \n" ); document.write( "7+9+11 = 27 \n" ); document.write( "27+36 = 63 \n" ); document.write( "Correct \n" ); document.write( ". \n" ); document.write( "Answer: The numbers are 7, 9, and 11. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |