Question 1123458
.
heavy equipment operators get paid 138 per day and general laborers get paid 96 per day. 
if 32 people were hired and the payroll was 4290 how many heavy equipment operators were hired? 
how many general laborers were hired?
~~~~~~~~~~~~~~~~~~~~


<pre>
Let x = number of heavy equipment operators employed

Then  32-x = number of laborers employed


    138x + 96(32-x) = 4290


    138x + 96*32 - 96x = 4290


    (138-96)*x = 4290 - 96*32


    x = {{{(4290 - 96*32)/(138-96)}}} = 29.


    32 - x =3


number of heavy equipment operators employed = 29
number of laborers employed = 3


<U>Check</U>.  29*138 + 3*96 = 4290.   ! Correct !
</pre>