1. find the largest multiple of 7 that are less than 1000
Solution:
Now, `1000/7` is `142` with a remainder of `6`
`7xx142=994`
So the largest multiple of `7` less than `1000` is `994`
2. find the largest multiple of 15 that are less than 1000
Solution:
Now, `1000/15` is `66` with a remainder of `10`
`15xx66=990`
So the largest multiple of `15` less than `1000` is `990`
3. find the largest multiple of 8 that are less than 100
Solution:
Now, `100/8` is `12` with a remainder of `4`
`8xx12=96`
So the largest multiple of `8` less than `100` is `96`
This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then