document.write( "Question 400960: find two numbers whose product is 12 such that one of the numbers is four less than eight times the other number? \n" ); document.write( "
Algebra.Com's Answer #283745 by algebrahouse.com(1659)![]() ![]() You can put this solution on YOUR website! Find two numbers whose product is 12 such that one of the numbers is four less than eight times the other number?\r \n" ); document.write( "\n" ); document.write( "x = one number \n" ); document.write( "8x - 4 = other number\r \n" ); document.write( "\n" ); document.write( "x(8x - 4) = 12 {their product is 12} \n" ); document.write( "8x^2 - 4x = 12 {used distributive property} \n" ); document.write( "8x^2 - 4x - 12 = 0 {subtracted 12 from both sides} \n" ); document.write( "4(2x^2 - x - 3) = 0 {factored 4 out} \n" ); document.write( "4(2x - 3)(x + 1) = 0 {factored into two binomials} \n" ); document.write( "2x - 3 = 0 or x + 1 = 0 {set each factor equal to 0} \n" ); document.write( "2x = 3 or x = -1 \n" ); document.write( "x = 3/2 or x = -1 {solved each equation for x} \n" ); document.write( "8x - 4 = 8 or 8x - 4 = -12 {substituted into other number}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The numbers are: 3/2 and 8 or -1 and -12 \n" ); document.write( "www.algebrahouse.com \n" ); document.write( " |