document.write( "Question 318864: Please help me!
\n" );
document.write( "The amount of revenue made in Company XYZ is predicted to make follows the mathematical model y = 20.5x-5000, where y is the amount of revenue, and x is the number of employees\r
\n" );
document.write( "\n" );
document.write( " 1. Rewrite the mathematical model equation in terms of x, ie x=?
\n" );
document.write( "- Hide quoted text -\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " 2. How many employees are needed to make at least $6000?
\n" );
document.write( " 3. How much revenue is estimated if there are 200 employees in the Company?
\n" );
document.write( " 4. How many employees must be hired to break even?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #228249 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The amount of revenue made in Company XYZ is predicted to make follows the mathematical model y = 20.5x-5000, where y is the amount of revenue, and x is the number of employees \n" ); document.write( "1. Rewrite the mathematical model equation in terms of x, ie x=? \n" ); document.write( "20.5x = y+5000 \n" ); document.write( "x = (y+5000)/20.5 \n" ); document.write( "=========================== \n" ); document.write( "2. How many employees are needed to make at least $6000? \n" ); document.write( "Solve 20.5x-5000 >= 6000 \n" ); document.write( "20.5x >= 11000 \n" ); document.write( "x >= 536.59 \n" ); document.write( "Round up to get x >= 537 \n" ); document.write( "----------------------------------------- \n" ); document.write( "3. How much revenue is estimated if there are 200 employees in the Company? \n" ); document.write( "y = 20.5*200-5000 = -$900 \n" ); document.write( "--------------------------------- \n" ); document.write( "4. How many employees must be hired to break even? \n" ); document.write( "Solve for \"x\": \n" ); document.write( "20.5x-5000 = 0 \n" ); document.write( "20.5x = 5000 \n" ); document.write( "x = 243.90 \n" ); document.write( "Round up to x = 244\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |