Let's solve the multiplication problem shown in the image:
We are given:
```
1 8 4
× 4
-------
___
```
We need to compute:
184 × 4
Step-by-step multiplication:
Multiply each digit of 184 by 4, starting from the right:
1.
4 × 4 = 16 → Write down
6, carry over
1
2.
4 × 8 = 32, plus the carried
1 =
33 → Write down
3, carry over
3
3.
4 × 1 = 4, plus the carried
3 =
7 → Write down
7
So:
```
1 8 4
× 4
-------
7 3 6
```
Final Answer:
736
Now, fill in the blanks in the problem:
- Top row (184): already filled
- Bottom row (product):
7,
3,
6
✔ So the completed problem is:
```
1 8 4
× 4
-------
7 3 6
```
You can now click "Check" to verify your answer.
Let me know if you'd like help with other problems!
Parent Tip: Review the logic above to help your child master the concept of 2 digit multiplication games.