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 #35838 by AnlytcPhil(1810) You can put this solution on YOUR website! \r\n" ); document.write( "I'm having problems solving for specific variables. The \r\n" ); document.write( "problem is \r\n" ); document.write( "x/x+a = b/a, where I need to solve for x. \r\n" ); document.write( "\r\n" ); document.write( " x b\r\n" ); document.write( " ------- = ---\r\n" ); document.write( " x + a a\r\n" ); document.write( "\r\n" ); document.write( "Cross multiply. I will explain. It is\r\n" ); document.write( "\r\n" ); document.write( "(Upper left expression) times (lower right expression)\r\n" ); document.write( "\r\n" ); document.write( " equals \r\n" ); document.write( "\r\n" ); document.write( "(upper right expression) times (lower left expression.)\r\n" ); document.write( "\r\n" ); document.write( "Upper left expression = x\r\n" ); document.write( "Lower right expression = a\r\n" ); document.write( "Upper right expression = b\r\n" ); document.write( "Lower left expression = (x + a)\r\n" ); document.write( "\r\n" ); document.write( "So the next equivalent equation is\r\n" ); document.write( "\r\n" ); document.write( " (x)(a) = (b)(x + a)\r\n" ); document.write( "\r\n" ); document.write( "Don't need all those parentheses\r\n" ); document.write( "\r\n" ); document.write( " xa = b(x + a)\r\n" ); document.write( "\r\n" ); document.write( "Use the distributive principle to remove the\r\n" ); document.write( "parentheses on the right:\r\n" ); document.write( "\r\n" ); document.write( " xa = bx + ba\r\n" ); document.write( "\r\n" ); document.write( "Get rid of the x term on the right side by\r\n" ); document.write( "adding -bx to both sides:\r\n" ); document.write( "\r\n" ); document.write( " xa = bx + ba\r\n" ); document.write( " -bx -bx\r\n" ); document.write( " -------------------\r\n" ); document.write( " xa - bx = ba\r\n" ); document.write( "\r\n" ); document.write( "Factor out x on the left by using the distributive \r\n" ); document.write( "principle in reverse\r\n" ); document.write( "\r\n" ); document.write( " x(a - b) = ba\r\n" ); document.write( "\r\n" ); document.write( "Divide both sides by (a - b)\r\n" ); document.write( " \r\n" ); document.write( " x(a - b) ba\r\n" ); document.write( " --------- = ---------\r\n" ); document.write( " (a - b) (a - b)\r\n" ); document.write( "\r\n" ); document.write( "We can cancel the (a - b)'s on the left\r\n" ); document.write( "\r\n" ); document.write( " 1\r\n" ); document.write( " x\n" ); document.write( " |