document.write( "Question 42233: Lay Offs Looming. American Products plans to lay off 10% of its employees in its aerospace division and 15% of its employees in its agricultural division. If altogether 12% of the 3000 employees in these divisions will be laid off. Then how many employees are in each division?\r
\n" );
document.write( "\n" );
document.write( "(A friend had this problem handwritten so I'm not sure if it came from a specific book or not, but I couldn't help her.)\r
\n" );
document.write( "\n" );
document.write( "12% of 3000 = 12/100 x 3000/1 = 360 (people)
\n" );
document.write( "10x + 15y = 360 \n" );
document.write( "
Algebra.Com's Answer #27377 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Well you're almost there...first the 10 and 15 need to be written as decimals...and what you need to figure in is that x + y = 3000...so that y = 3000 - x and \n" ); document.write( ".10x + .15y = 360 becomes \n" ); document.write( ".10x + .15(3000 - x) = 360 \n" ); document.write( ".10x + 450 - .15x = 360 \n" ); document.write( "-.05x = -90 \n" ); document.write( "x = 90 / .05 = 1800 \n" ); document.write( "thus \n" ); document.write( "1800 people laid off in aerospace and \n" ); document.write( "1200 laid of in agriculture \n" ); document.write( " |