document.write( "Question 993813: I am trying to solve this problem:\r
\n" );
document.write( "\n" );
document.write( "a^5 bc^3
\n" );
document.write( "_________\r
\n" );
document.write( "\n" );
document.write( "\r
\n" );
document.write( "\n" );
document.write( "I am thinking that I should multiply the on top and bottom. but I don't know. Can you help me? \n" );
document.write( "
Algebra.Com's Answer #612993 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! note that square root(a^4b^5c) times square root(a^4b^5c) = (a^4b^5c) \n" ); document.write( "also square root(a^4b^5c) = a^2b^2square root(bc) \n" ); document.write( "*********************************************************************** \n" ); document.write( "now we multiply numerator and denominator by square root(a^4b^5c) \n" ); document.write( "(a^5 bc^3) / square root(a^4b^5c) * square root(a^4b^5c) / square root(a^4b^5c) = \n" ); document.write( "( (a^5 bc^3) * a^2b^2square root(bc) ) / (a^4b^5c) = \n" ); document.write( "( (a^7b^3c^3square root(bc) ) / (a^4b^5c) = \n" ); document.write( "( (a^3c^2square root(bc) / b^2 ) \n" ); document.write( " |