Problem Description:
The task is to connect each fruit image on the left to the box with its matching color on the right. The goal is to identify the primary color of each fruit and match it with the corresponding colored square.
Step-by-Step Solution:
1.
Identify the Colors of the Fruits:
-
Grapes: The grapes are primarily
purple.
-
Orange: The orange is primarily
orange.
-
Apple: The apple is primarily
red.
-
Strawberry: The strawberry is primarily
red.
-
Pear: The pear is primarily
green.
2.
Match the Fruits to the Colored Squares:
-
Grapes (Purple): Connect the grapes to the
purple square.
-
Orange (Orange): Connect the orange to the
orange square.
-
Apple (Red): Connect the apple to the
red square.
-
Strawberry (Red): Connect the strawberry to the
red square (same as the apple).
-
Pear (Green): Connect the pear to the
green square.
3.
Final Connections:
- Grapes → Purple square
- Orange → Orange square
- Apple → Red square
- Strawberry → Red square
- Pear → Green square
Explanation:
- Each fruit has a dominant color that matches one of the colored squares provided.
- Some fruits may share the same color (e.g., both the apple and strawberry are red), so they will be connected to the same colored square.
- The task requires careful observation of the primary color of each fruit to ensure accurate matching.
Final Answer:
\[
\boxed{
\begin{array}{c|c}
\text{Fruit} & \text{Matching Color} \\
\hline
\text{Grapes} & \text{Purple} \\
\text{Orange} & \text{Orange} \\
\text{Apple} & \text{Red} \\
\text{Strawberry} & \text{Red} \\
\text{Pear} & \text{Green} \\
\end{array}
}
\]
Parent Tip: Review the logic above to help your child master the concept of sorting worksheets.