If p is false, we need (q and r) to be true, because we have a "or" in the middle, so we need p true (which is false already) or (q and r) true.
In order to have (q and r) true, we need q true and r true.
So the row that shows p false, q true and r true is the row E.
Therefore the correct option is the first one.