document.write( "Question 58249: 1/a + 1/x = 1/b
\n" );
document.write( " solve for x. how would you do this. thank you \n" );
document.write( "
Algebra.Com's Answer #39855 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! 1/A+1/X=1/B \n" ); document.write( "1/X=1/B-1/A \n" ); document.write( "1/X=(A-B)/AB \n" ); document.write( "X(A-B)=AB \n" ); document.write( "X=AB/(A-B) \n" ); document.write( " |