document.write( "Question 1184768: during typhoon Ambo PAGASA tracks the amount of accumulating rainfall for the first three hours of typhoon the rain fell at a constant rate of 25mm per hour the typhoon slows down for an hour and started again at a constant rate of 20mm per hour for the next 2 hours. write a piecewise function that models the amount of rainfall as function of time \n" ); document.write( "
Algebra.Com's Answer #816275 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let y = the total amount of accumulated rainfall. \n" ); document.write( "let x = the number of hours.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the piecewise function would be:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 25x for 0 <= x <= 3 \n" ); document.write( "y = 75 for 3 < x <= 4 \n" ); document.write( "y = 75 + 20x for 4 < x <= 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the domain of the function is 0 <= x <= 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x is greater than 0 and less than or equal to 3, the rainfall is 25 mm per hour.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x is greater than 3 and less than or equal to 4, the rainfall is 0 mm per hour in addition to the 75 mm that has fallen in the first 3 hours.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x is greater than 4 and less than or equal to 6, the rainfall is 20mm per hour in addition to the 75 mm that has fallen in the first 3 hours.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "there was no additional mm of rain that fell between the third and fourth hour.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "which function is used is dependent on the value of x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you were to graph this function, it would look like this.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |