document.write( "Question 1079082: The Murphy family and the Perez family each used their sprinklers last summer. The water output rate for the Murphy family's sprinkler was
\n" );
document.write( "25L
\n" );
document.write( " per hour. The water output rate for the Perez family's sprinkler was
\n" );
document.write( "30L
\n" );
document.write( " per hour. The families used their sprinklers for a combined total of
\n" );
document.write( "40
\n" );
document.write( " hours, resulting in a total water output of
\n" );
document.write( "1125L
\n" );
document.write( ". How long was each sprinkler used? \n" );
document.write( "
Algebra.Com's Answer #693454 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The rate of Perez family water usage = 25 l/h; the rate of Murphy family water usage = 30 l/h \n" ); document.write( "Let P = the amount of time the Perez family sprinkler was on. \n" ); document.write( "Then 40 - P is the amount of time the Murphy's sprinkler was on. \n" ); document.write( "The total amount of water used is: \n" ); document.write( "25*P + 30(40-P) = 1125 \n" ); document.write( "Solving for P gives P = 15 hours \n" ); document.write( "Thus the Murphy family used their sprinkler for 25 hours \n" ); document.write( " \n" ); document.write( " |