document.write( "Question 409797: Two rainstorms occurred in one week in a certain area. In the first storm, 30mL of rain fell per hour, and in the second storm, 15mL of rain fell per hour. Rain lasted for a total of 60 hours, resulting in a total rainfall of 1425mL . How long was each storm?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #288342 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two rainstorms occurred in one week in a certain area. In the first storm, 30mL of rain fell per hour, and in the second storm, 15mL of rain fell per hour. Rain lasted for a total of 60 hours, resulting in a total rainfall of 1425mL . How long was each storm? \r \n" ); document.write( "\n" ); document.write( "---------------- \n" ); document.write( "1st storm DATA: \n" ); document.write( "rate = 30mL/hr ; amt. of rain = x mL ; time = amt/rate = x/30 hr. \n" ); document.write( "-------------------- \n" ); document.write( "2nd storm DATA: \n" ); document.write( "rate = 15mL/hr ; amt of rain = 1425-x mL ; time = (1425-x)/15 hr. \n" ); document.write( "------------------------ \n" ); document.write( "Equation: \n" ); document.write( "time + time = 60 hrs. \n" ); document.write( "--- \n" ); document.write( "x/30 + (1425-x)/15 = 60 \n" ); document.write( "--- \n" ); document.write( "x + 2*1425- 2x = 30*60 \n" ); document.write( "--- \n" ); document.write( "-x = -1050 \n" ); document.write( "x = 1050mL \n" ); document.write( "--- \n" ); document.write( "x/30 = 35 hrs (time of 1st storm) \n" ); document.write( "----- \n" ); document.write( "(1425-x)/15 = 375/15 = 25 hr (time of 2nd storm) \n" ); document.write( "====================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |