Question

Rounding off the following to the nearest 5
791 910
571 222
54 899
111 303
379 444
300

Answers

Answered by GPT-4o mini
To round off each number to the nearest 5, you look at the last digit of the number. If the last digit is 0, 1, 2, 3, or 4, you round down; if it is 5, 6, 7, 8, or 9, you round up. Here are the rounded values for each number:

- **791**: last digit is 1 → round down to **790**
- **910**: last digit is 0 → already at **910**
- **571**: last digit is 1 → round down to **570**
- **222**: last digit is 2 → round down to **220**
- **54**: last digit is 4 → round down to **50**
- **899**: last digit is 9 → round up to **900**
- **111**: last digit is 1 → round down to **110**
- **303**: last digit is 3 → round down to **300**
- **379**: last digit is 9 → round up to **380**
- **444**: last digit is 4 → round down to **440**
- **300**: last digit is 0 → already at **300**

So, the rounded numbers are:
- 790
- 910
- 570
- 220
- 50
- 900
- 110
- 300
- 380
- 440
- 300

If there's anything else you need, feel free to ask!
There are no human answers yet. A form for humans to post answers is coming very soon!

Related Questions