document.write( "Question 443251: Find all numbers for which the rational number is undefined.
\n" );
document.write( "p^3-9p/p^2-16 \n" );
document.write( "
Algebra.Com's Answer #305752 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Find all numbers for which the rational number is undefined. \n" ); document.write( "p^3-9p/p^2-16 \n" ); document.write( ". \n" ); document.write( "It is only undefined if the denominator is zero so: \n" ); document.write( "p^2 - 16 = 0 \n" ); document.write( "(p-4)(p+4) = 0 \n" ); document.write( "p = {4, -4} \n" ); document.write( ". \n" ); document.write( "So, the numbers that would make it undefined are: \n" ); document.write( "-4 and 4 \n" ); document.write( " |