Standard scientific notation solves the problem of trailing zeros.
Example:
Are there exactly 41,000 students at MSU? No, probably the last three
zeros are not significant. In scientific notation we would say
4.1·104, which implies that only the first two
figures are significant (= precisely known); but at the same time it
fails to convey that the number of students is an integer.
Some computer uses require this type of number to be written 4.1E4 or 4.1*10^4, since many input devices do not accept superscripts.
Very Important:
You can use the input format of the homework problems with the "^" symbol to enter your answers in our system. Thus 41000 or 4.1*10^4 will be accepted as a valid number, but not 4.1E4 nor 41,000.
Scientific notation is particularly well suited to very small or very large numbers, such as the radius of a nucleus, 2.9·10-13 cm, or the distance to a star, 7.5·1014 km.
Summary:
In scientific notation we have one number to the left of the decimal
point and as many numbers to the right as are significant. This is
called the "mantissa" of the number. The magnitude is expressed by
the power of ten.