The numbers are:
- a = 124.68
- a = -1.2345
- a = 0.55555
- a = -0.0054321
I'm not sure what the format is for rounding numbers in this way. Explanations would be great!
The numbers are:
I'm not sure what the format is for rounding numbers in this way. Explanations would be great!
A number N which can be written as $d_nd_{n-1}d_{n-2}...d_2d_1.d_{-1}d_{-2}...d_{-t}$ with n digits before decimal place and t digits after decimal place, can be written in the normalised form as $N = 0.d_nd_{n-1}d_{n-2}...d_1d_{-1}d_{-2}...d_{-t} \times \beta^{k}$ where $\beta$ is the base for the number system and $d_n \neq 0$.
Now, there are some rounding rules which we shall follow:-
So, we will first convert all the numbers in the normalised form:-
Now, we will round them using 4 - digit rounding arithmetic and the rules stated above. Therefore, we get:-
I hope it is helpful.