The task involves cracking a code using a substitution cipher where each letter of the alphabet is represented by a unique symbol. The goal is to decode the messages provided in the images.
Step-by-Step Solution:
####
1. Understand the Cipher Key:
Each image contains a key at the top that maps letters of the alphabet to specific symbols. For example:
- `A` is represented by an apple.
- `B` is represented by a book.
- `C` is represented by a pencil, and so on.
####
2. Decode the Messages:
We need to match each symbol in the message with its corresponding letter from the key.
---
Image 1 (Top Image):
The message to decode is:
```
□️❤️△️☀️🪐⚽️
```
Using the key:
- □️ = M
- ❤️ = I
- △️ = E
- ☀️ = L
- 🪐 = K
- ⚽️ = Z
So, the decoded message is:
MIELKZ
---
Image 2 (Middle Image):
The message to decode is:
```
💻📁△️☀️🪐⚽️
```
Using the key:
- 💻 = W
- 📁 = M
- △️ = E
- ☀️ = L
- 🪐 = K
- ⚽️ = Z
So, the decoded message is:
WMELEKZ
---
Image 3 (Bottom Image):
The message to decode is:
```
🏀🪐⚽️📝✂️🍎📚
```
Using the key:
- 🏀 = Y
- 🪐 = K
- ⚽️ = Z
- 📝 = V
- ✂️ = N
- 🍎 = A
- 📚 = B
So, the decoded message is:
YKZVNA
---
Final Answer:
The decoded messages are:
1.
MIELKZ
2.
WMELEKZ
3.
YKZVNA
$$
\boxed{MIELKZ, WMELEKZ, YKZVNA}
$$
Parent Tip: Review the logic above to help your child master the concept of cracking the code worksheet.