document.write( "Question 1022095: An employment agency specializing in temporary construction help pays heavy equipment operators $ 120
\n" );
document.write( "
\n" );
document.write( "per day and general laborers $ 98
\n" );
document.write( "
\n" );
document.write( "per day. If thirty
\n" );
document.write( "
\n" );
document.write( "people were hired and the payroll was $ 3556
\n" );
document.write( "
\n" );
document.write( "how many heavy equipment operators were employed? How many laborers? \n" );
document.write( "
Algebra.Com's Answer #637802 by fractalier(6550) You can put this solution on YOUR website! Call the numbers of heavy equipment operators and general laborers hired, x and y. Then we write \n" ); document.write( "x + y = 30 and \n" ); document.write( "120x + 98y = 3556 \n" ); document.write( "Now multiply the top equation by 120 and subtract and we get \n" ); document.write( "120x + 98y = 3556 \n" ); document.write( "-(120x + 120y = 3600) \n" ); document.write( "---------------------- \n" ); document.write( "-22y = - 44 \n" ); document.write( "y = 2 general laborers \n" ); document.write( "That means there were \n" ); document.write( "x = 28 heavies \n" ); document.write( " |