document.write( "Question 37032: I need to simplify rational expression \r
\n" );
document.write( "\n" );
document.write( "Here is my problem i am having trouble with \r
\n" );
document.write( "\n" );
document.write( "2x^2 - 3x -9 / 2x^2 + 3x -9\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Any help please, it would be great \n" );
document.write( "
Algebra.Com's Answer #22899 by fractalier(6550) You can put this solution on YOUR website! Unfortunately, the problem you gave does not simplify at all. \n" ); document.write( "(2x^2 - 3x - 9) / (2x^2 + 3x - 9) factors into \n" ); document.write( "[(2x + 3)(x - 3) / (2x - 3)(x + 3)] \n" ); document.write( "but that's as far as you can go. Nothing cancels. \n" ); document.write( " |