Interpreting if-then statements

  • Thread starter Mr Davis 97
  • Start date
In summary, to rewrite the statement "Regular work is not necessary to pass the course" as an if-then statement, we can say that "if the course is passed, then regular work may or may not have been done." This can also be expressed as "if the course is passed, then regular work does not necessarily have to be done." However, the exact form of the if-then statement may depend on the specific context and requirements of the course.
  • #1
Mr Davis 97
1,462
44

Homework Statement


Rewrite the following as an if-then statement: Regular work is not necessary to pass the course.

Homework Equations

The Attempt at a Solution


Supposing that the "not" is not there, we would have "Regular work is necessary to pass the course." This means that "if the course was passed, then regular work was done." Now, if we include the not we get "it is not the case that if the course was passed, then regular work as done." Is this correct?
 
Physics news on Phys.org
  • #2
Mr Davis 97 said:

Homework Statement


Rewrite the following as an if-then statement: Regular work is not necessary to pass the course.

Homework Equations

The Attempt at a Solution


Supposing that the "not" is not there, we would have "Regular work is necessary to pass the course." This means that "if the course was passed, then regular work was done." Now, if we include the not we get "it is not the case that if the course was passed, then regular work as done." Is this correct?
That doesn't strike me as an "if - then" statement. How about something like "If the course was passed, regular work may or may not have been done".
 
  • Like
Likes FactChecker
  • #3
LCKurtz said:
That doesn't strike me as an "if - then" statement. How about something like "If the course was passed, regular work may or may not have been done".
In general how would you write "not necessary" as a conditional? I know that if we say "A is necessary for B" then B implies A. But I'm not sure how to write "A is not necessary for B" logically.
 
  • #4
I would say B does not imply A. But that might not be what you want. I will let others chime in here.
 
  • #5
LCKurtz said:
I would say B does not imply A. But that might not be what you want. I will let others chime in here.
But the thing is is that it says to write as a conditional, and "B does not imply A" is not an if-then statement...
 
  • #6
I wonder who made these exercises.
 
  • #7
Is necessary is the relation ##\rightarrow ##, so is not necessary means ##\nrightarrow ##. How would you express does not follow? The only chance I see is ##\lnot (A \rightarrow B)##.
 
  • Like
Likes Mr Davis 97
  • #8
Mr Davis 97 said:
Now, if we include the not we get "it is not the case that if the course was passed, then regular work as done." Is this correct?

Yes, I'd say that's correct. The only question is whether your course materials count it as an answer. Do you know whether your course materials want an answer without a "not" in front of the if-then?
 
  • Like
Likes Mr Davis 97 and Borg
  • #9
The project that I work on has given me some insight on how to answer this.
Don't take this as a serious answer - it's just very similar to the dumb logic that I have to deal with. :oldruck:

If the course was passed and regular work was done, then regular work was done.
If the course was passed and regular work was NOT done, then regular work was NOT done.

If the course was NOT passed and regular work was done, then regular work was done.
If the course was NOT passed and regular work was NOT done, then regular work was NOT done.
 
  • #10
If you really want to have a strict "if ... then" statement, then @LCKurtz answer in #2 is good: if( passed ) then (RegularWorkDone or not RegularWorkDone). In other words, passing implies nothing about regular work.
 
  • Like
Likes fresh_42

FAQ: Interpreting if-then statements

What is the purpose of if-then statements in science?

If-then statements are used in science to make predictions or draw conclusions based on a specific condition or set of conditions. They allow scientists to logically connect different pieces of information and make logical deductions.

How do you interpret if-then statements?

When interpreting if-then statements, it's important to understand that the "if" part of the statement represents the condition or situation being tested, while the "then" part represents the predicted outcome or conclusion based on that condition.

What are some common errors to avoid when interpreting if-then statements?

Some common errors to avoid when interpreting if-then statements include assuming that the "if" part of the statement always leads to the "then" part, overlooking other possible conditions that could lead to the same outcome, and making assumptions about causality based on the statement alone.

How can if-then statements be used in experiments?

If-then statements can be used in experiments to form hypotheses, design experiments, and make predictions about the outcomes of the experiment. They can also be used to analyze and interpret the data collected from the experiment.

Can if-then statements be used in fields other than science?

Yes, if-then statements can be used in fields other than science, including mathematics, computer programming, and everyday decision-making. They are a fundamental part of logic and can be applied to any situation where there is a cause-and-effect relationship.

Similar threads

Replies
1
Views
879
Replies
23
Views
2K
Replies
10
Views
2K
Replies
1
Views
1K
Replies
17
Views
2K
Replies
1
Views
2K
Replies
1
Views
1K
Back
Top