document.write( "Question 157043: Al makes $30 an hour. Bill makes $20 an hour. Bill joins Al on the job four hours after Al started. They finish the job, and the total cost for labor comes to $470. How many hours did each work? \r
\n" );
document.write( "\n" );
document.write( "By trial and error, I know that the number of hours is 11 for Al and 7 for Bill. I just need to show the work. \r
\n" );
document.write( "\n" );
document.write( "Al - 11 hours @ $30/hour = 330
\n" );
document.write( "Bill - 7 hours @ $20/hour = 140
\n" );
document.write( " Total = 470\r
\n" );
document.write( "\n" );
document.write( "Here is the equation that I came up with for figuring the number of hours each worked - where X=Al's hours and X-4 = Bill's hours. I'm fairly certain this equation is correct. \r
\n" );
document.write( "\n" );
document.write( "$470 = 30X + 20(x-4)\r
\n" );
document.write( "\n" );
document.write( "It's at this point that I get stuck. Any help would be greatly appreciated! \n" );
document.write( "
Algebra.Com's Answer #115807 by alan22153(1)![]() ![]() ![]() You can put this solution on YOUR website! 470= 30X+20(x-4) \n" ); document.write( " 20*x=20X, and \n" ); document.write( " 20*-4=-80 \n" ); document.write( "470=30X+20X-80 or\r \n" ); document.write( "\n" ); document.write( "add 80 to each side of the equation \n" ); document.write( "550=50X \n" ); document.write( "x=11 Al \n" ); document.write( "x-4= 7 Bill \n" ); document.write( " |