document.write( "Question 1205921: A plumber earns $15 per hour more than her apprentice. In each 40-hour week, their combined earnings are $2200. What is the hourly rate for each? \n" ); document.write( "
Algebra.Com's Answer #843017 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A plumber earns $15 per hour more than his apprentice.
\n" ); document.write( " In each 40-hour week, their combined earnings are $2200.
\n" ); document.write( " What is the hourly rate for each?
\n" ); document.write( ":
\n" ); document.write( "let a = the apprentice's hourly wage
\n" ); document.write( "then
\n" ); document.write( "(a+15) = the plumbers wage
\n" ); document.write( ":
\n" ); document.write( "40a + 40(a+15) = 2200
\n" ); document.write( "40a + 40a + 600 - 2200
\n" ); document.write( "80a = 2200 - 600
\n" ); document.write( "80a = 1600
\n" ); document.write( "a = 1600/80
\n" ); document.write( "a = $20 an hour for the apprentice
\n" ); document.write( "I'll let you find the plumber's wage, check it out in the total wage equation
\n" ); document.write( "
\n" );