Problem Description:
The task is to match the given shapes with their correct names from the list provided. The shapes are quadrilaterals, and the names include:
- Square
- Rectangle
- Rhombus
- Trapezoid
- Parallelogram
- Kite
Solution:
#### Step 1: Understand the properties of each quadrilateral:
1.
Square: A quadrilateral with four equal sides and four right angles.
2.
Rectangle: A quadrilateral with opposite sides equal and all four angles as right angles.
3.
Rhombus: A quadrilateral with all four sides equal but not necessarily right angles.
4.
Trapezoid: A quadrilateral with at least one pair of parallel sides.
5.
Parallelogram: A quadrilateral with opposite sides parallel and equal.
6.
Kite: A quadrilateral with two pairs of adjacent sides equal.
#### Step 2: Match each shape with its name based on its properties:
1.
Shape 1 (Blue):
- Properties: Opposite sides are parallel and equal, but the angles are not right angles.
- Name:
Parallelogram
2.
Shape 2 (Orange):
- Properties: All four sides are equal, and the angles are not right angles.
- Name:
Rhombus
3.
Shape 3 (Green):
- Properties: Opposite sides are equal and parallel, and all angles are right angles.
- Name:
Rectangle
4.
Shape 4 (Purple):
- Properties: All four sides are equal, and the angles are not right angles.
- Name:
Rhombus
5.
Shape 5 (Yellow):
- Properties: One pair of opposite sides is parallel, and the other pair is not.
- Name:
Trapezoid
6.
Shape 6 (Red):
- Properties: Opposite sides are equal and parallel, and all angles are right angles.
- Name:
Rectangle
7.
Shape 7 (Pink):
- Properties: Two pairs of adjacent sides are equal, and the diagonals intersect at right angles.
- Name:
Kite
8.
Shape 8 (Brown):
- Properties: All four sides are equal, and all angles are right angles.
- Name:
Square
#### Final Matches:
1. Blue shape →
Parallelogram
2. Orange shape →
Rhombus
3. Green shape →
Rectangle
4. Purple shape →
Rhombus
5. Yellow shape →
Trapezoid
6. Red shape →
Rectangle
7. Pink shape →
Kite
8. Brown shape →
Square
Final Answer:
\[
\boxed{
\begin{array}{ll}
\text{Blue} & \text{Parallelogram} \\
\text{Orange} & \text{Rhombus} \\
\text{Green} & \text{Rectangle} \\
\text{Purple} & \text{Rhombus} \\
\text{Yellow} & \text{Trapezoid} \\
\text{Red} & \text{Rectangle} \\
\text{Pink} & \text{Kite} \\
\text{Brown} & \text{Square} \\
\end{array}
}
\]
Parent Tip: Review the logic above to help your child master the concept of quadrilateral shapes worksheet.