document.write( "Question 681297: the sum of two numbers is 48 the first is 8 less than the second. find the numbers \n" ); document.write( "
Algebra.Com's Answer #422610 by poweezo(4) You can put this solution on YOUR website! x(x-8)=48 \n" ); document.write( "x^2-8x=48 \n" ); document.write( "x^2-8x-48=0 \n" ); document.write( "(x-12)(x+4)=0 \n" ); document.write( "x-12=0 or x+4=0 \n" ); document.write( "x=12 or x=-4\r \n" ); document.write( "\n" ); document.write( "The first number is 4 and the second is 12 \n" ); document.write( " |