document.write( "Question 209391: Let and be two functions defined by \r
\n" );
document.write( "\n" );
document.write( "F(x)=x^2+x-12
\n" );
document.write( "g(x)=x^2-7x-8. \r
\n" );
document.write( "\n" );
document.write( "Find all values of x that are NOT in the domain of the function f/g.?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #158308 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Domain specifies the \"values\" 'x' can take. \n" ); document.write( ". \n" ); document.write( "F(x)=x^2+x-12 \n" ); document.write( "g(x)=x^2-7x-8. \n" ); document.write( "Find all values of x that are NOT in the domain of the function f/g.? \n" ); document.write( ". \n" ); document.write( "f/g is therefore: \n" ); document.write( "(x^2+x-12)/(x^2-7x-8) \n" ); document.write( "The ONLY values x CAN'T take are values that make the denominator go to zero. \n" ); document.write( "Look for those by setting the denominator to zero and solving for x: \n" ); document.write( "x^2-7x-8 = 0 \n" ); document.write( "(x-8)(x+1) = 0 \n" ); document.write( "x = {-1, 8} \n" ); document.write( "So, the ONLY two values 'x' can't take is -1 and 8. \n" ); document.write( "Therefore, the domain is: \n" ); document.write( "(-oo, -1) U (-1, 8) U (8,+oo) \n" ); document.write( "OR, you could say: \n" ); document.write( "x: x all real numbers except -1 and 8 \n" ); document.write( " \n" ); document.write( " |