document.write( "Question 792725: For a recent job, a plumber earned $28/h, and the plumbers apprentice earned $15/h. The plumber worked 3 hours more than the apprentice. If together they were paid $213 , how much did each earn?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #480108 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! For a recent job, a plumber earned $28/h, and the plumbers apprentice earned $15/h. The plumber worked 3 hours more than the apprentice. If together they were paid $213 , how much did each earn? \n" ); document.write( "------------------------ \n" ); document.write( "Plumber DATA: \n" ); document.write( "rate = 28/h ; time = x+3 hrs ; Pay = r*t = 28(x+3) 28x + 84 \n" ); document.write( "------ \n" ); document.write( "Apprentise DATA: \n" ); document.write( "rate = 15/h ; time = x hrs ; Pay = r*t = 15x \n" ); document.write( "0000000 \n" ); document.write( "Equation: \n" ); document.write( "28x + 84 + 15x = 213 \n" ); document.write( "43x = 129 \n" ); document.write( "======================= \n" ); document.write( "x = 3 \n" ); document.write( "--------------- \n" ); document.write( "Plumber pay = 28x+84 = 28*3+84 = 84+84 = 168 \n" ); document.write( "Apprentise pay = 15x = 15*3 = 45 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " |