Question

3. Write the argument using propositional wffs (use statement letters shown). Then prove that the argument...

3. Write the argument using propositional wffs (use statement letters shown). Then prove that the argument is valid. It is false that if Dave is Andy’s Brother, then Andy is tall. Also, If Andy is not tall, then, Chris is Andy’s cousin. Hence, If Dave is Andy’s Brother, then Chris is Andy’s cousin.(D, A, C)

Homework Answers

Answer #1

WFFS

1. It is false that if Dave is Andy’s Brother, then Andy is tall.

~(D -> A)
D ^ ~A

2. If Andy is not tall, then, Chris is Andy’s cousin.

~A -> C

If Dave is Andy’s Brother, then Chris is Andy’s cousin.(D, A, C)

D -> C

Proof
1. ~(D -> A) [premise]
2. ~A -> C [premise]
3. ~(~D v A) [1 implication]
4. D ∧ ~A [3 DeMorgan's law]
5. D [Assume]
6. ~A [4 simplification]
7. C [2, 6 Modus Ponens]
8. D -> C [From 5 to 7 conclusion]


Please up vote. I need it very badly right now. Comment if you have any doubts. Thanks!!

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
5) Use propositional logic to prove that the argument is valid. A’ Λ (B → A)...
5) Use propositional logic to prove that the argument is valid. A’ Λ (B → A) → B’ 1.____________      ____________ 2.____________      ____________ 3.____________      ____________
#1. Use propositional logic to prove the following argument is valid. If Alice gets the office...
#1. Use propositional logic to prove the following argument is valid. If Alice gets the office position and works hard, then she will get a bonus. If she gets a bonus, then she will go on a trip. She did not go on a trip. Therefore, either she did not get the office position or she did not work hard or she was late too many times. Define your propositions [5 points]: O = W = B = T =...
1. Using predicate logic, prove that each argument in Exercises 29-37 is valid. Use the predicate...
1. Using predicate logic, prove that each argument in Exercises 29-37 is valid. Use the predicate symbols shown. 36. Some elephants are afraid of all mice. Some mice are small. Therefore there is an elephant that is afraid of something small. E(x), M(x), A(x, y), S(x)
Chapter 17: Wall Finish Matching Match terms to their definitions. Write the corresponding letters on the...
Chapter 17: Wall Finish Matching Match terms to their definitions. Write the corresponding letters on the blanks. Not all terms will be used. Chapter 17: Wall Finish Matching Match terms to their definitions. Write the corresponding letters on the blanks. Not all terms will be used. 1. the best appearing side of a piece of wood or the side that is exposed when installed a. backing b. eased edge 2. a wall finish applied partway up the wall from the...
Matching Match terms to their definitions. Write the corresponding letters on the blanks. Not all terms...
Matching Match terms to their definitions. Write the corresponding letters on the blanks. Not all terms will be used. 1. framework of narrow pieces on the front of a cabinet making the door and drawer openings a. base unit b. face frame 2. used to apply pressure over the surface of contact cement bonded plastic laminates c. gain 3. point of rotation d. J-roller 4. cutout made in a piece to receive another piece, such as a cutout for a...
Match terms to their definitions. Write the corresponding letters on the blanks. Not all terms will...
Match terms to their definitions. Write the corresponding letters on the blanks. Not all terms will be used. 1. the best appearing side of a piece of wood or the side that is exposed when installed a. backing b. eased edge 2. a wall finish applied partway up the wall from the floor c. face 3. a building product made by compressing wood fibers into sheet form d. gypsum board 4. an edge of lumber whose sharp corners have been...
Chapter 20: Cabinets and Countertops Matching Match terms to their definitions. Write the corresponding letters on...
Chapter 20: Cabinets and Countertops Matching Match terms to their definitions. Write the corresponding letters on the blanks. Not all terms will be used. 1. framework of narrow pieces on the front of a cabinet making the door and drawer openings a. base unit b. face frame 2. used to apply pressure over the surface of contact cement bonded plastic laminates c. gain 3. point of rotation d. J-roller 4. cutout made in a piece to receive another piece, such...
Write a Python program named lastNameVolumes that finds the volumes of different 3 D objects such...
Write a Python program named lastNameVolumes that finds the volumes of different 3 D objects such as a cube, sphere, cylinder and cone. In this file there should be four methods defined. Write a method named cubeVolFirstName, which accepts the side of a cube in inches as an argument into the function. The method should calculate the volume of a cube in cubic inches and return the volume. The formula for calculating the volume of a cube is given below....
Chapter 19: Stair Framing and Finish Matching Match terms to their definitions. Write the corresponding letters...
Chapter 19: Stair Framing and Finish Matching Match terms to their definitions. Write the corresponding letters on the blanks. Not all terms will be used. 1. the entire stair rail assembly a. baluster 2. railing on a stairway intended to be grasped by the hand to serve as a support and guard b. balustrade c. handrail 3. upright post supporting the handrail in a flight of stairs d. newel post 4. vertical member of a stair rail, usually decorative and...
Assignment Statement Use the skeleton file starter code (below) to create the following classes using inheritance:...
Assignment Statement Use the skeleton file starter code (below) to create the following classes using inheritance: ⦁   A base class called Pet ⦁   A mix-in class called Jumper ⦁   A Dog class and a Cat class that each inherit from Pet and jumper ⦁   Two classes that inherit from Dog: BigDog and SmallDog ⦁   One classes that inherit from Cat: HouseCat The general skeleton of the Pet, Dog, and BigDog classes will be given to you (see below, "Skeleton", but...