- Wed Apr 18, 2018 10:22 pm
#45055
On page 187, you discuss the Unless Equation and state in a side note that "[o]ne alternative approach to 'unless' statements is to convert unless to 'if not,' and then diagram in the normal conditional fashion." I find this method much more intuitive and applied it to question 9 on page 221. However, I am getting a different answer for this multiple condition question.
Here is my answer using the method mentioned in the side note:
-FE & -DS -> LC
-LC -> FE or DS
Here is your answer on page 226:
-LC -> FE & DS
-FE or -DS -> LC
This method gives the same answer as your Unless Equation does except for scenarios with multiple conditions. In these cases, "&" and "or" end up getting switched.
Would you please explain to me why this is? In addition, which answer is correct and why? Both cannot be right.
Here is my answer using the method mentioned in the side note:
-FE & -DS -> LC
-LC -> FE or DS
Here is your answer on page 226:
-LC -> FE & DS
-FE or -DS -> LC
This method gives the same answer as your Unless Equation does except for scenarios with multiple conditions. In these cases, "&" and "or" end up getting switched.
Would you please explain to me why this is? In addition, which answer is correct and why? Both cannot be right.