document.write( "Question 155457: Two rainstorms occurred in one week in a certain area. The first storm lasted 15 hours, and the second storm lasted 25 hours, for a total 1250mL of rain. What was the rate of rainfall for each of the two storms if the sum of the two rates was 60mL per hour?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #114509 by munisa(5)![]() ![]() ![]() You can put this solution on YOUR website! Let the rate of rainfall for the 1st rain be x ml/hr and for the 2nd rain be y ml/hr.\r \n" ); document.write( "\n" ); document.write( "Volume of rain during first storm=x*15 \n" ); document.write( "Volume of rain during second storm=y*25\r \n" ); document.write( "\n" ); document.write( "Total volume=1250ml \n" ); document.write( "1250 =15x + 25y\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Sum of two rates=60 \n" ); document.write( "x + y=60 \n" ); document.write( "x =60 - y\r \n" ); document.write( "\n" ); document.write( "Substitute the value of x in the first equation:\r \n" ); document.write( "\n" ); document.write( "1250=15(60-y) +25y \n" ); document.write( "1250=900-15y+25y \n" ); document.write( "350 =10y \n" ); document.write( "y =35 \n" ); document.write( "x=60-35=25 \n" ); document.write( " |