document.write( "Question 430720: Regular union employees earn $120/day, and union stewards earn $144/day. a company has a need for a total of 50 employees and has a daily payroll budget of $6072. how many of each employee will meet the company's needs and consume all the budget? \n" ); document.write( "
Algebra.Com's Answer #299084 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Regular employee x \n" ); document.write( "Union Steward ----------- y \n" ); document.write( "x+y= 50 .............1 \n" ); document.write( "120x+144y=6072 .............2 \n" ); document.write( "Eliminate y \n" ); document.write( "multiply (1)by -144 \n" ); document.write( "-144x-144y=-7200 \n" ); document.write( "120x+144y=6072 \n" ); document.write( "Add the two equations \n" ); document.write( "-24x= -1128 \n" ); document.write( "/24 \n" ); document.write( "x=47 Regular employee \n" ); document.write( "plug value of x in (1) \n" ); document.write( "x+y=50 \n" ); document.write( "47+y=50 \n" ); document.write( "y=50-47 \n" ); document.write( "y=3 Union Steward \n" ); document.write( " \n" ); document.write( " |