answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: A conditional is false whenever its antecedent is false?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

If a triangle is equilateral then it is isosceles What is the converse of the statement?

If a triangle is isosceles, then it is equilateral. To find the converse of a conditional, you switch the antecedent ("If ____ ...") and consequent ("... then ____."). (Of course, if not ALL isosceles triangles were equilateral, then the converse would be false.)


What kind of statement has the form of 'if A then B' which means if a is true then b must be true?

An example of a conditional statement is: If I throw this ball into the air, it will come down.In "if A then B", A is the antecedent, and B is the consequent.


When is a conditional statement false?

A conditional statement is indeed a statement that can be put in the form "if A, then B". The only time this conditional statement is false is when both A is true and also B is false.Read more: http://wiki.answers.com/What_is_a_conditional_statement#ixzz1lda5tB6E


What are conditional statements?

Conditional statements are used in programming to make decisions based on certain conditions. They allow the program to execute different code blocks depending on whether a condition is true or false. Common conditional statements include if, else, and else if.


Is the Converse of a false statement always false?

Let's take an example.If it is raining (then) the match will be cancelled.A conditional statement is false if and only if the antecedent (it is raining) is true and the consequent (the match will be cancelled) is false. Thus the sample statement will be false if and only if it is raining but the match still goes ahead.By convention, if the antecedent is false (if it isn't raining) then the statement as a whole is considered true regardless of whether the match takes place or not.To recap: if told that the sample statement is false, we can deduce two things: It is raining is a true statement, and the match will be cancelled is a false statement. Also, we know a conditional statement with a false antecedent is always true.The converse of the statement is:If the match is cancelled (then) it is raining.Since we know (from the fact that the original statement is false) that the match is cancelled is false, the converse statement has a false antecedent and, by convention, such statements are always true.Thus the converse of a false conditional statement is always true. (A single example serves to show it's true in all cases since the logic is identical no matter what specific statements you apply it to.)If you are familiar with truth tables, the explanation is much easier. Here is the truth table for A = X->Y (i.e. A is the statement if X then Y) and B = Y->X (i.e. B is the converse statement if Y then X).X Y A BF F T TF F T TT F F TF T T FLooking at the last two rows of the A and B columns, when either of the statements is false, its converse is true.


What can a conditional have of true or false?

Truth value


Do you know if the reverse of a conditional statement is always true?

false


What is a conditional statement that is false?

"If swallows can fly then I am a monkey's uncle"


When you change the truth value of a given conditional statement?

by switching the truth values of the hypothesis and conclusion, it is called the contrapositive of the original statement. The contrapositive of a true conditional statement will also be true, while the contrapositive of a false conditional statement will also be false.


is this conditional true or falseIf a month has 31 days, then it is March.?

false


What is a chain argument?

The chain argument rule allows you to derive a conditional from two you already have, provided the antecedent of one of your conditionals is the same as the consequent of the other.


What is conditional sentence?

In computer programming, "sentence" is not used. "Conditional sentence" sure sounded like Judicial jargon.Instead, a conditional expression is like:1 < 22