document.write( "Question 1084298: 1/a = 1/b + 1/c
\n" );
document.write( "express b in term of a and c
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #698384 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 1/a = 1/b + 1/c \n" ); document.write( "express b in term of a and c \n" ); document.write( "----- \n" ); document.write( "1/a - 1/c = 1/b \n" ); document.write( "(c-a)/ac = 1/b \n" ); document.write( "b = ac/(c-a) \n" ); document.write( " \n" ); document.write( " |