Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Determine whether each of these conditional statements is true or false.

a) If1+1=2, then2+2=5.
b) If1+1=3, then2+2=4.
c) If1+1=3, then2+2=5.
d) If monkeys can fly, then1+1=3.

Short Answer

Expert verified

a) False

b) True

c) True

d) True

Step by step solution

01

Definition of conditional statement

A conditional statement is a statement which is written in the form,

“If P then Q,” where P and Q are sentences.

02

Truth value for a)

We write given expressions as,

1+1=2is true and2+2=5is false.

If true then false is false.

Hence, truth value is false.

03

Step 3:Truth value for b)

We write given expressions as,

1+1=3is false and2+2=4is true.

If false then true is true.

Hence, truth value is true.

04

Truth value for c)

We write given expressions as,

1+1=3is false and is2+2=5also false

If false then false is true.

Hence, truth value is True.

05

Truth value for d)

We write given expressions as,

Monkeys can fly is false and1+1=3is also false.

If false then false is true

Hence, truth value is true.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

What is the value of x after each of these statements is encountered in a computer program, if x = 1 before the statement is reached?

a) if x+2=3then x=x+1
b) if (x+1=3)OR (2x+2=3)then x=x+1
c) if (2x+3=5)AND (3x+4=7)then x=x+1
d) if (x+1=2)XOR (x+2=3)then x=x+1
e) if x < 2 thenx=x+1

Suppose that a truth table in propositional variables is specified. Show that a compound proposition with this truth table can be formed by taking the disjunction of conjunctions of the variables or their negations, with one conjunction included for each combination of values for which the compound proposition is true. The resulting compound proposition is said to be in disjunctive normal form

Suppose that Prolog facts are used to define the predicates mother(M,Y)and father(F,X)which represent that Mis the mother of Yand Fis the father of X, respectively. Give a Prolog rule to define the predicate grandfather (X,Y),which represents that Xis the grandfather of Y. [Hint: You can write a disjunction in Prolog either by using a semicolon to separate predicates or by putting these predicates on separate lines.]

Write each of these statements in the form “if p, then q” in English. [Hint: Refer to the list of common ways to express conditional statements provided in this section.]

a) I will remember to send you the address only if you send me an e-mail message.
b) To be a citizen of this country, it is sufficient that you were born in the United States.
c) If you keep your textbook, it will be a useful reference in your future courses.
d) The Red Wings will win the Stanley Cup if their goalie plays well.
e) That you get the job implies that you had the best credentials.
f ) The beach erodes whenever there is a storm.
g) It is necessary to have a valid password to log on to the server.
h) You will reach the summit unless you begin your climb too late.

Use De Morgan’s laws to find the negation of each of the following statements.

(a) Kewame will take a job in industry or go to graduate school.

(b) Yoshiko knows Java and calculus.

(c) James is young and strong.

(d) Rita will move to Oregon or Washington.

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free