document.write( "Question 57516: Chuck gets paid $15/hour and lays brick at the rate of 120/hour. Chet earns $10/hour and lays brick at the rate of 50/hour. He works 2 hours less than Chuck. At the end of the day their manager figures they laid approximately 7 bricks/dollar in total. How many hours did Chuck work? \n" ); document.write( "
Algebra.Com's Answer #39311 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Chuck gets paid $15/hour and lays brick at the rate of 120/hour. Chet earns $10/hour and lays brick at the rate of 50/hour. He works 2 hours less than Chuck. At the end of the day their manager figures they laid approximately 7 bricks/dollar in total. How many hours did Chuck work? \n" ); document.write( ": \n" ); document.write( "Let t = number of hrs Chuck worked \n" ); document.write( "Then (t-2) = number of hrs Chet worked \n" ); document.write( ": \n" ); document.write( "$ paid to Chuck = 15t \n" ); document.write( "$ paid to Chet = 10(t-2) \n" ); document.write( ": \n" ); document.write( "Find out the total $ paid to to both: \n" ); document.write( "15t + 10(t-2) \n" ); document.write( "15t + 10t - 20 \n" ); document.write( "(25t - 20) paid to both \n" ); document.write( ": \n" ); document.write( "Find out how many bricks are laid per dollar for each worker \n" ); document.write( "Chuck: 120/15 = 8 bricks/$ \n" ); document.write( "Chet: 50/10 = 5 bricks/$ \n" ); document.write( ": \n" ); document.write( "Given that the average for the day was 7 bricks/$ \n" ); document.write( ": \n" ); document.write( "Find the total bricks: mult total amt paid * brick/$ \n" ); document.write( ": \n" ); document.write( "Chucks bricks + Chet's bricks = Total bricks \n" ); document.write( "8(15t) + 5(10(t-2) = 7(25t - 20) \n" ); document.write( "120t + 50t - 100 = 175t - 140 \n" ); document.write( "170t - 100 = 175t - 140 \n" ); document.write( "170t - 175t = -140 + 100 \n" ); document.write( " -5t = -40 \n" ); document.write( " t = -40/-5 \n" ); document.write( " t = +8 hrs worked by Chuck \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Check using total bricks: \n" ); document.write( "Total paid to both men: 8*15 + 6*10 = 120 + 60 = $180 \n" ); document.write( ": \n" ); document.write( "[8*15*8] + [5*10*6] = 7(180) \n" ); document.write( " 960 + 300 = 1260 \n" ); document.write( " \n" ); document.write( " |