Difficulty: Easy
Correct Answer: Orange, Apple, Guava
Explanation:
Introduction / Context:Each option is a mini-list. Exactly one option contains three items from a single, unambiguous category; the others are mixed categories. Your task is to pick the uniformly categorized trio.
Given Data / Assumptions:
Concept / Approach:Identify the set with a single, consistent super-category. Only one option groups three fruits; the others deliberately mix crop/food categories.
Step-by-Step Solution:1) Check A → fruits throughout.2) Check B, C, D → each includes at least one item from a different class.3) Therefore A is uniquely uniform.
Verification / Alternative check:Try labeling each item: fruit/vegetable/cereal/spice/fiber. Only A yields the same label three times.
Why Other Options Are Wrong:They are intentionally heterogeneous, so they fail the “all same class” requirement.
Common Pitfalls:Counting “pulses” as a catch-all; it remains distinct from cereals and fibers.
Final Answer:Orange, Apple, Guava
Discussion & Comments