The document discusses the Hindu-Arabic numeral system (also known as the decimal system), which is the most universally used system of numeration today. It was invented by Indian scholars as early as 800 BC and transmitted to the western world by Arabs. The key features of the Hindu-Arabic system are that it uses 10 digits (0-9), groups numbers by tens, assigns a place value to each digit depending on its position, and can express numbers in expanded form by writing each digit multiplied by its place value. The document also briefly discusses non-decimal numeration systems like binary used by computers and provides examples of converting between different numeration bases.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
142 views6 pages
Section6 The Hindu-Arabic System
The document discusses the Hindu-Arabic numeral system (also known as the decimal system), which is the most universally used system of numeration today. It was invented by Indian scholars as early as 800 BC and transmitted to the western world by Arabs. The key features of the Hindu-Arabic system are that it uses 10 digits (0-9), groups numbers by tens, assigns a place value to each digit depending on its position, and can express numbers in expanded form by writing each digit multiplied by its place value. The document also briefly discusses non-decimal numeration systems like binary used by computers and provides examples of converting between different numeration bases.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6
6 The Hindu-Arabic System (800 BC)
Today the most universally used system of numeration is the Hindu-Arabic
system, also known as the decimal system or base ten system. The system was named for the Indian scholars who invented it at least as early as 800 BC and for the Arabs who transmitted it to the western world. Since the base of the system is ten, it requires special symbols for the numbers zero through nine. The following list the features of this system: (1) Digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9. These symbols can be used in combination to represent all possible numbers. (2) Grouping by ten: Grouping into sets of 10 is a basic principle of this sys- tem. Figure 6.1 shows how grouping is helpful when representing a collection of objects. Figure 6.1 (3) Place value: The place value assigns a value of a digit depending on its placement in a numeral. To nd the value of a digit in a whole number, we multiply the place value of the digit by its face value, where the face value is a digit. For example, in the numeral 5984, the 5 has place value thousands, the 9 has place value hundreds, the 8 has place value tens, and 4 has place value units. (4) Expanded form: We can express the numeral 5984 as the sum of its digits times their respective place values, i.e. in expanded form 5984 = 5 1000 + 9 100 + 8 10 + 4 = 5 10 3 + 9 10 2 + 8 10 1 + 4. Example 6.1 Express the number 45,362 in expanded form. Solution. We have: 45, 362 = 4 10 4 + 5 10 3 + 3 10 2 + 6 10 + 2. Word names for Hindu-Arabic numerals: (1) unique names: 0 (zero), 1(one), 2(two), 3(three),4(four),5(ve), 6(six), 7(seven), 8(eight), 9(nine), 10(ten), 11(eleven), 12(twelve). (2) 13, 14, , 19 teen (for ten). For example, 14 = (4 + 10) four-teen. (3) 20, 21, , 99 57 = 5 10 + 7 fty seven. (4) 100, 101, , 999 is the combination of hundreds and previous names. For example, 538 is read ve hundreds thirty eight. (5) In numerals containing more than three digits, groups of three digits are sets o by commas. For example, the number 864,456,221,653,127,851 is read: 1 eight hundred sixty four quadrillion four hundred fty six trillion two hundred twenty one billion six hundred fty three million one hundred twenty seven thousand eighthundred fty one. Nondecimal Numeration Systems The decimal system discussed above is based on grouping by ten. Some other grouping are of interest such as grouping by two , three, four, etc. We ap- parently use base 10 because we (most of us) have ten ngers. Base 2 (also known as binary) is what computers use, internally. It has been joked that this is because they have two ngers (two electrical states, actually). In base 2, there are two dierent digits (0 and 1). And the rst few numbers are 1, 10, 11, 100, 101, 110, 111, 1000, 1001, . It is important to label base two numbers (usually with a subscript 2) because they can be mistaken for base 10 numbers. For example 1010 two = 10 ten . Converting between binary and decimal numbers is fairly simple, as long as you remember that each digit in the binary number represents a power of two. Example 6.2 Convert 101100101 two to the corresponding base-ten number. Solution. List the digits in order, and count them o from the RIGHT, starting with zero: digits : 1 0 1 1 0 0 1 0 1 numbering : 8 7 6 5 4 3 2 1 0 Use this listing to convert each digit to the power of two that it represents: 1 2 8 + 0 2 7 + 1 2 6 + 1 2 5 + 0 2 4 + 0 2 3 + 1 2 2 + 0 2 1 + 1 2 0 = 256 + 64 + 32 + 4 + 1 = 357. Thus, 101100101 two = 357 ten . Converting decimal numbers to binary numbers is nearly as simple: just di- vide by 2 as illustrated by the example below. Example 6.3 Convert 357 ten to the corresponding binary number. Solution. To do this conversion, you need to divide repeatedly by 2, keeping track of the remainders as you go. 2 These remainders tell us what the binary number is. Read the numbers from around the outside of the division, starting on top and wrapping your way around the right-hand side. As you can see: 357 ten = 101100101 two . Conversions from any nondecimal system to base ten and vice versa, can be accomplished in a manner similar to that used for base two conversions. Example 6.4 (a) Convert 11244 five to base ten. (b) Convert 543 ten to base four. Solution. (a) Using the expanded notation we have 11244 five = 1 5 4 + 1 5 3 + 2 5 2 + 4 5 + 4 = 824. (b) We use the process of repeated division by 4. 543 = 4 135 + 3 135 = 4 33 + 3 33 = 4 8 + 1 8 = 4 2 + 0 2 = 4 0 + 2 Thus, 543 ten = 20133 four . Practice Problems Problem 6.1 Write each of the following numbers in expanded form. (a) 70 (b) 746 (c) 840,001. 3 Problem 6.2 Write each of the following expressions in standard place-value form. That is, 1 10 3 + 2 10 2 + 7 = 1207. (a) 5 10 5 + 3 10 2 . (b) 8 10 6 + 7 10 4 + 6 10 2 + 5. (c) 6 10 7 + 9 10 5 . Problem 6.3 Write the following numerals in words. (a) 2, 000, 000, 000 (b) 87, 000, 000, 000, 000 (c) 52, 672, 405, 123, 139. Problem 6.4 Write each of the following base seven numerals in expanded notation. (a) 15 seven (b) 123 seven (c) 5046 seven . Problem 6.5 Convert each base ten numeral into a numeral in the base requested. (a) 395 in base eight (b) 748 in base four (c) 54 in base two. Problem 6.6 The base twelve numeration system has the following twelve symbols:0,1,2,3,4,5,6,7,8,9,T,E. Change each of the following numerals to base ten numerals. (a) 142 twelve (b) 503 twelve (c) T9 twelve (d) ETET twelve . Problem 6.7 Write each of the numerals in base six and base twelve. (a) 128 (b) 74 (c) 2438. Problem 6.8 Convert the following base ve numerals into base nine numerals. (a) 12 five (b) 204 five (c) 1322 five . Problem 6.9 (a) How many dierent symbols would be necessary for a base twenty system? (b) What is wrong with the numerals 85 eight and 24 three ? Problem 6.10 The set of even whole numbers is the set {0, 2, 4, 6, }. What can be said about the ones digit of every even number in the following bases? (a) Ten (b) Four (c) Two (d) Five Problem 6.11 Translate the following numbers from one base to the other: (a) 38 ten = two . (b) 63 ten = two . 4 Problem 6.12 Translate the following numbers from one base to the other: (a) 1101 two = ten . (b) 11111 two = ten . Problem 6.13 The sum of the digits in a two-digit number is 12. If the digits are reversed, the new number is 18 greater than the original number. What is the number? Problem 6.14 State the place value of the digit 2 in each numeral. (a) 6234 (b) 5142 (c) 2178 Problem 6.15 (a) Write out the rst 20 base four numerals. (b) How many base four numerals precede 2000 four ? Problem 6.16 True or false? (a) 7 eight = 7 ten (b) 30 four = 30 ten (c) 8 nine = 8 eleven (d) 30 five = 30 six Problem 6.17 If all the letters of the alphabet were used as our single-digit numerals, what would be the name of our base system? Problem 6.18 Find the base ten numerals for each of the following. (a) 342 five (b) TE0 twelve (c) 101101 two Problem 6.19 The hexadecimal system is a base sixteen system used in computer program- ming. The system uses the symbols:0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F. Change each of the following hexadecimal numerals to base ten numerals. (a) 213 sixteen (b) 1C2B sixteen (c) 420E sixteen Problem 6.20 Write each of the following base ten numerals in base sixteen numerals. (a) 375 (b) 2941 (c) 9520 (d) 24,274 Problem 6.21 Rod used base twelve to write the equation: g36 twelve = 1050 ten . What is the value of g? Problem 6.22 For each of the following decimal numerals, give the place value of the underlined digit: (a) 827, 367 (b) 8, 421, 000 (c) 97, 998 5 Problem 6.23 A certain three-digit whole number has the following properties: The hundreds digit is greater than 7; the tens digit is an odd number; and the sum of the digits is 10. What could the number be? Problem 6.24 Find the number preceding and succeeding the number EE0 twelve . 6