document.write( "Question 1026896: A large tire company has 225 employees. There are 4 times as many mechanics as supervisors, and 15 more supervisors than accountants. How many mechanics, supervisors, and accountants work for the company? \n" ); document.write( "
Algebra.Com's Answer #642851 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Lets' call the number of accountants, x. \n" ); document.write( "Then the number of supervisors is x + 15. \n" ); document.write( "Then the number of mechanics is 4(x+15). \n" ); document.write( "Now we add them altogether and get \n" ); document.write( "x + x+15 + 4(x+15) = 225 \n" ); document.write( "Now solve for x. \n" ); document.write( "2x + 15 + 4x + 60 = 225 \n" ); document.write( "6x + 75 = 225 \n" ); document.write( "6x = 150 \n" ); document.write( "x = 25 accountants \n" ); document.write( "x+15 = 40 supervisors \n" ); document.write( "4(x+15) = 160 mechanics \n" ); document.write( " |