document.write( "Question 53582: i'm having problems solving for specific variables. The problem is \r
\n" ); document.write( "\n" ); document.write( "x/x+a = b/a, where I need to solve for x. \r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #35833 by rchill(405)\"\" \"About 
You can put this solution on YOUR website!
I'm assuming your equation is \"x%2F%28x%2Ba%29=b%2Fa\". To solve for x, we need to isolate it on one side of the equation -- it doesn't matter which side. In order to that for our equation, we can just use means-extremes method, also known as cross-multiplying, instead of finding the LCD. So, from cross multiplying, we get \"ax=b%28x%2Ba%29\". Simplifying, we get \"ax=bx%2Bab\". Now just divide both sides by \"a\" and we get \"x=%28bx%29%2Fa%2Bb\". \n" ); document.write( "
\n" );