1. Example-1
1. find the first 6 multiple of 8
Solution: First 6 Multiples of 8
8 | `xx` | 1 | = | 8 | 8 | `xx` | 2 | = | 16 | 8 | `xx` | 3 | = | 24 | 8 | `xx` | 4 | = | 32 | 8 | `xx` | 5 | = | 40 | 8 | `xx` | 6 | = | 48 |
Multiples of 8 are `8,16,24,32,40,48`
2. find the first 5 multiple of 15
Solution: First 5 Multiples of 15
15 | `xx` | 1 | = | 15 | 15 | `xx` | 2 | = | 30 | 15 | `xx` | 3 | = | 45 | 15 | `xx` | 4 | = | 60 | 15 | `xx` | 5 | = | 75 |
Multiples of 15 are `15,30,45,60,75`
3. find the first 15 multiple of 8
Solution: First 15 Multiples of 8
8 | `xx` | 1 | = | 8 | 8 | `xx` | 2 | = | 16 | 8 | `xx` | 3 | = | 24 | 8 | `xx` | 4 | = | 32 | 8 | `xx` | 5 | = | 40 | 8 | `xx` | 6 | = | 48 | 8 | `xx` | 7 | = | 56 | 8 | `xx` | 8 | = | 64 | 8 | `xx` | 9 | = | 72 | 8 | `xx` | 10 | = | 80 | 8 | `xx` | 11 | = | 88 | 8 | `xx` | 12 | = | 96 | 8 | `xx` | 13 | = | 104 | 8 | `xx` | 14 | = | 112 | 8 | `xx` | 15 | = | 120 |
Multiples of 8 are `8,16,24,32,40,48,56,64,72,80,88,96,104,112,120`
4. find the first 15 multiple of 12
Solution: First 15 Multiples of 12
12 | `xx` | 1 | = | 12 | 12 | `xx` | 2 | = | 24 | 12 | `xx` | 3 | = | 36 | 12 | `xx` | 4 | = | 48 | 12 | `xx` | 5 | = | 60 | 12 | `xx` | 6 | = | 72 | 12 | `xx` | 7 | = | 84 | 12 | `xx` | 8 | = | 96 | 12 | `xx` | 9 | = | 108 | 12 | `xx` | 10 | = | 120 | 12 | `xx` | 11 | = | 132 | 12 | `xx` | 12 | = | 144 | 12 | `xx` | 13 | = | 156 | 12 | `xx` | 14 | = | 168 | 12 | `xx` | 15 | = | 180 |
Multiples of 12 are `12,24,36,48,60,72,84,96,108,120,132,144,156,168,180`
This material is intended as a summary. Use your textbook for detail explanation. Any bug, improvement, feedback then
|