document.write( "Question 32322: The teacher is asking me to simplify this complex fraction.
\n" );
document.write( " 1
\n" );
document.write( "----- +1
\n" );
document.write( " a
\n" );
document.write( "--------
\n" );
document.write( " 1
\n" );
document.write( "---- -1
\n" );
document.write( " a\r
\n" );
document.write( "\n" );
document.write( "I am struggling with this problem so any help is appreciated. \n" );
document.write( "
Algebra.Com's Answer #19074 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! I am sure if you practice a few problems of this kind, you will find them easy. \n" ); document.write( "[(1/a)+1]/[(1/a)-1] \n" ); document.write( "= [(1+a)/a][(1-a)/a] \n" ); document.write( "= (1+a)/(1-a) .... (restriction: a!=0) \n" ); document.write( " |