document.write( "Question 143455: simplify
\n" );
document.write( "a-b/sqrt a-sqrt b \n" );
document.write( "
Algebra.Com's Answer #104405 by edjones(8007)![]() ![]() You can put this solution on YOUR website! (a-b)/(sqrt(a)-sqrt(b)) I assume that this is the problem. \n" ); document.write( "=(a-b)/(sqrt(a)-sqrt(b)) * (sqrt(a)+sqrt(b))/(sqrt(a)+sqrt(b)) We must eliminate all sqrts in the denominator. \n" ); document.write( "=(a-b)(sqrt(a)+sqrt(b))/(a-b) \n" ); document.write( "=sqrt(a)+sqrt(b) \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |