document.write( "Question 162334This question is from textbook Algebra and Trigonometry
\n" );
document.write( ": For a recent job, a plumber earned $28/h, and the plumber's 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( "
Algebra.Com's Answer #119649 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! let P = number of hours that the plumber worked. \n" ); document.write( "let H = number of hours that the helper worked. \n" ); document.write( "since the plumber worked 3 more hours than the helper, the equation for hours worked is \n" ); document.write( "P = H + 3 \n" ); document.write( "----- \n" ); document.write( "since the plumber earned 28 dollars per hour and the helper earned 15 dollars per hour, the equation for amount of money each made is the number of hours each worked times the dollars per hour each earned. \n" ); document.write( "this equation is \n" ); document.write( "(28*P) + (15*H) = 213 dollars \n" ); document.write( "----- \n" ); document.write( "couple of ways to solve this. \n" ); document.write( "both get the same answer. \n" ); document.write( "----- \n" ); document.write( "first way \n" ); document.write( "----- \n" ); document.write( "substitute for P in the money equation since P is the same as H + 3. \n" ); document.write( "equation becomes \n" ); document.write( "(28*(H+3)) + (15*H) = 213 \n" ); document.write( "solve for H. \n" ); document.write( "28*H + 28*3 + 15*H = 213 \n" ); document.write( "43*H + 84 = 213 \n" ); document.write( "43*H = 129 \n" ); document.write( "H = 3 \n" ); document.write( "----- \n" ); document.write( "if H = 3, then P = 6 because P = H + 3. \n" ); document.write( "----- \n" ); document.write( "6*28 + 3*15 = 213 so your answer is \n" ); document.write( "Plumber works 6 hours \n" ); document.write( "Helper works 3 hours. \n" ); document.write( "----- \n" ); document.write( "the other way to solve this is to make both equations in the same form and then solve them simultaneously as follows \n" ); document.write( "----- \n" ); document.write( "P = H + 3 is transformed to become \n" ); document.write( "P - H = 3 \n" ); document.write( "you need to solve \n" ); document.write( "P - H = 3 \n" ); document.write( "and \n" ); document.write( "28*P + 15*H = 213 \n" ); document.write( "simultaneously. \n" ); document.write( "multiply the P - H equation by 28 so you can remove one of the unknowns. \n" ); document.write( "your equations become \n" ); document.write( "----- \n" ); document.write( "28*P - 28*H = 28*3 \n" ); document.write( "28*P + 15*H = 213 \n" ); document.write( "subtracting the top equation from the bottom equation and you get \n" ); document.write( "0*P + 43*H = 213 - 84 equals \n" ); document.write( "43*H = 129 \n" ); document.write( "which becomes \n" ); document.write( "H = 3 \n" ); document.write( "----- \n" ); document.write( "you get the same answer once you solve for P as before. \n" ); document.write( "----- \n" ); document.write( " \n" ); document.write( " |