document.write( "Question 315759: List all numbers for which the rational expression is undefined
\n" );
document.write( " x^2-4/x^2-8x+15 \n" );
document.write( "
Algebra.Com's Answer #225900 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Undefined if the denominator is zero \n" ); document.write( "so we set x^2-8x+15 to zero and solve for x \n" ); document.write( ". \n" ); document.write( "x^2-8x+15 = 0 \n" ); document.write( "(x-5)(x+3) = 0 \n" ); document.write( "x = {-3, 5} \n" ); document.write( " |