If p is false, which row represents when p V (q^n) is true?
![If p is false which row represents when p V qn is true class=](https://us-static.z-dn.net/files/df4/1aef920061c7d428de51e7841a99c833.png)
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.