Question 413052
the gazebo is made of wood (p).


the vine is growing on the gazebo (q).


the vine is not growing on the gazebo (q is false).


the gazebo is made of wood (p is true).


you have p = T and q = F


this makes p or q equal to T.


In your truth table, it would look like this:


<pre>

                 p            q            (p or q)

                 T            F               T

</pre>


It is true that the gazebo is made of wood or the vine is growing on the gazebo.


That makes (p or q) equal to T.


The vine is not growing on the gazebo.


That makes q equal to F.


This forces p to be true.