Problem Description:
The task involves identifying and marking the vowel "आ" (ā) in the given grid. The instructions at the top of the image say, "स्वर आ में गोला लगाएं," which translates to "Mark the circle on the vowel 'Ā'." The grid contains various Hindi vowels, and the goal is to identify and mark all occurrences of "आ."
Solution Approach:
1.
Identify the Vowel "आ":
- The vowel "आ" is a specific Hindi vowel that needs to be marked.
- It is distinct from other vowels like "अ" (a), "इ" (i), "उ" (u), etc.
2.
Analyze the Grid:
- The grid contains several Hindi vowels arranged in a 3x3 format.
- We need to carefully examine each cell to determine if it contains the vowel "आ."
3.
Mark the Occurrences:
- Once we identify the cells containing "आ," we will mark them as instructed.
Step-by-Step Solution:
#### Grid Analysis:
The grid contains the following vowels:
```
| अ | आ | ऊ | उ |
|---|---|---|---|
| उ | आ | ऊ | अ |
| अ | आ | | अ |
```
-
Row 1:
- First cell: "अ" (not "आ")
- Second cell: "आ" (marked)
- Third cell: "ऊ" (not "आ")
- Fourth cell: "उ" (not "आ")
-
Row 2:
- First cell: "उ" (not "आ")
- Second cell: "आ" (marked)
- Third cell: "ऊ" (not "आ")
- Fourth cell: "अ" (not "आ")
-
Row 3:
- First cell: "अ" (not "आ")
- Second cell: "आ" (marked)
- Third cell: Blank (not "आ")
- Fourth cell: "अ" (not "आ")
#### Marking the Occurrences:
The cells containing "आ" are:
- Row 1, Column 2
- Row 2, Column 2
- Row 3, Column 2
Final Answer:
Mark a circle or highlight the cells containing "आ":
```
| | ○ | | |
|---|---|---|---|
| | ○ | | |
| | ○ | | |
```
Boxed Final Answer:
\boxed{○} in the positions corresponding to the second column of each row.
Parent Tip: Review the logic above to help your child master the concept of hindi worksheet for kindergarten.