Respuesta :

Louli
To round a number to the nearest thousands, we will check the number is the hundreds position:
if the number in the hundreds position is smaller than 5, then we will convert all numbers after the thousands position to zeroes
if the number in the thousands position is equal to or greater than 5, we will add one to the thousands and convert all digits after it to zeroes.

The number we have is 2,042,822
Applying the above concept we will find that:
the number in the hundreds position is 8 which is greater than 5
Therefore:
2,042,822 to the nearest thousands is 2,043,000