document.write( "Question 140112: If 6 is added to a number and then subtracted from the same nunber, the product of the sum and the difference 189. What is the number? Totally stumped \n" ); document.write( "
Algebra.Com's Answer #102093 by jojo14344(1513)![]() ![]() ![]() You can put this solution on YOUR website! Okay,let's assign \"x\" as the number. \n" ); document.write( "First theory, the \"x\" number is added to 6, so (x+6) right? \n" ); document.write( "Second theory, 6 is subtracted from the same \"x\" number, so (x-6) right? \n" ); document.write( "And the third theory is that the product of the 1st & 2nd theory (sum & diff) is 189. \n" ); document.write( "Putting that into equation: \n" ); document.write( "(x+6)(x-6)=189 \n" ); document.write( "x^2-36=189 \n" ); document.write( "x^2=189+36 \n" ); document.write( "x^2=225 \n" ); document.write( "x=15 \n" ); document.write( "To check: \n" ); document.write( "(15+6)(15-6)=189 \n" ); document.write( "(21)(9)=189 \n" ); document.write( "189=189 \n" ); document.write( " \n" ); document.write( " |