document.write( "Question 93189: Find all the numbers for which the rational expression below is not defined:
\n" );
document.write( "x^2-16 / x^2 - 3x+12
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #67820 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Undefined if the denominator is zero... \n" ); document.write( "x^2 - 3x + 12 = 0 \n" ); document.write( "Use any way to solve... \n" ); document.write( "x^2 - 3x = -12 \n" ); document.write( "(x - 3/2)^2 = -48/4 + 9/4 = -39/4 \n" ); document.write( "x = 3/2 +- i*sqrt(39)/2 \n" ); document.write( "None exist... \n" ); document.write( " |