document.write( "Question 532242: Two mechanics worked on a car. The first mechanic worked for five hours and the second mechanic worked for 15 hours. Together they charged a total of 1150. What was the rate charged per hour by each mechanic if the sum of the two rates was $120.00 per hour? \n" ); document.write( "
Algebra.Com's Answer #350763 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Two mechanics worked on a car. The first mechanic worked for five hours and the second mechanic worked for 15 hours. Together they charged a total of 1150. What was the rate charged per hour by each mechanic if the sum of the two rates was $120.00 per hour? \n" ); document.write( "** \n" ); document.write( "let x=per hr rate of first mechanic \n" ); document.write( "120-x=per hr rate of second mechanic \n" ); document.write( "Charge=hrs*rate \n" ); document.write( ".. \n" ); document.write( "5x+15(120-x)=1150 \n" ); document.write( "5x+1800-15x=1150 \n" ); document.write( "10x=650 \n" ); document.write( "x=65 \n" ); document.write( "120-x=55 \n" ); document.write( "ans: \n" ); document.write( "rate of first mechanic=$65/hr \n" ); document.write( "rate of second mechanic=$55/hr \n" ); document.write( " |