document.write( "Question 191829This question is from textbook Introductory Algebra for College Students
\n" );
document.write( ": Simplify the complex rational expression\r
\n" );
document.write( "\n" );
document.write( "3 + 12/x
\n" );
document.write( "_________\r
\n" );
document.write( "\n" );
document.write( "1 - 16/x^2 \n" );
document.write( "
Algebra.Com's Answer #143941 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Simplify the complex rational expression \n" ); document.write( "3 + 12/x \n" ); document.write( "_________ \n" ); document.write( "1 - 16/x^2 \n" ); document.write( "----------------- \n" ); document.write( "= (3x+12)/x // ((x^2-16)/x^2 \n" ); document.write( "The quickest and least error-prone way to do these it make a new fraction by multiplying the \"outside\" terms, in this case (3x+12) and x^2 (NUM) and the \"inside\" terms, x*(x^2-16). \n" ); document.write( "--> x^2*(3x+12)/(x*(x^2-16)) \n" ); document.write( "= x*3*(x+4)/(x+4)*(x-4) \n" ); document.write( "= 3x/(x-4) \n" ); document.write( " \n" ); document.write( " |