document.write( "Question 1141654: Two mechanics worked on a car. The first mechanic worked for
\n" );
document.write( "5 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 per hour? \n" );
document.write( "
Algebra.Com's Answer #762237 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Two mechanics worked on a car. \n" ); document.write( " The first mechanic worked for 5 hours, and the second mechanic worked for 15 hours. \n" ); document.write( " Together they charged a total of $1150. \n" ); document.write( " What was the rate charged per hour by each mechanic if the sum of the two rates was $120 per hour? \n" ); document.write( ": \n" ); document.write( "let a = amt charged by the 1st mechanic (per hr) \n" ); document.write( "let b = amt charged by the 2nd \n" ); document.write( ": \n" ); document.write( "\"Two mechanics worked on a car. The first mechanic worked for 5 hours, and the second mechanic worked for 15 hours. Together they charged a total of $1150.\" \n" ); document.write( "5a + 15b = 1150 \n" ); document.write( "\" What was the rate charged per hour by each mechanic if the sum of the two rates was $120 per hour? \" \n" ); document.write( "a + b = 120 \n" ); document.write( "multiply by 5, subtract from the 1st equation \n" ); document.write( "5a + 15b = 1150 \n" ); document.write( "5a + 5b = 600 \n" ); document.write( "----------------subtraction eliminates a, find b \n" ); document.write( "0 + 10b = 550 \n" ); document.write( "b = 550/10 \n" ); document.write( "b = $55 per hr, the 2nd mechanic \n" ); document.write( "then \n" ); document.write( "120 - 55 = $65, the 1st mechanic \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check, find the total amt each charged \n" ); document.write( "5(65) = $325 \n" ); document.write( "15(55)= $825 \n" ); document.write( "=============== \n" ); document.write( "Total: $1150 \n" ); document.write( " |