Difficulty: Easy
Correct Answer: Three
Explanation:
Introduction / Context:
Here we must form 3-letter words that begin specifically with “A” using letters from TEAR, with no letter used more than once in a word. Such constraints reduce the search space and emphasize recall of common short words.
Given Data / Assumptions:
Concept / Approach:
Build “A _ _” using the remaining letters {T, E, R}. Three standard words result: “ATE,” “ARE,” and “ART.” Each is extremely common in everyday usage, satisfies the starting-letter constraint, and uses no letter twice.
Step-by-Step Solution:
A + T/E/R → “ATE,” “ARE,” “ART.”Verify all three are standard words: ATE (past tense of eat); ARE (present of be, plural/second person); ART (skill; also archaic “thou art”).Total = 3.
Verification / Alternative check:
These words are listed in all major dictionaries. “ARE” and “ART” are especially frequent in exams due to their short length and grammatical functions.
Why Other Options Are Wrong:
Common Pitfalls:
Overlooking functional words such as “ARE” because they are grammatical rather than lexical nouns/verbs only. Exam conventions include such forms.
Final Answer:
Three
Discussion & Comments