document.write( "Question 1006012: A student must leave for campus in 10 minutes or he will be late for class. Unfortunately, he is snowed in. He can shovel the driveway in 16 minutes, and his brother claims to be able to do it in 12 minutes. If they shovel together, how long will it take to clear the driveway? Will this give enough time for the student to get to the campus? \n" ); document.write( "
Algebra.Com's Answer #622167 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! He can shovel the driveway in 16 minutes, and his brother claims to be able to do it in 12 minutes. \n" ); document.write( " If they shovel together, how long will it take to clear the driveway? \n" ); document.write( ": \n" ); document.write( "let t = time for the two working together to clear the walk \n" ); document.write( "let the completed job = 1 (a clear driveway) \n" ); document.write( ": \n" ); document.write( "A shared work equation, each will do a fraction of the work, the two fractions add up to 1 \n" ); document.write( " \n" ); document.write( "multiply the equation by least common multiple of 16 & 12; 48, cancel and you have \n" ); document.write( "3t + 4t = 48 \n" ); document.write( "t = 48/7 \n" ); document.write( "t = 6.9 min, so should be in good shape to make it to school. \n" ); document.write( " |