document.write( "Question 202139: Margin calculation (Revenue-Expense)/Revenue = Margin or (x-y)/x=Z. In my case, I know the desired Margin (z) and know the Expense (y). I would like to plug in various values for (z) and have it calculate the revenue required, solve for X.\r
\n" );
document.write( "\n" );
document.write( "Thanks. \n" );
document.write( "
Algebra.Com's Answer #152396 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Margin calculation (Revenue-Expense)/Revenue = Margin or (x-y)/x=Z. In my case, I know the desired Margin (z) and know the Expense (y). I would like to plug in various values for (z) and have it calculate the revenue required, solve for X. \n" ); document.write( "------------------ \n" ); document.write( "Multiply both sides by x to get: \n" ); document.write( "x-y = zx \n" ); document.write( "Get the x-terms on one side: \n" ); document.write( "x-zx = y \n" ); document.write( "Factor out the \"x\": \n" ); document.write( "x(1-z) = y \n" ); document.write( "Solve for \"x\": \n" ); document.write( "x = y/(1-z) \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |