document.write( "Question 990490: (x-y)/x=z --> how can i calculated what x is? \n" ); document.write( "
Algebra.Com's Answer #610493 by josgarithmetic(39616)![]() ![]() ![]() You can put this solution on YOUR website! Simplify according to the number properties you are learning, and isolate terms of x onto one side, and use multiplication property of equality.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x-y=zx \n" ); document.write( "-y=zx-x \n" ); document.write( "y=x-zx \n" ); document.write( "y=x(1-z) \n" ); document.write( "x=y/(1-z) \n" ); document.write( " |