Put a checkmark [✔] in the box if the number is divisible by 2, 3, 5, 8, 9, and 10, and a cross [✖] if not.

1. 185: [ ] [ ] [ ] [ ] [ ] [ ]
2. 37390: [ ] [ ] [ ] [ ] [ ] [ ]
3. 98: [ ] [ ] [ ] [ ] [ ] [ ]



Answer :

To determine the divisibility of numbers by various factors and fill the given boxes with the appropriate symbols, we need to check each number against the specified divisors: 2, 3, 5, 8, 9, and 10. We'll use the results from running the provided code to avoid any calculation errors.

Step-by-Step Solution:

### Number 185
- Divisibility by 2: False (185 is not divisible by 2).
- Divisibility by 3: False (185 is not divisible by 3).
- Divisibility by 5: True (185 is divisible by 5).
- Divisibility by 8: False (185 is not divisible by 8).
- Divisibility by 9: False (185 is not divisible by 9).
- Divisibility by 10: False (185 is not divisible by 10).

Since 185 is not divisible by all specified factors, we place "口":
- 185: 口

### Number 37390
- Divisibility by 2: True (37390 is divisible by 2).
- Divisibility by 3: False (37390 is not divisible by 3).
- Divisibility by 5: True (37390 is divisible by 5).
- Divisibility by 8: False (37390 is not divisible by 8).
- Divisibility by 9: False (37390 is not divisible by 9).
- Divisibility by 10: True (37390 is divisible by 10).

Since 37390 is not divisible by all specified factors, we place "口":
- 37390: 口

### Number 98
- Divisibility by 2: True (98 is divisible by 2).
- Divisibility by 3: False (98 is not divisible by 3).
- Divisibility by 5: False (98 is not divisible by 5).
- Divisibility by 8: False (98 is not divisible by 8).
- Divisibility by 9: False (98 is not divisible by 9).
- Divisibility by 10: False (98 is not divisible by 10).

Since 98 is not divisible by all specified factors, we place "口":
- 98: 口

### Summary
Based on the divisibility checks:
2) 185 口
5) 37390 口
4) 98 口

To match the formatting from the original problem, the completed answer would be:

```
NO
DATE
5 WI.I
Put 1 Mouthe box if it divisible by
[tex]$2, 3, 5, 8, 9,$[/tex] and 10, and [tex]$\otimes$[/tex] if not

2) 185 口
5) 37390 口
4) 98 口
```