Difficulty: Easy
Correct Answer: (iii), (v), (ii), (iv), (i)
Explanation:
Introduction / Context:
All five words begin with “gen…”. When prefixes are identical, compare the next differing character. Maintain this rule consistently across the set.
Given Data / Assumptions:
Concept / Approach:
After “gen…”, the next letters are “d”, “e…”, “e…”, “t”, “u”. Ordering these yields d < e < t < u. Within the “e…” block, we still compare fully: “general” (…eral…) precedes “genesis” (…esis…) because “r” < “s”.
Step-by-Step Solution:
Complete order: (iii) Gender → (v) General → (ii) Genesis → (iv) Gentle → (i) Genuine.This matches dictionary sorting rules.
Verification / Alternative check:
Check neighbors: Gender<General (d<e), General<Genesis (r<s), Genesis<Gentle (s<t), Gentle<Genuine (t<u).
Why Other Options Are Wrong:
They invert at least one pair in the chain (commonly General/Genesis or Gentle/Genuine).
Common Pitfalls:
Final Answer:
(iii), (v), (ii), (iv), (i).
Discussion & Comments