document.write( "Question 837926: Find all numbers for which the rational expression is not defined:
\n" );
document.write( "2x-7 / x^2+5x-24\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #504808 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! First of all, please put numerators and denominators in parentheses. What you posted meant: \n" ); document.write( " \n" ); document.write( "But I'm quite sure you intended: \n" ); document.write( "(2x-7)/(x^2+5x-24) or \n" ); document.write( "A rational expression is undefined when its denominator is zero. So the answer(s) to this problem will be the solutions of: \n" ); document.write( " \n" ); document.write( "Factoring we get: \n" ); document.write( "(x+8)(x-3) = 0 \n" ); document.write( "From the Zero Product Property: \n" ); document.write( "x+8 = 0 or x-3 = 0 \n" ); document.write( "Solving these we get: \n" ); document.write( "x = -8 or x = 3 \n" ); document.write( "So the values of x that make the rational expression undefined are -8 and 3. \n" ); document.write( " |