document.write( "Question 1035533: An employment agency specializing in temporary construction help pays heavy equipment operators $134 per day and general laborers $100 per day. If forty people were hired and the payroll was $4918, how many heavy equipment operator's were employed? How many laborers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #650311 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let n be general laborers. Then: \n" ); document.write( "100n+134(40-n)=4918 \n" ); document.write( "100n+5360-134n=4918 \n" ); document.write( "34n=442 \n" ); document.write( "n=13 \n" ); document.write( "There were 13 general laborers, and 40-13, or 27 heavy equipment operators!!!!! \n" ); document.write( " |