Difficulty: Easy
Correct Answer: Uncertain
Explanation:
Introduction / Context:
This problem evaluates whether you can infer a maximum from pairwise comparisons. Knowing A > B and C > B does not automatically tell you whether A or C is the greatest unless you also know A vs. C.
Given Data / Assumptions:
Concept / Approach:
To assert the absolute heaviest, you must compare all contenders. Here we only know both Jenna and Jasmine are heavier than Jason. The order between Jenna and Jasmine is unknown, so the identity of the heaviest is indeterminate.
Step-by-Step Solution:
1) From Jenna > Jason and Jasmine > Jason, Jason is the lightest.2) No relation is given between Jenna and Jasmine.3) Therefore, the statement “Jasmine is the heaviest” cannot be guaranteed.
Verification / Alternative check:
Example 1: Jenna 3.4 kg, Jasmine 3.2 kg, Jason 3.0 kg ⇒ Jasmine is not the heaviest. Example 2: Jenna 3.2 kg, Jasmine 3.4 kg, Jason 3.0 kg ⇒ Jasmine is the heaviest. Since both scenarios fit the premises, the conclusion is uncertain.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming that because two people are heavier than a third, the second named must be the heaviest overall; this ignores the missing comparison.
Final Answer:
Uncertain
Discussion & Comments