Question

Hello! I hope you are healthy and well! I am hoping that this message finds you...

Hello! I hope you are healthy and well! I am hoping that this message finds you happy and content!

I am having trouble solving this 5-part practice problem. I would greatly appreciate any and all help that you could lend! Thanks in advance!

In the following proof, what is the justification for line 7?

1.     [(W ⊃ X) ⊃ Y] ∨ ( P ≡ Q)

2.     ∼X • ∼Y

3.     ∼(P ≡ Q) / ∴ ∼W

4.     ∼X                  2 Simp

5.     ∼Y                  2 Simp

6.     (W ⊃ X) ⊃ Y      1, 3 DS

                                                7.   ∼ (W ⊃ X)      ______

a.

1, 4 MT

b.

1, 5 DS

c.

6, 4 MT

d.

6, 5 MT

e.

There is no justification; line 7 is a mistake

Select the correct translation for the following statement:

Either Fiat improves mileage and Toyota closes a factory or Honda reduces inventory.

     

a.

F • (T v H)

     

b.

F • T v H

     

c.

(F vT) • H

     

d.

(F • T) v H

     

e.

F v T • H

Select the correct translation for the following statement:

If Chrysler increases sales, then it is not the case that both Mercedes introduces a new model and Nissan lays off workers.

a.

C ⊃(~M • ~N)

     

b.

(C ⊃~M) • N

c.

C ⊃ ∼M • ~N

d.

C ⊃  ~(M • N)

e.

~(M • N) ⊃ C

Select the correct translation for the following statement:

Delta advertises a sale and either United lowers fares or American hires pilots.

a.

D • (U ∨ A)

    

b.

D ∨ (U • A)

     

c.

D • U ∨ A

    

d.

(D • U) ∨ A

e.

D ∨ (U • A)

Given that A and B are true and X and Y are false, determine the truth values of the propositions in the following problem:

[(A v ∼B) ∨ (X ⊃ Y)] • [(Y ⊃ A) ⊃ ∼(X ∨ B)]

True

False

Homework Answers

Answer #1

Plz plz plz do Upvote

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
Hello! I hope you are healthy and well! I am hoping that this message finds you...
Hello! I hope you are healthy and well! I am hoping that this message finds you happy and content! I am having trouble solving this 5-part practice problem. I would greatly appreciate any and all help that you could lend! Thanks in advance! Given that A and B are true and X and Y are false, determine the truth values of the propositions in the following problem: ∼[(B • ∼X) ⊃ ∼(Y • ∼B)] ⊃ [∼(X ⊃ A) ∨ (B...
i) F o r t h e f o l l o w I n g...
i) F o r t h e f o l l o w I n g f i n d t h e ( c o m p. E x p.) f o u r I e r s e r i e s f o r x( t ) I I ) D r a w t h e am p &. P h a s e s p e c t r a I I I ) T...
Read the following cases and decide the right supplement for each case. Highlight the supplement name...
Read the following cases and decide the right supplement for each case. Highlight the supplement name by finding the word from the given box. Follow the given example: Example: Naif has an infection. He needs an antibiotic Maryam cannot digest milk. She needs to have ___lactase______ supplements Majid is overweight. He decided to buy _________ supplements to help him lose weight. Muntaha’s nails always breaks so easily. She wants to get _________ supplements. Munther face looks older than his age....
You have data on birth weights and a number of child, mother, and family characteristics. In...
You have data on birth weights and a number of child, mother, and family characteristics. In particular, you are interested in the relationship between birth weight in ounces (bwght) and the sex of the child (male = 1 if baby is male and = 0 if baby is female), the number of years of mother’s education (motheduc), and family income in $1000s (faminc). An “l” prefix indicates the natural log of the variable. For example, lbwght is log(bwght). The general...
Write a program of wordSearch puzzle that use the following text file as an input. The...
Write a program of wordSearch puzzle that use the following text file as an input. The output should be like this: PIXEL found (left) at (0,9). ( Use JAVA Array ) .Please do not use arrylist and the likes! Hints • The puzzle can be represented as a right-sized two-dimensional array of characters (char). • A String can be converted into a right-sized array of characters via the String method toCharArray. . A word can occur in any of 8...
Consider permutations of the 26-character lowercase alphabet Σ={a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}. In how many of these permutations do a,b,c...
Consider permutations of the 26-character lowercase alphabet Σ={a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}. In how many of these permutations do a,b,c occur consecutively and in that order? In how many of these permutations does a appear before b and b appear before c?
A student would like to assess whether the mean amount of money spent on books during...
A student would like to assess whether the mean amount of money spent on books during the 2016-2017 school year is equal for all students in each of the four class ranks at California University (1: Freshmen, 2: Sophomores, 3: Juniors, 4: Seniors). To conduct this study, the student took a large random sample of students at California University and recorded for each student the total amount of money spent on books during the 2016-2017 school year and the class...
Let S = {A, B, C, D, E, F, G, H, I, J} be the set...
Let S = {A, B, C, D, E, F, G, H, I, J} be the set consisting of the following elements: A = N, B = 2N , C = 2P(N) , D = [0, 1), E = ∅, F = Z × Z, G = {x ∈ N|x 2 + x < 2}, H = { 2 n 3 k |n, k ∈ N}, I = R \ Q, J = R. Consider the relation ∼ on S given...
C Programming I am trying to also print the frequency and the occurrence of an input...
C Programming I am trying to also print the frequency and the occurrence of an input text file. I got the occurrence to but cant get the frequency. Formula for frequency is "Occurrence / total input count", this is the percentage of occurrence. Can someone please help me to get the frequency to work. Code: int freq[26] = {0}; fgets(input1, 10000, (FILE*)MyFile); for(i=0; i< strlen(input); i++) { freq[input[i]-'a']++; count++; } printf("Text count = %d", count); printf("\n"); printf("Frequency of plain text\n");...
2. Let A = {p, q, r, s}, B = {k, l, m, n}, and C...
2. Let A = {p, q, r, s}, B = {k, l, m, n}, and C = {u, v, w}, Define f : A→B by f(p) = m, f(q) = k, f(r) = l, and f(s) = n, and define g : B→C by g(k) = v, g(l) = w, g(m) = u, and g(n) = w. Also define h : A→C by h = g ◦ f. (a) Write out the values of h. (b) Why is it that...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT