document.write( "Question 415718: Church plumbing charges $58 for a service call, plus $42 per hour for labor. Ross plumbing charges $34 for a service call, plus $48 per hour for labor. Find the length of time of a service call for which the 2 companies will charge the same amount. \n" ); document.write( "
Algebra.Com's Answer #291386 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
Let C be the total cost of Church Plumbing, R the total cost of Ross Plumbing
\n" ); document.write( "Let h be the number of hours
\n" ); document.write( "Then we have
\n" ); document.write( "C=42h+58 (1)
\n" ); document.write( "R=48h+34 (2)
\n" ); document.write( "Set C=R
\n" ); document.write( "42h+58=48h+34
\n" ); document.write( "Solve for h: 6h=24, or h=4
\n" ); document.write( "So answer is 4 hours
\n" ); document.write( "
\n" );