document.write( "Question 53297: The manager of a company planned to distribute a $50 bonus to each employee from the company fund, but the fund contained $5 less than what was needed.
\n" );
document.write( "Instead the manager gave each employee a $45 bonus & kept the remaining $95 in the company fund. What was the amount of money in the company fund before any bonuses were paid? \n" );
document.write( "
Algebra.Com's Answer #35524 by stanbon(75887) ![]() You can put this solution on YOUR website! The manager of a company planned to distribute a $50 bonus to each employee from the company fund, but the fund contained $5 less than what was needed. \n" ); document.write( "Instead the manager gave each employee a $45 bonus & kept the remaining $95 in the company fund. What was the amount of money in the company fund before any bonuses were paid? \n" ); document.write( "--------------------- \n" ); document.write( "Let \"x\" be the number of employees. \n" ); document.write( "EQUATION: \n" ); document.write( "50x-5 = 45x+95 \n" ); document.write( "5x=100 \n" ); document.write( "x=20 employeed \n" ); document.write( "Now, let y be the amount in the fund. \n" ); document.write( "20(50)=y+5 \n" ); document.write( "20(45)=y-95 \n" ); document.write( "y=$995 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |