document.write( "Question 276862: solve for x, in terms of a,b, and c.\r
\n" );
document.write( "\n" );
document.write( "x+b over x-c =b over a \n" );
document.write( "
Algebra.Com's Answer #201715 by mananth(16946)![]() ![]() You can put this solution on YOUR website! solve for x, in terms of a,b, and c.\r \n" ); document.write( "\n" ); document.write( "x+b over x-c =b over a\r \n" ); document.write( "\n" ); document.write( "x+b/x-c = b/a\r \n" ); document.write( "\n" ); document.write( "a(x+b) = b(x-c) \n" ); document.write( "ax+ab =bx-bc\r \n" ); document.write( "\n" ); document.write( "ax-bx=-ab-bc\r \n" ); document.write( "\n" ); document.write( "x(a-b) = -b(a+c) \n" ); document.write( "x= -b(a+c) /(a-b) \n" ); document.write( " |