document.write( "Question 1130170: Felix is a plumber, and his coworker peter is an electrician. Felix charges customers a fee of $46 dollars just to come to their houses and then $3 per minute that he is there. Peter also charges a fee of$114 for a home visit, plus an additional $1 per minute. Last week the coworkers went to a job sit together, spent the same amount of time working, and earned the same amount. How much time did each one spend working? How much dud each one earn? \n" ); document.write( "
Algebra.Com's Answer #746845 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Felix is a plumber, and his coworker peter is an electrician.
\n" ); document.write( " Felix charges customers a fee of $46 dollars just to come to their houses and then $3 per minute that he is there.
\n" ); document.write( " Peter also charges a fee of $114 for a home visit, plus an additional $1 per minute.
\n" ); document.write( " Last week the coworkers went to a job site together, spent the same amount of time working, and earned the same amount.
\n" ); document.write( " How much time did each one spend working?
\n" ); document.write( ":
\n" ); document.write( "let t = time both were on the job site
\n" ); document.write( "Felix's pay = Pete's pay
\n" ); document.write( "3t + 46 = 1t + 114
\n" ); document.write( "3t - 1t = 114 - 46
\n" ); document.write( "2t = 68
\n" ); document.write( "t = 68/2
\n" ); document.write( "t = 34 hrs
\n" ); document.write( ":
\n" ); document.write( " How much dud each one earn?
\n" ); document.write( "3(34) + 46 = $148, for Felix
\n" ); document.write( "and
\n" ); document.write( "1(34) + 114 = $148, for Pete
\n" ); document.write( "
\n" );