document.write( "Question 236157: Layoffs looming. American Products plans to layoff 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 two divisions will be laid off, then how many employees are in each division? \n" ); document.write( "
Algebra.Com's Answer #173923 by checkley77(12844) ![]() You can put this solution on YOUR website! x+y=3,000 or x=3,000-y \n" ); document.write( ".10x+.15y=.12*3000 \n" ); document.write( ".10(3,000-y)+.15y=.12*3,000 \n" ); document.write( "300-.10y+.15y=360 \n" ); document.write( ".05y=360-300 \n" ); document.write( ".05y=60 \n" ); document.write( "y=60/.05 \n" ); document.write( "y=1,200 layed off in the agricultural div. \n" ); document.write( "x=3,000-1,200=1,800 layed off in the aerospace div. \n" ); document.write( "Proof: \n" ); document.write( ".10*1,800+.15*1,200=12*3000 \n" ); document.write( "180+180=360 \n" ); document.write( "360=360 \n" ); document.write( " |