document.write( "Question 970189: Two mechanics worked on a car. The first mechanic worked for 20 hours, and the second mechanic worked for 15 hours. Together they charged a total of $2625. What was the rate charged per hour by each mechanic if the sum of the two rates was $160 per hour? \n" ); document.write( "
Algebra.Com's Answer #592838 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Two mechanics worked on a car. The first mechanic worked for 20 hours, and the second mechanic worked for 15 hours. Together they charged a total of $2625. What was the rate charged per hour by each mechanic if the sum of the two rates was $160 per hour? \n" ); document.write( "*** \n" ); document.write( "let x=rate of first mechanic \n" ); document.write( "160-x=rate of second mechanic \n" ); document.write( ".. \n" ); document.write( "20x+15(160-x)=2625 \n" ); document.write( "20x+2400-15x=2625 \n" ); document.write( "5x=225 \n" ); document.write( "x=45 \n" ); document.write( "160-x=115 \n" ); document.write( "rate of first mechanic= $45/hr \n" ); document.write( "rate of second mechanic=$115/hr \n" ); document.write( " |