document.write( "Question 488180: For a recent job, an electrician earned $50 per hour, and the electrician's apprentice earned $20 per hour. The electrician worked 4 hours more than the apprentice, and together they earned a total of $550. How much money did each person earn? \n" ); document.write( "
Algebra.Com's Answer #333275 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
50(n+4)+20(n)=550
\n" ); document.write( "50n+200+20n=550
\n" ); document.write( "70n=350
\n" ); document.write( "n=5
\n" ); document.write( "The apprentice worked 5 hours, earning $100. The electrician worked 9 hours, earning $450..
\n" ); document.write( "
\n" );