document.write( "Question 438229: Find all numbers for which the rational expression is undefined\r
\n" );
document.write( "\n" );
document.write( "(n^3-8n)/(n^2-4) \n" );
document.write( "
Algebra.Com's Answer #303097 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! It would only be undefined if the denominator is zero. \n" ); document.write( "so, to find the values, we set (n^2-4) to zero and solve for n: \n" ); document.write( "(n^2-4) = 0 \n" ); document.write( "n^2 = 4 \n" ); document.write( "n = sqrt(4) \n" ); document.write( "n = {-2, 2} (THE ANSWER) \n" ); document.write( " \n" ); document.write( " |