document.write( "Question 154053This question is from textbook
\n" );
document.write( ": Employer Payroll. An employer has a daily payroll of $1225 when employing some workers at $80 per day and others at $85 per day. When the number of $80 workers is increased by 50% and the number of $85 workers is decreased by 1/5, the new daily payroll is $1540. How many were originally employed at each rate? \n" );
document.write( "
Algebra.Com's Answer #113454 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! An employer has a daily payroll of $1225 when employing some workers at $80 per day and others at $85 per day. When the number of $80 workers is increased by 50% and the number of $85 workers is decreased by 1/5, the new daily payroll is $1540. How many were originally employed at each rate? \n" ); document.write( ": \n" ); document.write( "Let x = no. of $80 workers (originally) \n" ); document.write( "Let y = no. of $85 workers \n" ); document.write( ": \n" ); document.write( "$1225 payroll equation \n" ); document.write( "80x + 85y = 1225 \n" ); document.write( ": \n" ); document.write( "$1540 payroll equation; (50% increase = 1.5; and 1/5 decrease = .8 \n" ); document.write( "80(1.5x) + 85(.8y) = 1540 \n" ); document.write( "120x + 68y = 1540 \n" ); document.write( ": \n" ); document.write( "Multiply the 1st equation by 1.5 and subtract the above equation: \n" ); document.write( "120x + 127.5y = 1837.5 \n" ); document.write( "120x + 68.0y = 1540 \n" ); document.write( "------------------------subtraction eliminates x, find y: \n" ); document.write( "0x + 59.5y = 297.5 \n" ); document.write( "y = \n" ); document.write( "y = 5 ea $85 workers originally \n" ); document.write( ": \n" ); document.write( "Find x using the 1st equation: \n" ); document.write( "80x + 85(5) = 1225 \n" ); document.write( "80x + 425 = 1225 \n" ); document.write( "80x = 1225 - 425 \n" ); document.write( "x = \n" ); document.write( "x = 10 ea $80 workers originally \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution in equation: 120x + 68y = 1540 \n" ); document.write( "120(10) + 68(5) = 1540, confirms our solutions \n" ); document.write( " |