document.write( "Question 248222: Two plumbers worked a combined 22 hours on a job. One plumber makes $22 per hour, and the other plumber makes $18 per hour. If their combined pay for this job was $448, how many hours did each work? \n" ); document.write( "
Algebra.Com's Answer #180912 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Two plumbers worked a combined 22 hours on a job. One plumber makes $22 per hour, and the other plumber makes $18 per hour. If their combined pay for this job was $448, how many hours did each work? \n" ); document.write( "-------------- \n" ); document.write( "P1 + P2 = 22 hours \n" ); document.write( "P1*22 + P2*18 = 448 \n" ); document.write( "------------------- \n" ); document.write( "P2 = 22 - P1 \n" ); document.write( "Sub for P2 in the 2nd eqn \n" ); document.write( "P1*22 + 18*(22-P1) = 448 \n" ); document.write( "4P1 = 52 \n" ); document.write( "P1 worked 13 hours \n" ); document.write( "P2 worked 9 hours \n" ); document.write( " \n" ); document.write( " |