amit rounded off the total discounted amount to 2 decimal places. the rounded off amount was RS 741.87. before rounding off,the digit in the hundredths place was 6.what could the digit in the thousandths place be
Answers
Step-by-step explanation:
up or down.
As a financial analyst, this function is useful as it helps round a number and eliminates the least significant digits, simplifying the notation but keeping close to the original value.
Formula
=ROUND(number,num_digits)
The function uses the following arguments:
Number (required argument) – This is a real number that we wish to round.
Num_digits (required argument) – This is the number of digits to which we want to round the number.
Now if the num_digits argument is:
A positive value that is greater than zero, it specifies the number of digits to the right of the decimal point.
Equal to zero, it specifies rounding to the nearest integer.
A negative value that is less than zero, it specifies the number of digits to the left of the decimal point.