document.write( "Question 265762: If X>2, then (X^2-X-6)/(X^2-4)= ? \r
\n" );
document.write( "\n" );
document.write( "I'm told the answer is (X-3)/(X-2) but I can't figure out HOW! PLEASE show step-by-step how they came up with that. \n" );
document.write( "
Algebra.Com's Answer #195770 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! (X^2-X-6)/(X^2-4)= ? \n" ); document.write( "---------------------- \n" ); document.write( "= (x-3)*(x+2)/((x-2)*(x+2)) \n" ); document.write( "Cancel the x+2 terms \n" ); document.write( "= (x-3)/(x-2) \n" ); document.write( " \n" ); document.write( " |