First, let's write on a table the information about the snow on the ground for the 11 hours it snowed:
period of time in hours amount of snow in inches
0 1
from 0 to 2 1 + t * 3 (initial amount plus 3 in/h * number of hours)
from 2 to 5 1 + 2*3 = 7 (the same amount as when it stopped raining)
from 5 to 11 7 + (t-5)/2 (amount at t = 5 plus 1 in/2h * number of
hours since hour 5)
Now, using this information on a graph, we obtain: