Problem Overview:
The task is to find synonyms for the words listed in the left column and match them with the appropriate words from the provided list at the bottom. Once matched, the pairs should be written in the right column.
Words to Match:
1.
happy
2.
new
3.
cold
4.
warm
5.
tasty
6.
yearly
Available Synonyms:
-
toasty
-
annual
-
delicious
-
glad
-
chilly
-
fresh
Solution Approach:
We will identify synonyms for each word in the left column and pair them with the corresponding words from the available list.
---
#### 1.
happy
- Synonym:
glad
- Explanation: "Happy" and "glad" both mean feeling joyful or content.
- Pair:
happy →
glad
#### 2.
new
- Synonym:
fresh
- Explanation: "New" and "fresh" both describe something recently made or recently acquired.
- Pair:
new →
fresh
#### 3.
cold
- Synonym:
chilly
- Explanation: "Cold" and "chilly" both describe a low temperature or a sensation of being cold.
- Pair:
cold →
chilly
#### 4.
warm
- Synonym:
toasty
- Explanation: "Warm" and "toasty" both describe a comfortable, slightly hot temperature.
- Pair:
warm →
toasty
#### 5.
tasty
- Synonym:
delicious
- Explanation: "Tasty" and "delicious" both describe food that is very pleasing to the taste.
- Pair:
tasty →
delicious
#### 6.
yearly
- Synonym:
annual
- Explanation: "Yearly" and "annual" both describe something that occurs once per year.
- Pair:
yearly →
annual
---
Final Answer:
Write the pairs in the right column as follows:
1.
happy →
glad
2.
new →
fresh
3.
cold →
chilly
4.
warm →
toasty
5.
tasty →
delicious
6.
yearly →
annual
Boxed Answer:
\[
\boxed{
\begin{array}{|c|c|}
\hline
\text{happy} & \text{glad} \\
\hline
\text{new} & \text{fresh} \\
\hline
\text{cold} & \text{chilly} \\
\hline
\text{warm} & \text{toasty} \\
\hline
\text{tasty} & \text{delicious} \\
\hline
\text{yearly} & \text{annual} \\
\hline
\end{array}
}
\]
Parent Tip: Review the logic above to help your child master the concept of synonyms and antonyms worksheet 2nd grade.