Thinking Mathematically

Slides:



Advertisements
Similar presentations
Section 1.3 Integer Exponents.
Advertisements

ECE 331 – Digital System Design
Calculating in Other Bases
CIS 020 Assembly Programming Chapter 02 - Numbering Systems & Data Representation © John Urrutia 2012, All Rights Reserved.5/27/20121.
Chapter Chapter Goals Know the different types of numbers Describe positional notation.
ECE 301 – Digital Electronics Course Introduction, Number Systems, Conversion between Bases, and Basic Binary Arithmetic (Lecture #1)
The Binary Number System
What are the rules of integral exponents?
Binary Number Systems.
Math in Our World Section 4.3 Base Number Systems.
Chapter 4 Numeration and Mathematical Systems
The Binary Number System
Data Representation Number Systems.
Section 1.1 Numbers and Their Properties.
Copyright © Cengage Learning. All rights reserved. 0 Precalculus Review.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals Tenth Edition Floyd.
Objectives: (1) To write a number in scientific notation. (2) To perform calculations with numbers written in scientific notation.
CS105 INTRODUCTION TO COMPUTER CONCEPTS BINARY VALUES & NUMBER SYSTEMS Instructor: Cuong (Charlie) Pham.
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
IT-101 Section 001 Lecture #3 Introduction to Information Technology.
Chapter 4 Copyright © 2015, 2011, 2007 Pearson Education, Inc. Chapter 4-1 Exponents and Polynomials.
Chapter 2 Significant Calculations And Scientific Notation.
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 4 Number Representation and Calculation.
Binary Arithmetic & Data representation
Section 1Chapter 5. 1 Copyright © 2012, 2008, 2004 Pearson Education, Inc. Objectives Integer Exponents and Scientific Notation Use the product.
Supplemental Chapter Number Bases
Operations with Fractions
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 4 Number Representation and Calculation.
Chapter 2 Binary Values and Number Systems Chapter Goals Distinguish among categories of numbers Describe positional notation Convert numbers in.
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,
1. Scientific Notation Every positive number X can be written as:
Computer Systems Architecture Copyright © Genetic Computer School 2008 CSA 1- 0 Lesson 1 Number System.
The Teacher CP4 Binary and all that… CP4 Revision.
Binary Values and Number Systems Chapter Goals Distinguish among categories of numbers Describe positional notation Convert numbers in other bases.
Copyright © 2014, 2010, 2006 Pearson Education, Inc. 1 Chapter 1 Introduction to Functions and Graphs.
Binary Values and Number Systems
SECTION 4-3 Arithmetic in the Hindu-Arabic System Slide
Chapter 2 Number Systems: Decimal, Binary, and Hex.
Warm-up, 3/28 Compute: 1. 2 x 2 x 2 x 2 = 2. 3 x 3 x 3 = 3. 2 x 2 x 3 x 3 x 3 = 4. 5 x 5 x 2 x 2 = 5. 2 x 2 x 4 =
Significant Figure Rules RulesExamples The following are always significant Non zero digits Zeros between non zero digits Zero to the right of a non zero.
Digital Fundamentals Tenth Edition Floyd Chapter 2 © 2008 Pearson Education.
Aim: How to write in Scientific Notation DO NOW: 1. WHAT DOES 10 5 MEAN? 2. WHAT IS THE VALUE OF USING YOUR CALCULATOR, CALCULATE 4.5 X 10 6.
1 4. Computer Maths and Logic 4.1 Number Systems.
School of Computer and Communication Engineering, UniMAP Mohd ridzuan mohd nor DKT 122/3 - DIGITAL SYSTEM I Chapter.
Division. Just as multiplication can be expressed as a series of additions, division can be seen as a series of subtractions. 21 ÷ 7 asks how many times.
Discrete Math Chapter 4. Roman Numerals pg.200 LIX LXI DLXIV CLXIX MCMLXIII MDCXXXVI Arabic RomanIVXLCDM.
Chapter 2 Binary Values and Number Systems Chapter Goals Distinguish among categories of numbers Describe positional notation Convert numbers in.
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 4 Number Representation and Calculation.
Arithmetic Chapter 4 Subject: Digital System Year: 2009.
 2012 Pearson Education, Inc. Slide Chapter 4 NumerationSystems.
Chapter 4 Numeration and Mathematical Systems © 2008 Pearson Addison-Wesley. All rights reserved.
Number Systems. The position of each digit in a weighted number system is assigned a weight based on the base or radix of the system. The radix of decimal.
Binary Values. Numbers Natural Numbers Zero and any number obtained by repeatedly adding one to it. Examples: 100, 0, 45645, 32 Negative Numbers.
Chapter 3 Exponents, Factors, and Fractions. 3-1 to 3-2 Exponents, Orders of Operations, and Scientific Notation What You’ll Learn  To write numbers.
CHAPTER 4 Number Representation and Calculation
1 Introduction to Algebra: Integers.
Chapter 4 Numeration and Mathematical Systems
SCIENTIFIC NOTATION.
Section 4.1 Our Hindu-Arabic System & Early Positional Systems
Chapter 2: Number Systems
ECE 301 – Digital Electronics
BASIC MATH.
Week 1 Real Numbers and Their Properties
Chapter 4 Numeration Systems 2012 Pearson Education, Inc.
Binary System.
5.1 - Scientific Notation & Units
Exponents is repeated multiplication!!!
COE 202: Digital Logic Design Number Systems Part 2
Presentation transcript:

Thinking Mathematically Number Representation and Calculation 4.1 Our Hindu-Arabic System and Early Positional Systems

“Exponential” Notation An “exponent” is a small number written slightly above and just to the right of a number or an expression. When an exponent is a positive integer it stands for repeated multiplication. 102 = 10*10 = 100 103 = 10*10*10 = 1000 104 = 10*10*10*10 = 10,000

Exponents, cont. Exercise Set 4.1, #3 23 = ? We will re-visit exponents in a more general sense in section 5.6 0 exponent Negative exponents Fractional exponents

Our Hindu-Arabic Numeration System Introduced to Europe ~1200A.D. by Fionacci A base 10 system: 10 numerals (0, 1, 2, 3, 4, 5, 6, 7, 8, 9) The value of each position is a power of 10 Why 10? How about 12 or 60?

Our Hindu-Arabic Numeration System With the use of exponents, Hindu-Arabic numerals can be written in expanded form in which the value of the digit in each position is made clear. 3407 = (3x103)+(4x102)+(0x101)+(7x1) or (3x1000)+(4x100)+(0x10)+(7x1) 53,525=(5x104)+(3x103)+(5x102)+(2x101)+(5x1) or (5x10,000)+(3x1000)+(5x100)+(2x10)+(5x1)

Examples: Expanded Form Exercise Set 4.1 #17, #29 Write in expanded form 3,070 Express as a Hindu-Arabic numeral (7 x 103) + (0 x 102) + (0 x 101) + (2 x 1)

Thinking Mathematically Number Representation and Calculation 4.2 Number Bases in Positional Systems

Base of a Positional System Base n n numerals (0 through n-1) Powers of n define the place values Example – base 16 (hexadecimal) 16 digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f) Positional values (right to left) 160 (=1), 161 (=16), 162 (=256), 163 (=4,096)… Example – base 10 10 digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9) Positional values (right to left) 100 (=1), 101 (=10), 102 (=100), 103 (=1,000)…

Counting in a Positional System Base 10 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, ... Base 4 0, 1, 2, 3, 10, 11, 12, 13, 20, 21, 22, 23, 30, ... Base 16 (hexadecimal) 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, 10, 11, ... Base 2 (binary) 0, 1, 10, 11, 100, 101, 110, 111, 1000, 1001, ...

Converting to/from Base 10 Exercise Set 4.2 #3, #21, #37 Convert 52eight to base 10 Convert 11 to base seven Convert 19 to base two

Thinking Mathematically Number Representation and Calculation 4.3 Computation in Positional Systems

Computation in Other Bases Remember how its done in base 10 Carry (addition and multiplication) Borrow (subtraction) Long Division Exercises 1-34, save some for table use

Examples: Computation in Other Bases Exercise Set 4.3 #5, #17 342five + 413five = 475eight – 267eight = Hexadecimal Arithmetic 4C6sixteen + 198sixteen = 694sixteen – 53Bsixteen =

Thinking Mathematically Chapter 4: Number Representation and Calculation