document.write( "Question 199314: I am trying to simplify complex rational expressions. I have the answer but I don't understan how to get to it.
\n" );
document.write( "(2/p+p/2)/(p/3-3/p) \n" );
document.write( "
Algebra.Com's Answer #149769 by edjones(8007)![]() ![]() You can put this solution on YOUR website! (2/p+p/2)/(p/3-3/p) \n" ); document.write( "=((4+p^2))/2p / ((p^2-9)/3p) \n" ); document.write( "=((p^2+4)/2p) * (3p/(p^2-9) \n" ); document.write( "=(3p^2+12)/(2p^2-18) \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |