document.write( "Question 211397: if 6 is added to a number and then subtracted from the same number, the product of the sum and the difference is 189. What is the number?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #159756 by rapaljer(4671)![]() ![]() You can put this solution on YOUR website! Let x = the number \n" ); document.write( "x+6 = the \"sum\" \n" ); document.write( "x-6 = the \"difference\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The equation is:\r \n" ); document.write( "\n" ); document.write( "(x+6)(x-6) = 189\r \n" ); document.write( "\n" ); document.write( "x^2 -36 = 189\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since this is quadratic, set it equal to zero: \n" ); document.write( "x^2 -36-189=0 \n" ); document.write( "x^2-225=0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There are two ways to solve this. You can factor it: \n" ); document.write( "(x-15)(x+15) = 0 \n" ); document.write( "x=15 or x=-15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Or you can use the square root method: \n" ); document.write( "x^2 -225 =0 \n" ); document.write( "x^2=225 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "R^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Dr. Robert J. Rapalje, Retired \n" ); document.write( "Seminole Community College\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |