Question Details

The following observation is made about the scores obtained by 100 students in an exam:


‘For each student, there exists another student in the class such that their scores are at most ten marks away.’

If the above statement is false, which one of the following statements is necessarily true?

Options

A

For each student, the scores of all the other students are more than 10 marks away.


B

There exists at least one student in the class for whom the scores of all the other students are more than 10 marks away.


C

There is exactly one student in the class for whom the scores of some students are more than 10 marks away.


D

For each student, the score of exactly one other student is more than 10 marks away.


Show Answer

Correct Answer :

Option B

There exists at least one student in the class for whom the scores of all the other students are more than 10 marks away.


Solution :

Correct Answer:

There exists at least one student in the class for whom the scores of all the other students are more than 10 marks away.

Step-by-step Explanation:

To find which statement is necessarily true when the given observation is false, we need to mathematically negate the original statement.

Let us define the variables and predicates to express the statement in first-order logic:
Let S be the set of all students in the class, where |S|=100.
Let score(x) represent the score of student x.
Let P(x,y) be the predicate that the absolute difference between the scores of student x and student y is at most 10 marks:

P(x,y):|score(x)-score(y)|10

The original statement says: "For each student, there exists another student in the class such that their scores are at most ten marks away."
Expressing this in formal logic:

xS,yS(yxP(x,y))

We are given that this statement is false. Therefore, its negation must be true. Let us find the negation:

¬[xS,yS(yxP(x,y))]

Applying the rules of quantifier negation (where ¬ becomes ¬, and ¬ becomes ¬):

xS,¬[yS(yxP(x,y))]

Simplifying further:

xS,yS,¬(yxP(x,y))

Using De Morgan's laws, ¬(AB) is logically equivalent to A¬B:

xS,yS(yx¬P(x,y))

Here, ¬P(x,y) means the scores of x and y are more than 10 marks away:

¬P(x,y):|score(x)-score(y)|>10

Translating this negated formula back into natural language:
"There exists at least one student (xS) such that for all other students (yS where yx), their score is more than 10 marks away (|score(x)-score(y)|>10)."

This matches the correct option exactly.

Unlock Our Free Library

Access expert-curated educational resources and study materials—completely free.

Discover more resources

You may also like

Ask AI Tutor
5 left
Q1 View Question & Options
AI Tutor is solving this question...
Reading question context & options...