Chapter 7 Section 7.1 Place Systems.

Slides:



Advertisements
Similar presentations
Section 7.3 Multiplication in Different Bases
Advertisements

© 2003 Dr. Kevin Chouinard Edited by Jean Pacelli Section 4.3 Converting Between Number Bases.
Number Systems. 2 The total number of allowable symbols in a number system is called the radix or base of the system. Decimal Numbers: radix = 10 (symbols:
The decimal point helps us to keep track of where the "ones" place is.
Slide 4-1 Copyright © 2005 Pearson Education, Inc. SEVENTH EDITION and EXPANDED SEVENTH EDITION.
Binary Numbers Converting Decimal to Binary Binary to Decimal.
Computer Number Systems This presentation will show conversions between binary, decimal, and hexadecimal numbers.
Binary “There are 10 types of people in the world… those that understand binary and those that don’t.”
Number systems Converting numbers between binary, octal, decimal, hexadecimal (the easy way)
Multiplying Multiple Digit Numbers
Math in Our World Section 4.3 Base Number Systems.
Binary and Hexadecimal Numbers
Number Systems.
2-8 Multiplying a Power of Ten by a Whole Number 4 10 = ___________________ = ___________________ 4 1,000 = ___________________ 4 10,000 = __________________.
Ones group Thousands group Millions group Billions group Trillions group Three- Digit Groups (separated by commas) CHAPTER.
Numeral Systems Subjects: Numeral System Positional systems Decimal
Chapter 2.2 Scientific Notation. Expresses numbers in two parts: A number between 1 and 10 Ten raised to a power Examples: 2.32 x x
Tally, Babylonian, Roman And Hindu-Arabic
Chapter Whole Numbers and Their Operations 3 3 Copyright © 2013, 2010, and 2007, Pearson Education, Inc.
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 4 Number Representation and Calculation.
Chapter 3 Whole Numbers Section 3.1 Numeration Systems.
Chapter 2- Decimals.
CHAPTER 5 SEC 3 Calculating in Other Bases. Bases The Babylonian had a base of 60. The Mayan system used a base of 20. The Hindu-Arabic we use today is.
Chapter 4 Section 1- Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 4 Number Representation and Calculation.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 4.2 Place-Value or Positional- Value Numeration Systems.
Decimal place-value chart
Chapter 2 Binary Values and Number Systems. 2 2 Natural Numbers Zero and any number obtained by repeatedly adding one to it. Examples: 100, 0, 45645,
Number systems, Operations, and Codes
Binary Values and Number Systems
CMSC 104, Lecture 051 Binary / Hex Binary and Hex The number systems of Computer Science.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 4.2 Place-Value or Positional- Value Numeration Systems.
Section 4.3 Other Bases.
CSC 107 – Programming For Science. Positional Notation  Used in nearly all modern numerical systems  Right-to-left ordering of digits within larger.
Engage NY Module 14 Lesson 14- Objective: Divide decimals with a remainder using place value understanding and relate to a written method.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Logic Design Dr. Oliver Faust.
 Addition 6+4=10  Subtraction 36-10=26  Multiplication 5X6=30  Division 60÷10=6.
 2012 Pearson Education, Inc. Slide Chapter 4 NumerationSystems.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
Multiply 2-digit numbers using partial products. Let’s Review You can use base-ten blocks to multiply smaller numbers. Use blocks or quick pics to multiply:
Number Systems & Binary How to count. How do we represent numbers? Early systems: – Actual count : ||||| = 5 – Roman numers : XI = 11 Hard to do math:
Chapter 4 Numeration and Mathematical Systems © 2008 Pearson Addison-Wesley. All rights reserved.
MTH 231 Section 3.5 Nondecimal Positional Systems.
Number systems. Binary system. Bits and bytes. Modern computers “speak” in a digital language composed of 2 digits. The machine language of modern computers.
Different Numeral Systems
CBA Math Review October 7th.
Discrete Mathematics Numbering System.
What is a byte? What is it? How would you use it?
3 Chapter Numeration Systems and Whole Number Operations
Convert Decimal to Binary
Chapter R Prealgebra Review Decimal Notation.
Number Systems & Binary
Clinical Medical Assisting
Addition, Subtraction, Multiplication and Division
Applying Exponent Rules: Scientific Notation
SEVENTH EDITION and EXPANDED SEVENTH EDITION
Section 4.1 Our Hindu-Arabic System & Early Positional Systems
Digital Electronics and Microprocessors
3 Chapter Whole Numbers and Their Operations
Place Value: Expanding Whole Numbers 3 Ways
Chapter Four Data Representation in Computers By Bezawit E.
BASIC MATH.
Scientific Notation.
Chapter 3: Basic Math Review
Converting from Base-n to Base-10
Adding Up in Chunks Decompose and associate number to add efficiently.
Binary, Hexadecimal, and Base 10.
Number systems Converting numbers between binary, octal, decimal, hexadecimal (the easy way)
Section 6 Primitive Data Types
Presentation transcript:

Chapter 7 Section 7.1 Place Systems

Base-Ten Place-Value System The sleek efficient number system we know today is called the base-ten number system or Hindu-Arabic system. It was first developed by the Hindus and Arabs. This used the best features from several of the systems we mentioned before. 1. A limited set of symbols (digits). This system uses only the 10 symbols:0,1,2,3,4,5,6,7,8,9. 2. Place Value. This system uses the meaning of the place values to be powers of 10. For example the number 6374 can be broken down (decomposed) as follows: 6 thousands 3 hundreds 7 tens 4 ones 6000 + 300 + 70 + 4 61000 + 3100 + 710 6103 + 3102 + 7101 The last row would be called the base-ten expanded notation of the number 6374.

Write each of the numbers below in expanded notation. = 810,000 + 21,000 + 3100 + 010 + 51 = 8104 + 2103 + 3102 + 5100 b) 37.924 = 310 + 71 + 9(1/10) + 2(1/100) + 4(1/1000) = 3101 + 7100 + 910-1 + 210-2 + 410-3 Write each of the numbers below in standard notation. a) 6105 + 1102 + 4101 + 5100 = 600,000 + 100 + 40 + 5 = 600,145 b) 7103 + 3100 + 210-2 + 810-3 = 7000 + 3 + .02 + .008 = 7003.028

Base Symbols Place Values as Numbers Place Values as Powers 2 0,1 … , 16, 8, 4, 2, 1 … , 24, 23, 22, 21, 1 3 0,1,2 … , 81, 27, 9, 3, 1 … , 34, 33, 32, 31, 1 4 0,1,2,3 … , 256, 64, 16, 4, 1 … , 44, 43, 42, 41, 1 5 0,1,2,3,4 … , 125, 25, 5, 1 … , 53, 52, 51, 1 6 0,1,2,3,4,5 … , 216, 36, 6, 1 … , 63, 62, 61, 1 7 0,1,2,3,4,5,6 … , 343, 49, 7, 1 … , 73, 72, 71, 1 8 0,1,2,3,4,5,6,7 … , 512, 64, 8, 1 … , 83, 82, 81, 1 9 0,1,2,3,4,5,6,7,8 … , 729, 81, 9, 1 … , 93, 92, 91, 1 10 0,1,2,3,4,5,6,7,8,9 … , 1000, 100, 10, 1 … , 103, 102, 101, 1 Writing Numbers in Other Bases A number in another base is written using only the digits for that base. The base is written as a subscripted word after it (except base 10). For Example: 10324 is a legitimate base four number “Read 1-0-3-2 base four” 15424 is not a legitimate base four number not allowed 4 or 5

Place Values The place values for each number in a different base start with the ones place as the right most digit and go up by the next higher power of the base as you move to the left. Example: What is the place value of the digit 2 in each of numbers below? 175268 2035 21103 32104 734629 The digit 2 is in the 81 = 8’s place The digit 2 is in the 52 = 25’s place The digit 2 is in the 33 = 27’s place The digit 2 is in the 42 = 16’s place The digit 2 is in the 90 = 1’s place Counting The next slide shows the first 17 base four numbers along with what they are in base 10 and how they are represented with base four Dienes Blocks.

Base Four Ten Dienes Blocks 14 1 24 2 34 3 104 4 114 5 124 6 134 7 204 1 unit 24 2 2 units 34 3 3 units 104 4 1 long 114 5 124 6 134 7 204 8 2 longs Base Four Ten Dienes Blocks 214 9 1 unit 2 longs 224 10 2 units 234 11 3 units 304 12 3 longs 314 13 324 14 334 15 1004 16 1 flat Notice that the numbers in go in order just like in base 10 but only using the symbols 0, 1, 2, 3. In base 4 numbers are grouped in blocks 1, 4, 16, ….

Notice that when the numbers convert they stay in the same order. We can use this different number system to illustrate what it is like to try to learn to count. Give the three numbers that come before and the three numbers that come after each of the numbers below. 23678 23675 2135 2105 13024 12334 114 111 Notice that when the numbers convert they stay in the same order. 23676 2115 13004 112 23677 2125 13014 113 23679 2145 13034 115 23680 2205 13104 116 23681 2215 13114 117 Converting a number to base 10 This process is a combination of multiplication and addition. You multiply each digit by its place value and add up the results. Convert 13024 to base 10. In expanded form this number is given by: 13024 = 1×43 + 3×42 + 0×41 + 2×40 13024 2  1 = 2 0  4 = 3  16 = 48 1  64 = + 64 114

Lets convert some of these other numbers to base 10. 20123 2748 2  1 = 2 1  3 = 3 0  9 = 2  27 = + 54 59 4  1 = 4 8  7 = 56 2  64 = + 128 188 2748 = 2×82 + 7×81 + 4×80 20123 = 2×33 + 0×32 + 1×31 +2×30 Converting a number to a different base To convert a number from base 10 to a different base you keep dividing by the base keeping tract of the quotients and remainders then reversing the remainders you got. The examples to the right first show how to convert a base 10 number 2467 to base 10. Then how you convert 59 to base three. (Notice 59 agrees with what we got for the base three number above. remainders remainders quotients quotients 246710 = 246 r 7 24610 = 24 r 6 2410 = 2 r 4 210 = 0 r 2 593 = 19 r 2 193 = 6 r 1 63 = 2 r 0 23 = 0 r 2 2467 20123

Base Two The important details about base 2 are that the symbols that you use are 0 and 1. The place values in base 2 are (going from smallest to largest): 210 (1024) 29 (512) 28 (256) 27 (128) 26 (64) 25 (32) 24 (16) 23 (8) 22 (4) 21 (2) 20 (1) Change the base 2 number 1100112 to a base 10 (decimal) number. Change the base 10 (decimal) number 47 to a base 2 (binary) number. 47  2 = 23 remainder 1 23  2 = 11 remainder 1 11  2 = 5 remainder 1 5  2 = 2 remainder 1 2  2 = 1 remainder 0 1  2 = 0 remainder 1 1100112 11 = 1 12 = 2 04 = 0 08 = 0 116 = 16 132 = 32 51 47 = 1011112

Base 12 and 16 For bases that are larger than 10 we need to use a single symbol to stand for the "digits" in a number that represent more than 10. This is because if you use more than one symbol the place values will get off. In particular, bases 12 and 16 are sometimes very useful. In base 12 the digit 10 is represented with a letter T and the digit 11 is represent with a letter E. In base 16 the letters A, B, C, D, E, F represent the digits 10, 11, 12, 13, 14, 15 respectively. Base Symbols Place Values as Numbers Place Values as Powers 12 0,1, 2, 3, 4, 5, 6, 7, 8, 9, T, E … , 144, 12, 1 … , 122, 121, 1 16 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F … , 256, 16, 1 … , 162, 161, 1 T3E12 E1 = 11 1 = 11 312 = 3 12 = 36 T144 = 10144 = 1440 1477 Convert T3E12 to base 10.

Write the base 16 number A2D16 in expanded form and convert it to base ten. In expanded form A2D16 is: A×162 + 2×161 + D×160 10×162 + 2×161 + 13×160 A2D16 D1 = 13 1 = 13 216 = 2 16 = 32 A256 = 10256 = 2560 2605 Converting from Base to Base If we wish to convert from one strange base to another we do this by "going through" base ten. In other words, for example if we want to convert from base 5 to base 16, first convert base 5 to base ten then convert that base ten number to base 16. Example, Convert 32045 to base 16. 1st convert 32045 to base 10 2nd convert 429 to base 16 32045 429  16 = 26 remainder 13 = D 26  16 = 1 remainder 10 = A 1  16 = 0 remainder 1 = 1 4×1 = 4 0×5 = 0 2×25 = 50 3×125 = 375 429 We get the following: 32045 = 1AD16