Difficulty: Easy
Correct Answer: FORM
Explanation:
Introduction / Context:Word-chain questions ask you to select a letter chunk that simultaneously completes the word on the left and begins the word on the right, yielding two valid words with the shared chunk in the middle.
Given Data / Assumptions:
Concept / Approach:The shared chunk must end the first word and start the second. We test each option to see if both sides become standard English words.
Step-by-Step Solution:
Test TENT: PLAT + TENT = PLATTENT (invalid); TENT + ATION = TENTATION (not standard).Test FORM: PLAT + FORM = PLATFORM (valid); FORM + ATION = FORMATION (valid).Test TERR: PLAT + TERR = PLATTERR (invalid); TERR + ATION = TERRATION (invalid).Test EAU: PLAT + EAU = PLATEAU (valid); EAU + ATION = EAUATION (invalid).Verification / Alternative check:Both resulting words should be dictionary-standard: PLATFORM and FORMATION clearly are.
Why Other Options Are Wrong:
Common Pitfalls:Accepting a left-only or right-only valid word; both must be valid simultaneously.
Final Answer:FORM
Discussion & Comments