Problem Description:
The task is to match each number written in
words on the left side with its corresponding
numeric value on the right side. An example has already been provided: "one" is matched with "1".
Solution Approach:
1.
Identify the Words and Numbers:
- The left column contains numbers written in words.
- The right column contains the numeric values.
2.
Match Each Word to Its Numeric Value:
- Carefully read each word and determine its numeric equivalent.
- Match the word with the correct number from the right column.
3.
Perform the Matching:
- Use a systematic approach to ensure all matches are accurate.
Step-by-Step Matching:
#### Left Column (Words) | Right Column (Numbers)
1.
eleven → 11
2.
one → 1
3.
twenty → 20
4.
six → 6
5.
thirteen → 13
6.
two → 2
7.
three → 3
8.
seven → 7
9.
fifteen → 15
10.
eight → 8
11.
nine → 9
Final Matches:
- eleven → 11
- one → 1
- twenty → 20
- six → 6
- thirteen → 13
- two → 2
- three → 3
- seven → 7
- fifteen → 15
- eight → 8
- nine → 9
Explanation:
Each word in the left column corresponds to a specific numeric value in the right column. By carefully identifying the numeric value of each word, we can establish the correct matches. This exercise helps reinforce the connection between numerical values and their written forms.
Final Answer:
\[
\boxed{
\begin{aligned}
&\text{eleven} \rightarrow 11 \\
&\text{one} \rightarrow 1 \\
&\text{twenty} \rightarrow 20 \\
&\text{six} \rightarrow 6 \\
&\text{thirteen} \rightarrow 13 \\
&\text{two} \rightarrow 2 \\
&\text{three} \rightarrow 3 \\
&\text{seven} \rightarrow 7 \\
&\text{fifteen} \rightarrow 15 \\
&\text{eight} \rightarrow 8 \\
&\text{nine} \rightarrow 9
\end{aligned}
}
\]
Parent Tip: Review the logic above to help your child master the concept of number words esl worksheet.