If x, then not y, if not y, then z. Y is true. So: X is true, Z is True
<h3>How to Interpret Conditional Statements?</h3>
A conditional statement is a type of structure to express the relationship between two dependent variables. Its structure is as follows:
If P, then Q...
Now, from the question we are told that;
If x, then not y, if not y, then z.
Y is true. So:
Now, when looking at conditional statements in depth, and comparing to this question we can easily see that since Y is true, then it means that if X is true, then Z is also true.
Thus,
If x, then not y, if not y, then z.
Y is true. So: X is true, Z is True
Read more about Conditional Statements at; brainly.com/question/11073037
#SPJ1