document.write( "Question 205608This question is from textbook Algebra
\n" );
document.write( ": An experienced plumber maide $600 for working on a certain job. his apprentice, who makes $3 per hour less, also made 600. However, the apprentice worked 10h more than the plumber. How much does the plumber make per hour? \n" );
document.write( "
Algebra.Com's Answer #155238 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let x=hourly wages of the plumber \n" ); document.write( "Then x-3=hourly wages of his apprentice \n" ); document.write( "Let y=number of hours the plumber worked \n" ); document.write( "Then y+10 =number of hours the apprentice worked\r \n" ); document.write( "\n" ); document.write( "Now we know that the amount made by the plumber=x*y=$600----eq1 \n" ); document.write( "We also know that amount made by the apprentice=(x-3)(y+10)=$600----eq2\r \n" ); document.write( "\n" ); document.write( "So, our equation to solve is: \n" ); document.write( "xy=(x-3)(y+10) expand right side using FOIL (First, Outer, Inner, Last) \n" ); document.write( "xy=xy+10x-3y-30 subtract xy from each side; also add 3y and 30 to each side \n" ); document.write( "xy-xy+3y+30=xy-xy+10x-3y+3y-30+30 collect like terms \n" ); document.write( "3y+30=10x substitute y=600/x from eq1 \n" ); document.write( "3(600/x)+30=10x multiply each term by x \n" ); document.write( "1800+30x=10x^2 divide each term by 10 \n" ); document.write( "x^2-3x-180=0 quadratic in standard form and it can be factored \n" ); document.write( "(x-15)(x+12)=0 \n" ); document.write( "x=-12-------------------no good! wages are positive \n" ); document.write( "and \n" ); document.write( "x=$15---------------------plumber's hourly wages \n" ); document.write( "x-3=15-3=$12------------apprencice's hourly wages \n" ); document.write( "substitute x=15 into eq1 \n" ); document.write( "15y=600 \n" ); document.write( "y=40 hours worked by plumber \n" ); document.write( "y+10=40+10=50--------------hours worked by apprentice\r \n" ); document.write( "\n" ); document.write( "CK \n" ); document.write( "50*12=40*15=600 \n" ); document.write( "600=600=600 \n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |