Number Systems. There are 10 kinds of people those that understand binary, those that don t, and those that expected this joke to be in base 2

Size: px
Start display at page:

Download "Number Systems. There are 10 kinds of people those that understand binary, those that don t, and those that expected this joke to be in base 2"

Transcription

1 Number Systems There are 10 kinds of people those that understand binary, those that don t, and those that expected this joke to be in base 2

2 A Closer Look at the Numbers We Use What is the difference between 3004 and 34, if 0 doesn t mean anything? Our system of numbers (called decimal or base 10) uses the location of digits to describe values The number 3004 means we have: 4 units of 1 0 units of 10 0 units of units of 1000 In total: The number 34 has only 4 units of 1 and 3 units of 10 In total:

3 A Closer Look at the Numbers We Use This position based number system makes sense to us, mostly because we re used to it We immediately recognize a 3 digit number as being larger than a 2 digit number, regardless of the digits themselves: 111 > 99 There were older systems that did not use positions to indicate value Roman numerals are a common example, where IV is larger than III Ancient Egyptians used hieroglyphics (that evolved over time) that would be incomprehensible to anyone that didn t know the symbols The Egyptian Powers of 10: ,000 10, ,000 1,000,000 line, arch, spiral, lotus, bent finger, tadpole, the god Heh

4 A Closer Look at the Numbers We Use Our system includes 10 digits (hence the name base 10): No tadpoles or anything creative! By combining these digits into a particular order, we create larger numbers The number of digits we need goes up each time we reach a power of our base, 10: 10 0 = = = =1, = 10, 000

5 A Closer Look at the Numbers We Use This isn t a new idea - position based number systems are older than Roman numerals The Sumerians and Babylonians used them, but they used a base 60 system This means they had 60 individual symbols to learn And they didn t reach a two-digit number until they reached 60 Each of their systems used different symbols, but both had a huge drawback: they didn t know about 0 This meant they could not distinguish, with certainty, between larger and smaller numbers. Some symbols were later adopted, but nothing that resembles the way we use 0 now.

6 A Closer Look at the Numbers We Use The Chinese number system is over 4500 years old, with little change (except for the adoption of a 0 character) They used 10 distinct characters, much like we do But instead of using position to write larger numbers, additional characters are used to describe which power of 10 is being used The system is closer to the way we say numbers out loud in English, rather than how we write them 七万 千 7 ten thousands and 8 thousands 78,000

7 It took a while to get here The modern numbers we use today are often referred to as Arabic numerals, though their origins can be traced back even further What may be surprising is that Europeans were still using Roman numerals until the 1200s Leonardo Fibonacci (the guy with the sequence) popularized the Arabic system, as it was much easier to work on complicated mathematics

8 So why base 10? Societies throughout history have experimented with different number systems - some positional, some not Even those that used positional systems (like we use now) didn t approach it the same way Some used base 10 (like we use now), others base 60, and others used entirely different bases, like 8, 12, or 16. How did we settle on base 10 for our current system?

9 So why base 10? Societies throughout history have experimented with different number systems - some positional, some not Even those that used positional systems (like we use now) didn t approach it the same way Some used base 10 (like we use now), others base 60, and others used entirely different bases, like 8, 12, or 16. How did we settle on base 10 for our current system? We re equipped with convenient calculators!

10 Would other bases make sense? Base 10 isn t all that great - 10 is only divisible by 2 and 5, it s not that big, and it doesn t represent much except for how many fingers we have We do use other bases all the time, without realizing it Base 60 is used for units of time (seconds, minutes) and in global coordinates (minutes and seconds of a degree) It s convenient, because of how easy it is to divide 60: by 2, 3, 4, 5, 6, 10, 12, 15, 20, and 30. There s even signs of base 60 left over in some languages. The French word for 70 is soixante-dix which translates to sixty plus 10

11 Would other bases make sense? Binary numbers, or base 2, is used frequently in computing. It uses only 2 digits: 0 and 1, which correspond to the states of a switch being off or on. Very few programmers actually write in binary. Programs are written in more familiar languages, but are ultimately converted to binary before being read by the computer itself. Base 16, or hexadecimal numbers, are also popular. Again, 16 is easy to divide and is a power of 2. It s also not too many digits to remember, but enough that numbers can get fairly large before getting too many digits. ANY base is possible, even bases that aren t whole numbers, though that gets a bit harder. We ll still to whole number bases here.

12 What about the digits? In modern uses, when we work in a system with base less than 10, we use the same digits base 10 uses, from 0 up to 1 less than the base Base 2 uses 0,1 Base 5 uses 0,1,2,3,4 Base 6 uses 0,1,2,3,4,5 We just need to add more digits to make larger numbers A few numbers in a few bases: BASE 10 BASE 2 BASE 4 BASE 5 BASE 7 BASE

13 What about the digits? For a base greater than 10, we ll need some extra digits. We usually use the alphabet to fill in for us (which is what the ancient Greeks did too!) 10 = A, 11 = B, 12 = C, 13 = D, 14 = E, 15 = F, 16 = G, 17 = H, etc This works until we get up to 35 so we tend to stay under that these days. A few numbers in a few bases: BASE 10 BASE 2 BASE 4 BASE 12 BASE A A E

14 Converting: Other bases to 10 This is the easier conversion (especially with a calculator) We ll call the base we re converting from b The position of the number tells us which power of the base we need To help keep things straight, we ll use a subscript to represent the base of each number So for example: 135 means 13 in base 5, which is 8 in base 10 First, an example in base 10: = (Remember than any number to the power of 0 is 1)

15 Converting: Other bases to 10 This is the easier conversion (especially with a calculator) We ll call the base we re converting from b The position of the number tells us which power of the base we need To help keep things straight, we ll use a subscript to represent the base of each number So for example: 135 means 13 in base 5, which is 8 in base 10 Now, we ll convert in base 4 to base =

16 Converting: Other bases to 10 This is the easier conversion (especially with a calculator) We ll call the base we re converting from b The position of the number tells us which power of the base we need To help keep things straight, we ll use a subscript to represent the base of each number So for example: 135 means 13 in base 5, which is 8 in base 10 Now, we ll convert in base 4 to base = =

17 Converting: Other bases to 10 This is the easier conversion (especially with a calculator) We ll call the base we re converting from b The position of the number tells us which power of the base we need To help keep things straight, we ll use a subscript to represent the base of each number So for example: 135 means 13 in base 5, which is 8 in base 10 Now, we ll convert in base 4 to base = = = =

18 Converting: Base 10 to 2 converting by 2, and find the Divide the quotient by 2, and find Divide the next quotient by 2, and find Write the remainders backwards to find the binary number.

19 Converting: Base 10 to 2 converting by 2, and find the Example: We ll convert 79 to base 2 Divide the quotient by 2, and find Divide the next quotient by 2, and find Write the remainders backwards to find the binary number.

20 Converting: Base 10 to 2 converting by 2, and find the Divide the quotient by 2, and find Example: We ll convert 79 to base 2 79 = Divide the next quotient by 2, and find Write the remainders backwards to find the binary number.

21 Converting: Base 10 to 2 converting by 2, and find the Divide the quotient by 2, and find Example: We ll convert 79 to base 2 79 = = Divide the next quotient by 2, and find Write the remainders backwards to find the binary number.

22 Converting: Base 10 to 2 converting by 2, and find the Divide the quotient by 2, and find Divide the next quotient by 2, and find Example: We ll convert 79 to base 2 79 = = = Write the remainders backwards to find the binary number.

23 Converting: Base 10 to 2 converting by 2, and find the Divide the quotient by 2, and find Divide the next quotient by 2, and find Example: We ll convert 79 to base 2 79 = = = = Write the remainders backwards to find the binary number.

24 Converting: Base 10 to 2 converting by 2, and find the Divide the quotient by 2, and find Divide the next quotient by 2, and find Example: We ll convert 79 to base 2 79 = = = = = Write the remainders backwards to find the binary number.

25 Converting: Base 10 to 2 converting by 2, and find the Divide the quotient by 2, and find Divide the next quotient by 2, and find Example: We ll convert 79 to base 2 79 = = = = = = Write the remainders backwards to find the binary number.

26 Converting: Base 10 to 2 converting by 2, and find the Divide the quotient by 2, and find Divide the next quotient by 2, and find Write the remainders backwards to find the binary number. Example: We ll convert 79 to base 2 79 = = = = = = =

27 Converting: Base 10 to 2 converting by 2, and find the Example: We ll convert 79 to base 2 Divide the quotient by 2, and find Divide the next quotient by 2, and find Write the remainders backwards to find the binary number. 79 = = = = = = =

28 Converting: Base 10 to 2 converting by 2, and find the Example: We ll convert 79 to base 2 Divide the quotient by 2, and find Divide the next quotient by 2, and find Write the remainders backwards to find the binary number. 79 = = = = = = = =

29 Converting: Base 10 to 16 converting by 16, and find the Divide the quotient by 16, and find Divide the next quotient by 16, and find If any remainders are two digit numbers, convert them to a base 16 digit (A,B,C,D,E,F) Write the remainders backwards to find the base 16 number.

30 Converting: Base 10 to 16 converting by 16, and find the Example: We ll convert 83,710 to base 16 Divide the quotient by 16, and find Divide the next quotient by 16, and find If any remainders are two digit numbers, convert them to a base 16 digit (A,B,C,D,E,F) Write the remainders backwards to find the base 16 number.

31 Converting: Base 10 to 16 converting by 16, and find the Divide the quotient by 16, and find Example: We ll convert 83,710 to base = Divide the next quotient by 16, and find If any remainders are two digit numbers, convert them to a base 16 digit (A,B,C,D,E,F) Write the remainders backwards to find the base 16 number.

32 Converting: Base 10 to 16 converting by 16, and find the Divide the quotient by 16, and find Example: We ll convert 83,710 to base = = Divide the next quotient by 16, and find If any remainders are two digit numbers, convert them to a base 16 digit (A,B,C,D,E,F) Write the remainders backwards to find the base 16 number.

33 Converting: Base 10 to 16 converting by 16, and find the Divide the quotient by 16, and find Divide the next quotient by 16, and find Example: We ll convert 83,710 to base = = = If any remainders are two digit numbers, convert them to a base 16 digit (A,B,C,D,E,F) Write the remainders backwards to find the base 16 number.

34 Converting: Base 10 to 16 converting by 16, and find the Divide the quotient by 16, and find Divide the next quotient by 16, and find Example: We ll convert 83,710 to base = = = = If any remainders are two digit numbers, convert them to a base 16 digit (A,B,C,D,E,F) Write the remainders backwards to find the base 16 number.

35 Converting: Base 10 to 16 converting by 16, and find the Divide the quotient by 16, and find Divide the next quotient by 16, and find Example: We ll convert 83,710 to base = = = = = If any remainders are two digit numbers, convert them to a base 16 digit (A,B,C,D,E,F) Write the remainders backwards to find the base 16 number.

36 Converting: Base 10 to 16 converting by 16, and find the Divide the quotient by 16, and find Divide the next quotient by 16, and find Example: We ll convert 83,710 to base = E 5231 = F 326 = = = If any remainders are two digit numbers, convert them to a base 16 digit (A,B,C,D,E,F) Write the remainders backwards to find the base 16 number.

37 Converting: Base 10 to 16 converting by 16, and find the Divide the quotient by 16, and find Divide the next quotient by 16, and find If any remainders are two digit numbers, convert them to a base 16 digit (A,B,C,D,E,F) Example: We ll convert 83,710 to base = E 5231 = F 326 = = = = 146FE16 Write the remainders backwards to find the base 16 number.

Week No. 06: Numbering Systems

Week No. 06: Numbering Systems Week No. 06: Numbering Systems Numbering System: A numbering system defined as A set of values used to represent quantity. OR A number system is a term used for a set of different symbols or digits, which

More information

Part I, Number Systems. CS131 Mathematics for Computer Scientists II Note 1 INTEGERS

Part I, Number Systems. CS131 Mathematics for Computer Scientists II Note 1 INTEGERS CS131 Part I, Number Systems CS131 Mathematics for Computer Scientists II Note 1 INTEGERS The set of all integers will be denoted by Z. So Z = {..., 2, 1, 0, 1, 2,...}. The decimal number system uses the

More information

CSEN102 Introduction to Computer Science

CSEN102 Introduction to Computer Science CSEN102 Introduction to Computer Science Lecture 7: Representing Information I Prof. Dr. Slim Abdennadher Dr. Mohammed Salem, slim.abdennadher@guc.edu.eg, mohammed.salem@guc.edu.eg German University Cairo,

More information

Unit 1. Math 116. Number Systems

Unit 1. Math 116. Number Systems Unit Math Number Systems Unit One Number Systems Sections. Introduction to Number Systems Through out history civilizations have keep records using their own number systems. This unit will introduce some

More information

than meets the eye. Without the concept of zero, math as we know it would be far less

than meets the eye. Without the concept of zero, math as we know it would be far less History of Math Essay 1 Kimberly Hannusch The Origin of Zero Many people don t think twice about the number zero. It s just nothing, after all. Isn t it? Though the simplest numerical value of zero may

More information

We say that the base of the decimal number system is ten, represented by the symbol

We say that the base of the decimal number system is ten, represented by the symbol Introduction to counting and positional notation. In the decimal number system, a typical number, N, looks like... d 3 d 2 d 1 d 0.d -1 d -2 d -3... [N1] where the ellipsis at each end indicates that there

More information

Beyond Whole Number Bases

Beyond Whole Number Bases Beyond Whole Number Bases Figure 1: Here is a Venn diagram representing the various subsets of the real numbers. As you can see there are many types of real numbers, why restrict ourselves to positive

More information

Numbers and Counting. Number. Numbers and Agriculture. The fundamental abstraction.

Numbers and Counting. Number. Numbers and Agriculture. The fundamental abstraction. Numbers and Counting Number The fundamental abstraction. There is archaeological evidence of counters and counting systems in some of the earliest of human cultures. In early civilizations, counting and

More information

Number Theory: Representations of Integers

Number Theory: Representations of Integers Instructions: In-class exercises are meant to introduce you to a new topic and provide some practice with the new topic. Work in a team of up to 4 people to complete this exercise. You can work simultaneously

More information

Section 4.2. Place-Value or Positional- Value Numeration Systems. Copyright 2013, 2010, 2007, Pearson, Education, Inc.

Section 4.2. Place-Value or Positional- Value Numeration Systems. Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 4.2 Place-Value or Positional- Value Numeration Systems What You Will Learn Place-Value or Position-Value Numeration Systems 4.2-2 Place-Value System (or Positional-Value System) The value of the

More information

Grade 8 Chapter 7: Rational and Irrational Numbers

Grade 8 Chapter 7: Rational and Irrational Numbers Grade 8 Chapter 7: Rational and Irrational Numbers In this chapter we first review the real line model for numbers, as discussed in Chapter 2 of seventh grade, by recalling how the integers and then the

More information

Binary addition example worked out

Binary addition example worked out Binary addition example worked out Some terms are given here Exercise: what are these numbers equivalent to in decimal? The initial carry in is implicitly 0 1 1 1 0 (Carries) 1 0 1 1 (Augend) + 1 1 1 0

More information

Computer Number Systems

Computer Number Systems Computer Number Systems All computers are electronic devices and can ultimately do one thing: detect whether an electrical signal is on or off. Therefore, the earliest computer scientists realized that

More information

Discrete mathematics is the study of techniques, ideas and modes of

Discrete mathematics is the study of techniques, ideas and modes of CHAPTER 1 Discrete Systems Discrete mathematics is the study of techniques, ideas and modes of reasoning that are indispensable in applied disciplines such as computer science or information technology.

More information

What is proof? Lesson 1

What is proof? Lesson 1 What is proof? Lesson The topic for this Math Explorer Club is mathematical proof. In this post we will go over what was covered in the first session. The word proof is a normal English word that you might

More information

NUMBERS AND CODES CHAPTER Numbers

NUMBERS AND CODES CHAPTER Numbers CHAPTER 2 NUMBERS AND CODES 2.1 Numbers When a number such as 101 is given, it is impossible to determine its numerical value. Some may say it is five. Others may say it is one hundred and one. Could it

More information

Additive Numbering Systems and Numbers of Different Bases MAT 142 RSCC Scott Surgent

Additive Numbering Systems and Numbers of Different Bases MAT 142 RSCC Scott Surgent Additive Numbering Systems and Numbers of Different Bases MAT 142 RSCC Scott Surgent Our modern numbering system uses ten symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9. These are known as the Hindu-Arabic symbols.

More information

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

ABE Math Review Package

ABE Math Review Package P a g e ABE Math Review Package This material is intended as a review of skills you once learned and wish to review before your assessment. Before studying Algebra, you should be familiar with all of the

More information

Grade 7/8 Math Circles Winter March 20/21/22 Types of Numbers

Grade 7/8 Math Circles Winter March 20/21/22 Types of Numbers Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing Grade 7/8 Math Circles Winter 2018 - March 20/21/22 Types of Numbers Introduction Today, we take our number

More information

Grade 6 Math Circles. Ancient Mathematics

Grade 6 Math Circles. Ancient Mathematics Faculty of Mathematics Waterloo, Ontario N2L 3G1 Introduction Grade 6 Math Circles October 17/18, 2017 Ancient Mathematics Centre for Education in Mathematics and Computing Have you ever wondered where

More information

UNIT 1.- NATURAL NUMBERS. Maths teacher: Susana Vázquez PROFESOR TIERNO GALVÁN SECONDARY SCHOOL ( LA RAMBLA)

UNIT 1.- NATURAL NUMBERS. Maths teacher: Susana Vázquez PROFESOR TIERNO GALVÁN SECONDARY SCHOOL ( LA RAMBLA) UNIT 1.- NATURAL NUMBERS Maths teacher: Susana Vázquez PROFESOR TIERNO GALVÁN SECONDARY SCHOOL ( LA RAMBLA) TYPES OF NUMERAL SYSTEMS PRIMITIVE MAN NUMERAL SYSTEM EGYPTIAN NUMERAL SYSTEM ROMAN NUMERAL SYSTEM

More information

Base Number Systems. Honors Precalculus Mr. Velazquez

Base Number Systems. Honors Precalculus Mr. Velazquez Base Number Systems Honors Precalculus Mr. Velazquez 1 Our System: Base 10 When we express numbers, we do so using ten numerical characters which cycle every multiple of 10. The reason for this is simple:

More information

Section 1.x: The Variety of Asymptotic Experiences

Section 1.x: The Variety of Asymptotic Experiences calculus sin frontera Section.x: The Variety of Asymptotic Experiences We talked in class about the function y = /x when x is large. Whether you do it with a table x-value y = /x 0 0. 00.0 000.00 or with

More information

MATH Dr. Halimah Alshehri Dr. Halimah Alshehri

MATH Dr. Halimah Alshehri Dr. Halimah Alshehri MATH 1101 haalshehri@ksu.edu.sa 1 Introduction To Number Systems First Section: Binary System Second Section: Octal Number System Third Section: Hexadecimal System 2 Binary System 3 Binary System The binary

More information

Chapter Three. Deciphering the Code. Understanding Notation

Chapter Three. Deciphering the Code. Understanding Notation Chapter Three Deciphering the Code Mathematics has its own vocabulary. In addition to words, mathematics uses its own notation, symbols that stand for more complicated ideas. Some of these elements are

More information

Solving Equations by Adding and Subtracting

Solving Equations by Adding and Subtracting SECTION 2.1 Solving Equations by Adding and Subtracting 2.1 OBJECTIVES 1. Determine whether a given number is a solution for an equation 2. Use the addition property to solve equations 3. Determine whether

More information

Menu. Review of Number Systems EEL3701 EEL3701. Math. Review of number systems >Binary math >Signed number systems

Menu. Review of Number Systems EEL3701 EEL3701. Math. Review of number systems >Binary math >Signed number systems Menu Review of number systems >Binary math >Signed number systems Look into my... 1 Our decimal (base 10 or radix 10) number system is positional. Ex: 9437 10 = 9x10 3 + 4x10 2 + 3x10 1 + 7x10 0 We have

More information

Comparing and Contrasting Ancient Number Systems

Comparing and Contrasting Ancient Number Systems By Mark Swanson Comparing and Contrasting Ancient Number Systems Question: How are ancient number systems and symbols of different civilizations similar and different? Why this Topic?: As a social studies

More information

A COMPARATIVE STUDY OF EARLY EGYPTIAN, BABYLONIAN AND MAYAN NUMBER SYSTEM. *K. C. Chowdhury 1 and A. Baishya 2

A COMPARATIVE STUDY OF EARLY EGYPTIAN, BABYLONIAN AND MAYAN NUMBER SYSTEM. *K. C. Chowdhury 1 and A. Baishya 2 ! """#$# A COMPARATIVE STUDY OF EARLY EGYPTIAN, BABYLONIAN AND MAYAN NUMBER SYSTEM *K. C. Chowdhury and A. Baishya!"#$"%#& '#() *+, & -. chowdhurykc@yahoo.com,skdas_jrt@yahoo.co.in (Received on: -08-;

More information

12/31/2010. Digital Operations and Computations Course Notes. 01-Number Systems Text: Unit 1. Overview. What is a Digital System?

12/31/2010. Digital Operations and Computations Course Notes. 01-Number Systems Text: Unit 1. Overview. What is a Digital System? Digital Operations and Computations Course Notes 0-Number Systems Text: Unit Winter 20 Professor H. Louie Department of Electrical & Computer Engineering Seattle University ECEGR/ISSC 20 Digital Operations

More information

from Euclid to Einstein

from Euclid to Einstein WorkBook 2. Space from Euclid to Einstein Roy McWeeny Professore Emerito di Chimica Teorica, Università di Pisa, Pisa (Italy) A Pari New Learning Publication Book 2 in the Series WorkBooks in Science (Last

More information

Quadratic Equations Part I

Quadratic Equations Part I Quadratic Equations Part I Before proceeding with this section we should note that the topic of solving quadratic equations will be covered in two sections. This is done for the benefit of those viewing

More information

Lecture 15: Exploding and Vanishing Gradients

Lecture 15: Exploding and Vanishing Gradients Lecture 15: Exploding and Vanishing Gradients Roger Grosse 1 Introduction Last lecture, we introduced RNNs and saw how to derive the gradients using backprop through time. In principle, this lets us train

More information

Four Important Number Systems

Four Important Number Systems Four Important Number Systems System Why? Remarks Decimal Base 10: (10 fingers) Most used system Binary Base 2: On/Off systems 3-4 times more digits than decimal Octal Base 8: Shorthand notation for working

More information

You separate binary numbers into columns in a similar fashion. 2 5 = 32

You separate binary numbers into columns in a similar fashion. 2 5 = 32 RSA Encryption 2 At the end of Part I of this article, we stated that RSA encryption works because it s impractical to factor n, which determines P 1 and P 2, which determines our private key, d, which

More information

What are binary numbers and why do we use them? BINARY NUMBERS. Converting decimal numbers to binary numbers

What are binary numbers and why do we use them? BINARY NUMBERS. Converting decimal numbers to binary numbers What are binary numbers and why do we use them? BINARY NUMBERS Converting decimal numbers to binary numbers The number system we commonly use is decimal numbers, also known as Base 10. Ones, tens, hundreds,

More information

of Digital Electronics

of Digital Electronics 26 Digital Electronics 729 Digital Electronics 26.1 Analog and Digital Signals 26.3 Binary Number System 26.5 Decimal to Binary Conversion 26.7 Octal Number System 26.9 Binary-Coded Decimal Code (BCD Code)

More information

Take the Anxiety Out of Word Problems

Take the Anxiety Out of Word Problems Take the Anxiety Out of Word Problems I find that students fear any problem that has words in it. This does not have to be the case. In this chapter, we will practice a strategy for approaching word problems

More information

Solving Quadratic & Higher Degree Equations

Solving Quadratic & Higher Degree Equations Chapter 9 Solving Quadratic & Higher Degree Equations Sec 1. Zero Product Property Back in the third grade students were taught when they multiplied a number by zero, the product would be zero. In algebra,

More information

STEP 1: Ask Do I know the SLOPE of the line? (Notice how it s needed for both!) YES! NO! But, I have two NO! But, my line is

STEP 1: Ask Do I know the SLOPE of the line? (Notice how it s needed for both!) YES! NO! But, I have two NO! But, my line is EQUATIONS OF LINES 1. Writing Equations of Lines There are many ways to define a line, but for today, let s think of a LINE as a collection of points such that the slope between any two of those points

More information

Numbering Systems. Contents: Binary & Decimal. Converting From: B D, D B. Arithmetic operation on Binary.

Numbering Systems. Contents: Binary & Decimal. Converting From: B D, D B. Arithmetic operation on Binary. Numbering Systems Contents: Binary & Decimal. Converting From: B D, D B. Arithmetic operation on Binary. Addition & Subtraction using Octal & Hexadecimal 2 s Complement, Subtraction Using 2 s Complement.

More information

Number Bases. Ioan Despi. University of New England. August 4, 2013

Number Bases. Ioan Despi. University of New England. August 4, 2013 Number Bases Ioan Despi despi@turing.une.edu.au University of New England August 4, 2013 Outline Ioan Despi AMTH140 2 of 21 1 Frequently Used Number Systems 2 Conversion to Numbers of Different Bases 3

More information

#26: Number Theory, Part I: Divisibility

#26: Number Theory, Part I: Divisibility #26: Number Theory, Part I: Divisibility and Primality April 25, 2009 This week, we will spend some time studying the basics of number theory, which is essentially the study of the natural numbers (0,

More information

Conversions between Decimal and Binary

Conversions between Decimal and Binary Conversions between Decimal and Binary Binary to Decimal Technique - use the definition of a number in a positional number system with base 2 - evaluate the definition formula ( the formula ) using decimal

More information

History of Math For the Liberal Arts CHAPTER 2. Egyptian Mathematics. Lawrence Morales. Seattle Central Community College

History of Math For the Liberal Arts CHAPTER 2. Egyptian Mathematics. Lawrence Morales. Seattle Central Community College 1 2 3 4 History of Math For the Liberal Arts 5 6 CHAPTER 2 7 8 Egyptian Mathematics 9 10 11 12 Lawrence Morales 13 14 15 Seattle Central Community College 2001, Lawrence Morales; MAT107 Chapter 2 - Page

More information

Week 2: Defining Computation

Week 2: Defining Computation Computational Complexity Theory Summer HSSP 2018 Week 2: Defining Computation Dylan Hendrickson MIT Educational Studies Program 2.1 Turing Machines Turing machines provide a simple, clearly defined way

More information

THE LOGIC OF COMPOUND STATEMENTS

THE LOGIC OF COMPOUND STATEMENTS CHAPTER 2 THE LOGIC OF COMPOUND STATEMENTS Copyright Cengage Learning. All rights reserved. SECTION 2.4 Application: Digital Logic Circuits Copyright Cengage Learning. All rights reserved. Application:

More information

Numbers. Dr Hammadi Nait-Charif. Senior Lecturer Bournemouth University United Kingdom

Numbers. Dr Hammadi Nait-Charif. Senior Lecturer Bournemouth University United Kingdom Numbers Dr Hammadi Nait-Charif Senior Lecturer Bournemouth University United Kingdom hncharif@bournemouth.ac.uk http://nccastaff.bmth.ac.uk/hncharif/mathscgs/maths.html Dr Hammadi Nait-Charif (BU, UK)

More information

Chapter 1 : Solving Linear Equations

Chapter 1 : Solving Linear Equations Chapter 1 : Solving Linear Equations 1.1 One-Step Equations...28 1.2 Two-Step Equations...33 1.3 General Linear Equations...37 1.4 Solving with Fractions...43 1.5 Formulas...47 1.6 Absolute Value Equations...52

More information

Polynomials; Add/Subtract

Polynomials; Add/Subtract Chapter 7 Polynomials Polynomials; Add/Subtract Polynomials sounds tough enough. But, if you look at it close enough you ll notice that students have worked with polynomial expressions such as 6x 2 + 5x

More information

Digital Systems Overview. Unit 1 Numbering Systems. Why Digital Systems? Levels of Design Abstraction. Dissecting Decimal Numbers

Digital Systems Overview. Unit 1 Numbering Systems. Why Digital Systems? Levels of Design Abstraction. Dissecting Decimal Numbers Unit Numbering Systems Fundamentals of Logic Design EE2369 Prof. Eric MacDonald Fall Semester 2003 Digital Systems Overview Digital Systems are Home PC XBOX or Playstation2 Cell phone Network router Data

More information

Solving Quadratic & Higher Degree Equations

Solving Quadratic & Higher Degree Equations Chapter 9 Solving Quadratic & Higher Degree Equations Sec 1. Zero Product Property Back in the third grade students were taught when they multiplied a number by zero, the product would be zero. In algebra,

More information

Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1

Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1 Alex s Guide to Word Problems and Linear Equations Following Glencoe Algebra 1 What is a linear equation? It sounds fancy, but linear equation means the same thing as a line. In other words, it s an equation

More information

Hi, my name is Dr. Ann Weaver of Argosy University. This WebEx is about something in statistics called z-

Hi, my name is Dr. Ann Weaver of Argosy University. This WebEx is about something in statistics called z- Hi, my name is Dr. Ann Weaver of Argosy University. This WebEx is about something in statistics called z- Scores. I have two purposes for this WebEx, one, I just want to show you how to use z-scores in

More information

Written in Stone UNIT 2 WEEK 1. Read the article Written in Stone before answering Numbers 1 through 5. Weekly Assessment Unit 2, Week 1 Grade 6 61

Written in Stone UNIT 2 WEEK 1. Read the article Written in Stone before answering Numbers 1 through 5. Weekly Assessment Unit 2, Week 1 Grade 6 61 Read the article Written in Stone before answering Numbers 1 through 5. UNIT 2 WEEK 1 Written in Stone People need to communicate. The earliest human beings most likely communicated with sounds and gestures.

More information

The Evolution of Units. Many people today, particularly those in the scientific community, believe that the United

The Evolution of Units. Many people today, particularly those in the scientific community, believe that the United Zurakowski 1 The Evolution of Units Many people today, particularly those in the scientific community, believe that the United States should abandon the English system of measurement in favor of the increasing

More information

Extending The Natural Numbers. Whole Numbers. Integer Number Set. History of Zero

Extending The Natural Numbers. Whole Numbers. Integer Number Set. History of Zero Whole Numbers Are the whole numbers with the property of addition a group? Extending The Natural Numbers Natural or Counting Numbers {1,2,3 } Extend to Whole Numbers { 0,1,2,3 } to get an additive identity.

More information

Section 4.7 Scientific Notation

Section 4.7 Scientific Notation Section 4.7 Scientific Notation INTRODUCTION Scientific notation means what it says: it is the notation used in many areas of science. It is used so that scientist and mathematicians can work relatively

More information

Good morning, everyone. On behalf of the Shinsekai Type Study Group. today we would like to talk about the Japanese writing system specifically about

Good morning, everyone. On behalf of the Shinsekai Type Study Group. today we would like to talk about the Japanese writing system specifically about 1 Good morning, everyone. On behalf of the Shinsekai Type Study Group. today we would like to talk about the Japanese writing system specifically about the kana script. Our discussion will focus on the

More information

Chapter 5. Number Theory. 5.1 Base b representations

Chapter 5. Number Theory. 5.1 Base b representations Chapter 5 Number Theory The material in this chapter offers a small glimpse of why a lot of facts that you ve probably nown and used for a long time are true. It also offers some exposure to generalization,

More information

Regression, part II. I. What does it all mean? A) Notice that so far all we ve done is math.

Regression, part II. I. What does it all mean? A) Notice that so far all we ve done is math. Regression, part II I. What does it all mean? A) Notice that so far all we ve done is math. 1) One can calculate the Least Squares Regression Line for anything, regardless of any assumptions. 2) But, if

More information

Math in Our World. Section 4.1. Early and Modern Numeration Systems

Math in Our World. Section 4.1. Early and Modern Numeration Systems Math in Our World Section 4.1 Early and Modern Numeration Systems Learning Objectives Define a numeration system. Work with numbers in the Egyptian system. Work with numbers in the Chinese system. Identify

More information

Experiment 1: The Same or Not The Same?

Experiment 1: The Same or Not The Same? Experiment 1: The Same or Not The Same? Learning Goals After you finish this lab, you will be able to: 1. Use Logger Pro to collect data and calculate statistics (mean and standard deviation). 2. Explain

More information

CHAPTER 2 NUMBER SYSTEMS

CHAPTER 2 NUMBER SYSTEMS CHAPTER 2 NUMBER SYSTEMS The Decimal Number System : We begin our study of the number systems with the familiar decimal number system. The decimal system contains ten unique symbol 0, 1, 2, 3, 4, 5, 6,

More information

Years, Calendars and Continued Fractions

Years, Calendars and Continued Fractions Years, Calendars and Continued Fractions Chris Sawer Liverpool University Maths Club, 6th January 00 Everybody is familiar with π, the ratio of a circle s diameter to its circumference; a little larger

More information

Running Head: BONACCI REVOLUTIONIZED THE WORLD 1

Running Head: BONACCI REVOLUTIONIZED THE WORLD 1 Running Head: BONACCI REVOLUTIONIZED THE WORLD 1 Bonacci Revolutionized the World A Review of the Fibonacci Numbers Sapphire Ortega El Paso Community College Author Note This paper was prepared for Math

More information

Polynomial Operations

Polynomial Operations Chapter 7 Polynomial Operations Sec. 1 Polynomials; Add/Subtract Polynomials sounds tough enough. But, if you look at it close enough you ll notice that students have worked with polynomial expressions

More information

Algebra & Trig Review

Algebra & Trig Review Algebra & Trig Review 1 Algebra & Trig Review This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The

More information

Why digital? Overview. Number Systems. Binary to Decimal conversion

Why digital? Overview. Number Systems. Binary to Decimal conversion Why digital? Overview It has the following advantages over analog. It can be processed and transmitted efficiently and reliably. It can be stored and retrieved with greater accuracy. Noise level does not

More information

8. TRANSFORMING TOOL #1 (the Addition Property of Equality)

8. TRANSFORMING TOOL #1 (the Addition Property of Equality) 8 TRANSFORMING TOOL #1 (the Addition Property of Equality) sentences that look different, but always have the same truth values What can you DO to a sentence that will make it LOOK different, but not change

More information

Creating and Exploring Circles

Creating and Exploring Circles Creating and Exploring Circles 1. Close your compass, take a plain sheet of paper and use the compass point to make a tiny hole (point) in what you consider to be the very centre of the paper. The centre

More information

Physics Motion Math. (Read objectives on screen.)

Physics Motion Math. (Read objectives on screen.) Physics 302 - Motion Math (Read objectives on screen.) Welcome back. When we ended the last program, your teacher gave you some motion graphs to interpret. For each section, you were to describe the motion

More information

CHAPTER 1. REVIEW: NUMBERS

CHAPTER 1. REVIEW: NUMBERS CHAPTER. REVIEW: NUMBERS Yes, mathematics deals with numbers. But doing math is not number crunching! Rather, it is a very complicated psychological process of learning and inventing. Just like listing

More information

Fundamentals of Mathematics I

Fundamentals of Mathematics I Fundamentals of Mathematics I Kent State Department of Mathematical Sciences Fall 2008 Available at: http://www.math.kent.edu/ebooks/10031/book.pdf August 4, 2008 Contents 1 Arithmetic 2 1.1 Real Numbers......................................................

More information

ECE260: Fundamentals of Computer Engineering

ECE260: Fundamentals of Computer Engineering Data Representation & 2 s Complement James Moscola Dept. of Engineering & Computer Science York College of Pennsylvania Based on Computer Organization and Design, 5th Edition by Patterson & Hennessy Data

More information

You ve probably heard the word algebra on many occasions, and you

You ve probably heard the word algebra on many occasions, and you In This Chapter Chapter 1 Assembling Your Tools Giving names to the basic numbers Reading the signs and interpreting the language Operating in a timely fashion You ve probably heard the word algebra on

More information

Scientific Notation. Scientific Notation. Table of Contents. Purpose of Scientific Notation. Can you match these BIG objects to their weights?

Scientific Notation. Scientific Notation. Table of Contents. Purpose of Scientific Notation. Can you match these BIG objects to their weights? Scientific Notation Table of Contents Click on the topic to go to that section The purpose of scientific notation Scientific Notation How to write numbers in scientific notation How to convert between

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER /2018

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER /2018 ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 2017/2018 DR. ANTHONY BROWN 1. Arithmetic and Algebra 1.1. Arithmetic of Numbers. While we have calculators and computers

More information

Commutative Rings and Fields

Commutative Rings and Fields Commutative Rings and Fields 1-22-2017 Different algebraic systems are used in linear algebra. The most important are commutative rings with identity and fields. Definition. A ring is a set R with two

More information

Descriptive Statistics (And a little bit on rounding and significant digits)

Descriptive Statistics (And a little bit on rounding and significant digits) Descriptive Statistics (And a little bit on rounding and significant digits) Now that we know what our data look like, we d like to be able to describe it numerically. In other words, how can we represent

More information

Eby, MATH 0310 Spring 2017 Page 53. Parentheses are IMPORTANT!! Exponents only change what they! So if a is not inside parentheses, then it

Eby, MATH 0310 Spring 2017 Page 53. Parentheses are IMPORTANT!! Exponents only change what they! So if a is not inside parentheses, then it Eby, MATH 010 Spring 017 Page 5 5.1 Eponents Parentheses are IMPORTANT!! Eponents only change what they! So if a is not inside parentheses, then it get raised to the power! Eample 1 4 b) 4 c) 4 ( ) d)

More information

Languages, regular languages, finite automata

Languages, regular languages, finite automata Notes on Computer Theory Last updated: January, 2018 Languages, regular languages, finite automata Content largely taken from Richards [1] and Sipser [2] 1 Languages An alphabet is a finite set of characters,

More information

Math 016 Lessons Wimayra LUY

Math 016 Lessons Wimayra LUY Math 016 Lessons Wimayra LUY wluy@ccp.edu MATH 016 Lessons LESSON 1 Natural Numbers The set of natural numbers is given by N = {0, 1, 2, 3, 4...}. Natural numbers are used for two main reasons: 1. counting,

More information

= 5 2 and = 13 2 and = (1) = 10 2 and = 15 2 and = 25 2

= 5 2 and = 13 2 and = (1) = 10 2 and = 15 2 and = 25 2 BEGINNING ALGEBRAIC NUMBER THEORY Fermat s Last Theorem is one of the most famous problems in mathematics. Its origin can be traced back to the work of the Greek mathematician Diophantus (third century

More information

Logarithms for analog circuits

Logarithms for analog circuits Logarithms for analog circuits This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

Logarithms for analog circuits

Logarithms for analog circuits Logarithms for analog circuits This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

Introduction. So, why did I even bother to write this?

Introduction. So, why did I even bother to write this? Introduction This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The review contains the occasional

More information

1.4 Mathematical Equivalence

1.4 Mathematical Equivalence 1.4 Mathematical Equivalence Introduction a motivating example sentences that always have the same truth values can be used interchangeably the implied domain of a sentence In this section, the idea of

More information

Maths Pack. Distance Learning Mathematics Support Pack. For the University Certificates in Astronomy and Cosmology

Maths Pack. Distance Learning Mathematics Support Pack. For the University Certificates in Astronomy and Cosmology Maths Pack Distance Learning Mathematics Support Pack For the University Certificates in Astronomy and Cosmology These certificate courses are for your enjoyment. However, a proper study of astronomy or

More information

Math 302 Module 4. Department of Mathematics College of the Redwoods. June 17, 2011

Math 302 Module 4. Department of Mathematics College of the Redwoods. June 17, 2011 Math 302 Module 4 Department of Mathematics College of the Redwoods June 17, 2011 Contents 4 Integer Exponents and Polynomials 1 4a Polynomial Identification and Properties of Exponents... 2 Polynomials...

More information

{ }. The dots mean they continue in that pattern to both

{ }. The dots mean they continue in that pattern to both INTEGERS Integers are positive and negative whole numbers, that is they are;... 3, 2, 1,0,1,2,3... { }. The dots mean they continue in that pattern to both positive and negative infinity. Before starting

More information

CSE 20 DISCRETE MATH. Fall

CSE 20 DISCRETE MATH. Fall CSE 20 DISCRETE MATH There are 10 types of people in the world: those who understand binary and those who don't. Fall 2017 http://cseweb.ucsd.edu/classes/fa17/cse20-ab/ Today's learning goals Define the

More information

Nicholas Ball. Getting to the Root of the Problem: An Introduction to Fibonacci s Method of Finding Square Roots of Integers

Nicholas Ball. Getting to the Root of the Problem: An Introduction to Fibonacci s Method of Finding Square Roots of Integers Nicholas Ball Getting to the Root of the Problem: An Introduction to Fibonacci s Method of Finding Square Roots of Integers Introduction Leonardo of Pisa, famously known as Fibonacci, provided extensive

More information

The Most Important Thing for Your Child to Learn about Arithmetic. Roger Howe, Yale University

The Most Important Thing for Your Child to Learn about Arithmetic. Roger Howe, Yale University The Most Important Thing for Your Child to Learn about Arithmetic Roger Howe, Yale University Abstract The paper argues for a specific ingredient in learning arithmetic with understanding : thinking in

More information

LESSON 4-5 THE LAW OF COMMUTATIVITY

LESSON 4-5 THE LAW OF COMMUTATIVITY LESSON 4-5 THE LAW OF COMMUTATIVITY Axioms [AXE ee ums] are things we assume to be true because they seem obvious but we cannot prove them. Say with me: axiom. A. For example, if three plus four is seven,

More information

Confidence intervals

Confidence intervals Confidence intervals We now want to take what we ve learned about sampling distributions and standard errors and construct confidence intervals. What are confidence intervals? Simply an interval for which

More information

Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities)

Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities) Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities) By Scott Fallstrom and Brent Pickett The How and Whys Guys This work is licensed under a Creative Commons

More information

PTOLEMY DAY 6 THE SEXAGESIMAL SYSTEM AND THE NEED FOR A TABLE OF CHORDS AND ARCS

PTOLEMY DAY 6 THE SEXAGESIMAL SYSTEM AND THE NEED FOR A TABLE OF CHORDS AND ARCS PTOLEMY DAY 6 THE SEXAGESIMAL SYSTEM AND THE NEED FOR A TABLE OF CHORDS AND ARCS Before getting into any of the detailed versions of Ptolemy s models for the motions of the Sun and the planets, we need

More information

Exponential and logarithm functions

Exponential and logarithm functions ucsc supplementary notes ams/econ 11a Exponential and logarithm functions c 2010 Yonatan Katznelson The material in this supplement is assumed to be mostly review material. If you have never studied exponential

More information