document.write( "Question 200288: An experienced mechanic earns $8.00 per hour more than an apprentice. If it takes the apprentice 18 hours to earn the same amount of money as the mechanic can earn in 12 hours, what is the hourly pay rate of the mechanic? \n" ); document.write( "
Algebra.Com's Answer #150617 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! An experienced mechanic earns $8.00 per hour more than an apprentice. \n" ); document.write( " If it takes the apprentice 18 hours to earn the same amount of money as \n" ); document.write( " the mechanic can earn in 12 hours, what is the hourly pay rate of the mechanic? \n" ); document.write( ": \n" ); document.write( "Let x = hourly amt earned by an experienced mechanic \n" ); document.write( "then \n" ); document.write( "(x-8) = amt earned by an apprentice \n" ); document.write( ": \n" ); document.write( "Mech amt earned in 12 hr = appren amt earned in 18 hrs \n" ); document.write( "12x = 18(x-8) \n" ); document.write( "12x = 18x - 144 \n" ); document.write( "144 = 18x - 12x \n" ); document.write( "144 = 6x \n" ); document.write( "x = \n" ); document.write( "x = $24 an hour \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check solution \n" ); document.write( "12(24) = 18(16) \n" ); document.write( " |