Week 16 LOGIC
Week 16 LOGIC
LOGIC
At the end of the lesson, the students should be able to:
1. analyze information and the relationship between statements,
2. determine the validity of arguments, and
3. determine the valid conclusions based on given assumptions;
LOGIC STATEMENTS
Every language contains different types of sentences, such as
statements, questions, and commands. For instance, if you are the
one borrowing money from a bank, the amount you pay for the
privilege of using that money is also called interest.
“Isthe test today?” is a question.
“Go get the newspaper” is a command.
Connecting simple statements with words and phrases such as and, or, if ...
then, and if and only if creates a compound statement. For instance, “I will
attend the meeting or I will go to school.” is a compound statement. It is
composed of the two simple statements, “I will attend the meeting.” and “I
will go to school.” The word or is a connective for the two simple statements.
b. Write “If you do not complete the training, then you will not get a
promotion and you will not receive a bonus.” in symbolic form.
Solution
Because the p and the q statements both appear in parentheses in the symbolic form, they are placed to the left
of the comma in the English sentence.
Thus the translation is: If you get a promotion and complete the training, then you will receive a bonus.
B. Now use the truth values from and columns to produce the truth values for ,
Remember: The disjunction is true if and only if is true, is true, or both and are true.
Negate the truth values in the column to produce the following.
As our last step, we form the disjunction of with and place the results in the rightmost column of the table.
a. Use the truth table from part a to determine the truth value of , given that is true and is false.
In row 2 of the table, we see that when p is true and q is false, the statement in the right most column is true.
Example 9
In row 2 of the above truth table, we see that is true when is true,
is true, and is false.
THE CONDITIONAL
Conditional statements can be written in if , then form or in if , form. For
instance, all of the following are conditional statements.
The conditional is false if is true and is false. It is true in all other cases.
Example 11: Find the Truth Value of a Conditional
a. Both equations are true when and both are false when .
Both equations have the same truth value for any given
value of , so this is a true statement.
b.If , the first equation is true and the second equation is
false. Thus this is a false statement.
Example 14: