Mystery Picture Graphing Activities | NASA - Free Printable
Educational worksheet: Mystery Picture Graphing Activities | NASA. Download and print for classroom or home learning activities.
PNG
1280×946
307.2 KB
Free · Personal Use
Quality Assured by Worksheets Library Team
Reviewed for educational accuracy and age-appropriateness
ID: #255231
⭐
Show Answer Key & Explanations
Step-by-step solution for: Mystery Picture Graphing Activities | NASA
▼
Show Answer Key & Explanations
Step-by-step solution for: Mystery Picture Graphing Activities | NASA
The image you've uploaded is a creative and artistic representation of the phrase "I ♥ MATH" using geometric shapes on a coordinate plane (a Cartesian grid). The letters are constructed from polygons, with colors and positions carefully placed to form the message. Let's break it down and analyze what we see:
---
1. "I":
- A vertical purple parallelogram located at the far left.
- Positioned around the x-axis range from approximately -12 to -9 and y-axis from 4 to 10.
- It’s slanted slightly to the right.
2. "♥" (Heart):
- A red heart shape centered above the "MATH" portion.
- Located roughly between x = 0 and x = 10, and y = 5 to y = 12.
- This is a stylized polygonal heart, not a perfect curve.
3. "MATH":
- Each letter is made of pink/purple polygons.
- The letters are large and blocky, constructed with straight lines and sharp angles.
- They sit below the heart and are aligned horizontally.
4. Special Details:
- The "A" has a small red heart inside its center — a playful touch.
- The "T" is formed with a horizontal bar and a vertical stem, but the top of the "T" has a small red arrow-like shape pointing to the right, possibly symbolizing direction or progress in math.
- The "H" has a unique design: two vertical bars connected by a horizontal line in the middle, with a cutout resembling a smaller "M" or decorative detail.
5. Coordinate Grid:
- The entire image is plotted on a grid with labeled axes.
- X-axis ranges from -19 to 19.
- Y-axis ranges from -14 to 14.
- This suggests the image could be used for educational purposes — perhaps plotting coordinates to recreate the artwork.
---
Since you mentioned "solve the problem," and no explicit question was stated, here are possible interpretations of what the task might be:
#### ✔ Likely Task: Plotting Coordinates
You may be asked to:
- Determine the coordinates of the vertices of each shape (e.g., the heart, the letters).
- Or recreate the image by plotting points on a graph.
- Or calculate areas of certain shapes (like the heart or letters).
Let’s assume the intended task is:
> Find the coordinates of the key vertices of the heart and the letter "I".
---
#### 1. Coordinates of the "I" (Purple Parallelogram)
Looking at the leftmost shape:
- Bottom-left corner: (-12, 4)
- Top-left corner: (-12, 10)
- Top-right corner: (-9, 10)
- Bottom-right corner: (-9, 4)
So the "I" is a rectangle rotated slightly? Actually, it’s a parallelogram, but in this case, it appears as a rectangle shifted due to perspective.
Wait — looking closely, it’s actually a slanted rectangle (parallelogram), but the sides are parallel to the grid.
Actually, upon closer inspection:
- Left side: from (-12, 4) to (-12, 10) → vertical
- Right side: from (-9, 4) to (-9, 10) → also vertical
→ So it's a rectangle, not slanted.
Thus, the "I" is a rectangle with corners:
- (-12, 4), (-12, 10), (-9, 10), (-9, 4)
---
#### 2. Coordinates of the Heart (Red Shape)
This is a polygonal heart. We can trace its outer vertices.
From top to bottom, going clockwise:
1. Top point: (0, 12)
2. Upper right: (4, 10)
3. Right tip: (8, 12)
4. Lower right: (6, 8)
5. Bottom point: (4, 6)
6. Lower left: (2, 8)
7. Left tip: (0, 12) ← wait, that's same as start?
Wait — let's correct:
Actually, the heart has:
- Two upper points: (0,12) and (8,12)
- Then dips down to (4,6) at the bottom
- And has two inward points at (2,8) and (6,8)
So the vertices are:
1. (0, 12)
2. (4, 10)
3. (8, 12)
4. (6, 8)
5. (4, 6)
6. (2, 8)
7. (0, 10) ← connects back?
Wait — let's retrace carefully:
From the image:
- Top left: (0,12)
- Then down to (2,10)? No, it's flat across.
Actually:
- Top: (0,12) → (4,10) → (8,12)
- Then down to (6,8)
- Down to (4,6)
- Up to (2,8)
- Back to (0,10)
- Back to (0,12)
So full vertex list:
1. (0, 12)
2. (4, 10)
3. (8, 12)
4. (6, 8)
5. (4, 6)
6. (2, 8)
7. (0, 10)
8. (0, 12) ← close the shape
✔ So these are the vertices of the heart.
---
| Shape | Coordinates |
|------|-------------|
| "I" | (-12,4), (-12,10), (-9,10), (-9,4) |
| Heart | (0,12), (4,10), (8,12), (6,8), (4,6), (2,8), (0,10), (0,12) |
---
#### 🟦 Task 1: Plot the heart using coordinates
- Use the list above to plot and connect the points in order.
#### 🟦 Task 2: Calculate area of the heart
We can use the shoelace formula.
Let’s apply it to the heart:
Vertices in order:
(0,12), (4,10), (8,12), (6,8), (4,6), (2,8), (0,10), (0,12)
Shoelace formula:
$$
\text{Area} = \frac{1}{2} \left| \sum x_i y_{i+1} - \sum y_i x_{i+1} \right|
$$
Compute step by step:
| i | x | y | x_i * y_{i+1} | y_i * x_{i+1} |
|---|---|---|----------------|----------------|
| 1 | 0 | 12 | 0*10 = 0 | 12*4 = 48 |
| 2 | 4 | 10 | 4*12 = 48 | 10*8 = 80 |
| 3 | 8 | 12 | 8*8 = 64 | 12*6 = 72 |
| 4 | 6 | 8 | 6*6 = 36 | 8*4 = 32 |
| 5 | 4 | 6 | 4*8 = 32 | 6*2 = 12 |
| 6 | 2 | 8 | 2*10 = 20 | 8*0 = 0 |
| 7 | 0 | 10 | 0*12 = 0 | 10*0 = 0 |
| 8 | 0 | 12 | 0*12 = 0 | 12*0 = 0 |
Sum of $x_i y_{i+1}$: 0 + 48 + 64 + 36 + 32 + 20 + 0 + 0 = 200
Sum of $y_i x_{i+1}$: 48 + 80 + 72 + 32 + 12 + 0 + 0 + 0 = 244
Difference: |200 - 244| = 44
Area = ½ × 44 = 22 square units
✔ So the area of the heart is 22 square units.
---
If the task was to find the area of the red heart, then:
> ✔ The area of the heart is 22 square units.
If the task was to identify the coordinates of the heart, then:
> ✔ The vertices are:
> (0,12), (4,10), (8,12), (6,8), (4,6), (2,8), (0,10), (0,12)
And if the task was to interpret the message, then:
> ✔ The image says "I ♥ MATH", using geometric art on a coordinate plane — a fun way to express love for mathematics!
---
Let me know if you'd like:
- Coordinates of other letters (M, A, T, H)
- Area of the entire "MATH"
- How to recreate this in Desmos or GeoGebra
I'm happy to help! ❤️
---
🔍 Visual Breakdown
1. "I":
- A vertical purple parallelogram located at the far left.
- Positioned around the x-axis range from approximately -12 to -9 and y-axis from 4 to 10.
- It’s slanted slightly to the right.
2. "♥" (Heart):
- A red heart shape centered above the "MATH" portion.
- Located roughly between x = 0 and x = 10, and y = 5 to y = 12.
- This is a stylized polygonal heart, not a perfect curve.
3. "MATH":
- Each letter is made of pink/purple polygons.
- The letters are large and blocky, constructed with straight lines and sharp angles.
- They sit below the heart and are aligned horizontally.
4. Special Details:
- The "A" has a small red heart inside its center — a playful touch.
- The "T" is formed with a horizontal bar and a vertical stem, but the top of the "T" has a small red arrow-like shape pointing to the right, possibly symbolizing direction or progress in math.
- The "H" has a unique design: two vertical bars connected by a horizontal line in the middle, with a cutout resembling a smaller "M" or decorative detail.
5. Coordinate Grid:
- The entire image is plotted on a grid with labeled axes.
- X-axis ranges from -19 to 19.
- Y-axis ranges from -14 to 14.
- This suggests the image could be used for educational purposes — perhaps plotting coordinates to recreate the artwork.
---
🧠 Possible Task or Problem
Since you mentioned "solve the problem," and no explicit question was stated, here are possible interpretations of what the task might be:
#### ✔ Likely Task: Plotting Coordinates
You may be asked to:
- Determine the coordinates of the vertices of each shape (e.g., the heart, the letters).
- Or recreate the image by plotting points on a graph.
- Or calculate areas of certain shapes (like the heart or letters).
Let’s assume the intended task is:
> Find the coordinates of the key vertices of the heart and the letter "I".
---
✔ Step-by-Step Solution: Find Coordinates
#### 1. Coordinates of the "I" (Purple Parallelogram)
Looking at the leftmost shape:
- Bottom-left corner: (-12, 4)
- Top-left corner: (-12, 10)
- Top-right corner: (-9, 10)
- Bottom-right corner: (-9, 4)
So the "I" is a rectangle rotated slightly? Actually, it’s a parallelogram, but in this case, it appears as a rectangle shifted due to perspective.
Wait — looking closely, it’s actually a slanted rectangle (parallelogram), but the sides are parallel to the grid.
Actually, upon closer inspection:
- Left side: from (-12, 4) to (-12, 10) → vertical
- Right side: from (-9, 4) to (-9, 10) → also vertical
→ So it's a rectangle, not slanted.
Thus, the "I" is a rectangle with corners:
- (-12, 4), (-12, 10), (-9, 10), (-9, 4)
---
#### 2. Coordinates of the Heart (Red Shape)
This is a polygonal heart. We can trace its outer vertices.
From top to bottom, going clockwise:
1. Top point: (0, 12)
2. Upper right: (4, 10)
3. Right tip: (8, 12)
4. Lower right: (6, 8)
5. Bottom point: (4, 6)
6. Lower left: (2, 8)
7. Left tip: (0, 12) ← wait, that's same as start?
Wait — let's correct:
Actually, the heart has:
- Two upper points: (0,12) and (8,12)
- Then dips down to (4,6) at the bottom
- And has two inward points at (2,8) and (6,8)
So the vertices are:
1. (0, 12)
2. (4, 10)
3. (8, 12)
4. (6, 8)
5. (4, 6)
6. (2, 8)
7. (0, 10) ← connects back?
Wait — let's retrace carefully:
From the image:
- Top left: (0,12)
- Then down to (2,10)? No, it's flat across.
Actually:
- Top: (0,12) → (4,10) → (8,12)
- Then down to (6,8)
- Down to (4,6)
- Up to (2,8)
- Back to (0,10)
- Back to (0,12)
So full vertex list:
1. (0, 12)
2. (4, 10)
3. (8, 12)
4. (6, 8)
5. (4, 6)
6. (2, 8)
7. (0, 10)
8. (0, 12) ← close the shape
✔ So these are the vertices of the heart.
---
📌 Summary of Key Points
| Shape | Coordinates |
|------|-------------|
| "I" | (-12,4), (-12,10), (-9,10), (-9,4) |
| Heart | (0,12), (4,10), (8,12), (6,8), (4,6), (2,8), (0,10), (0,12) |
---
💡 Possible Tasks & Solutions
#### 🟦 Task 1: Plot the heart using coordinates
- Use the list above to plot and connect the points in order.
#### 🟦 Task 2: Calculate area of the heart
We can use the shoelace formula.
Let’s apply it to the heart:
Vertices in order:
(0,12), (4,10), (8,12), (6,8), (4,6), (2,8), (0,10), (0,12)
Shoelace formula:
$$
\text{Area} = \frac{1}{2} \left| \sum x_i y_{i+1} - \sum y_i x_{i+1} \right|
$$
Compute step by step:
| i | x | y | x_i * y_{i+1} | y_i * x_{i+1} |
|---|---|---|----------------|----------------|
| 1 | 0 | 12 | 0*10 = 0 | 12*4 = 48 |
| 2 | 4 | 10 | 4*12 = 48 | 10*8 = 80 |
| 3 | 8 | 12 | 8*8 = 64 | 12*6 = 72 |
| 4 | 6 | 8 | 6*6 = 36 | 8*4 = 32 |
| 5 | 4 | 6 | 4*8 = 32 | 6*2 = 12 |
| 6 | 2 | 8 | 2*10 = 20 | 8*0 = 0 |
| 7 | 0 | 10 | 0*12 = 0 | 10*0 = 0 |
| 8 | 0 | 12 | 0*12 = 0 | 12*0 = 0 |
Sum of $x_i y_{i+1}$: 0 + 48 + 64 + 36 + 32 + 20 + 0 + 0 = 200
Sum of $y_i x_{i+1}$: 48 + 80 + 72 + 32 + 12 + 0 + 0 + 0 = 244
Difference: |200 - 244| = 44
Area = ½ × 44 = 22 square units
✔ So the area of the heart is 22 square units.
---
🎯 Final Answer
If the task was to find the area of the red heart, then:
> ✔ The area of the heart is 22 square units.
If the task was to identify the coordinates of the heart, then:
> ✔ The vertices are:
> (0,12), (4,10), (8,12), (6,8), (4,6), (2,8), (0,10), (0,12)
And if the task was to interpret the message, then:
> ✔ The image says "I ♥ MATH", using geometric art on a coordinate plane — a fun way to express love for mathematics!
---
Let me know if you'd like:
- Coordinates of other letters (M, A, T, H)
- Area of the entire "MATH"
- How to recreate this in Desmos or GeoGebra
I'm happy to help! ❤️
Parent Tip: Review the logic above to help your child master the concept of free coordinate graphing mystery picture worksheets pdf.