David W. answered 06/12/16
Tutor
4.7
(90)
Experienced Prof
The Decimal Number System is a positional number system. This means that each digit has a value that is multiplied by a power of 10. For example,
123.4 means 1*102 + 2*101 + 3*100 + 4*10-1
When all values to the right of the decimal point are zero, the value is a whole number (an integer) and we may omit the decimal point and the following zeros. So, we may write either
12 or 12.00 [note: actually, these have different precision]
This means that all of the positive integers (1, 2, 3, 4, 5, 6, 7, 8, ...) are decimal numbers without a decimal point although they are still decimal numbers.
There are other number systems. Here is a number in the Binary Number System (also a positional number system):
1011.0012
And, here is a number in the Octal Number System:
125.338
And, here is a number in the Hexadecimal Number System:
A.BAD16
In answer to Mark M's comment:
The fraction 1/4 is a rational number. [note: 1 and 4 are decimal here]
Expressed as a Decimal Number, decimal 1/4 is 0.2510 [this is 25/100]
Expressed as a Binary Number, decimal 1/4 is 0.012 [this is 1/4]
Expressed as an Octal Number, decimal 1/4 is 0.28 [this is 2/8]
Expressed as a Hexadecimal Number, decimal 1/4 is 0.416 [this is 4/16]
Some Decimal Numbers have repeating fractional values. For example, 0.3333333…
Some Decimal Number fractions do not repeat.
For example, Pi= 3.14159265…
Expressed as a Decimal Number, decimal 1/4 is 0.2510 [this is 25/100]
Expressed as a Binary Number, decimal 1/4 is 0.012 [this is 1/4]
Expressed as an Octal Number, decimal 1/4 is 0.28 [this is 2/8]
Expressed as a Hexadecimal Number, decimal 1/4 is 0.416 [this is 4/16]
Some Decimal Numbers have repeating fractional values. For example, 0.3333333…
Some Decimal Number fractions do not repeat.
For example, Pi= 3.14159265…
David W.
The fraction 1/4 is a rational number (note: 1 and 4 are expressed in decimal in this case).
Expressed as a Decimal Number, decimal 1/4 is 0.2510 (this is 25/100)
Expressed as a Binary Number, decimal 1/4 is 0.012 (this is 01/4)
Expressed as an Octal Number, decimal 1/4 is 0.28 (this is 2/8)
Expressed as a Hexadecimal Number, decimal 1/4 is 0.416 (this is 4/16)
There are also repeating Decimal Number fractions and non-repeating Decimal Number fractions. For example, when expressing 1/3, we write 0.3333333... and we write π=3.1415926535897932384626433832795028841971693993751058209749445…
Report
06/12/16
Mark M.
06/12/16