Converting from Base-n to Base-10

Slides:



Advertisements
Similar presentations
Scientific Notations - Operations Addition and Subtraction 1 st Convert one of the numbers so the exponents match 2 nd Add or subtract the decimal numbers.
Advertisements

Student Progress Chart Lesson Reflection 3-6 Math Learning Goal Students will understand decimals.
Understanding Value of Places
2-5 Example 2 Find the product of 87 and 39. Use the traditional multiplication method. 1. Estimate. 90 × 40 = 3,600 Lesson 4-13 Example 2.
Computer Number Systems This presentation will show conversions between binary, decimal, and hexadecimal numbers.
Lesson 4-8 Example Find the product of 231 and 7. Estimate first. Step 1 Estimate. 200 × 7 = 1,400.
Whole Numbers How do we use whole numbers to solve real-life problems?
Partial Sums An Addition Algorithm.
Lecture for Week Spring.  Numbers can be represented in many ways. We are familiar with the decimal system since it is most widely used in everyday.
Multiplication by multiples of 10 and 100 Objective to multiply numbers when 0’s are involved.
Practice Test 3 – MAT Expand the power. Write your answer as a fraction. 2.Identify the place value of the underlined digit a.Tenthsc. Thousandths.
Conceptual arithmetic methods with decimals
Use effective written methods to add whole numbers.
Place Value and Multiplication
Numeration Practice Test.  Understanding whole and decimal numbers  Whole numbers to  Decimals to hundredths 0.99  You need to be able to.
A Multiplication Algorithm
Lattice multiplication (327 x 28)
Place Value and dividing by 10, 100, etc
Operations with Scientific Notation. Addition and Subtraction Format Addition (N * 10 x ) + (M * 10 x ) = (N + M) * 10 x Subtraction (N * 10 y ) - (M.
Multiplication -2D by 2D Kids Learning is Fun
STEP 1 Multiply the digits in the ones place. Write the product in the ones place of the answer box. If the product is greater than ten, carry the number.
1.3 Solving Systems by Substitution. Steps for Substitution 1.Solve for the “easiest” variable 2.Substitute this expression into the other equation 3.Solve.
Chapter 7 Section 7.2 Addition & Subtraction in Different Bases.
SCIENTIFIC NOTATION. Convert to scientific notation       Convert to standard notation  1.92 X 10 3 
$100 $200 $300 $400 $100 $200 $300 $400 $300 $200 $100 Multiply by 1 digit numbers Multiply & estimate results Multiply by 2 digit numbers Multiply.
Lesson 10-1: Adding Groups of 10
Adding Two and Three Digit Numbers
Long multiplication – column method
PLACE VALUE CHART  .
Multiply By 2-Digit Numbers (B) Unit 2 Lesson 6. Objectives:
Number Systems & Binary How to count. How do we represent numbers? Early systems: – Actual count : ||||| = 5 – Roman numers : XI = 11 Hard to do math:
DigitValue Denotation NumericValue Denotation 2thousands1,000 0hundreds100 4tens10 8ones1 Computer Organization Basic Computer Concepts Number Systems.
× ÷ by 10, 100 & 100 Read through the PowerPoints and answer any questions before clicking to the answer.
♣Multiplying Decimals♣
Counting in Different Bases
Binary Positional Notation
Multiplication.
ID1050– Quantitative & Qualitative Reasoning
Multiply by multiples of 10
? 1 ten 1 ten = 10 ones How many ten?
Binary numbers pt. 2.
Chapter R Prealgebra Review Decimal Notation.
Multiply By Two Digits Created by M. Guy.
Number Systems & Binary
How to Multiply By Two Digits
Multiplying by powers of 10 Decimals
Comparing Numbers.
Multiplication 2.
Doubles and Halves Lets learn all about it.
Scientific Notation CP Chemistry.
Expanded Notation , , , , , , Name: _________________________________
Multiply by multiples of 10
Partial products By: Elias and Adam.
Place Value: Expanding Whole Numbers 3 Ways
Binary  Name: Class: .
ID1050– Quantitative & Qualitative Reasoning
The basics of any electronic device means either electricity is flowing or it is not i.e. a switch is either on or off Computers are electronic devices.
Multiply using the area model
ID1050– Quantitative & Qualitative Reasoning
Scientific Notation.
Multiplying decimal number by 10,100,1000
Chapter 3: Basic Math Review
MULTI-DIGIT MULTIPLICATION.
Converting to Base-n from Base-10
Understanding the Number Decimal to Binary Conversion
Multiply using the area model
To be able to multiply a number by 10, 100 and 1000
Comparing Numbers.
Using Addition Properties
ID1050– Quantitative & Qualitative Reasoning
Presentation transcript:

Converting from Base-n to Base-10 ID1050– Quantitative & Qualitative Reasoning Here is a note inserted by me.

Steps for Converting from Base-n to Base-10 The steps for converting from a different base to our familiar base-10 (decimal) system are similar to how we express numbers in base-10 Each column has a different value which depends on the base Each column has a digit in it that is multiplied by the column’s value The sum of all of these multiplication results is the value of the number The difference is that the columns have values other than ‘tens’, ‘hundreds’, ‘thousands’, etc. Let’s look at some examples: Comparison to base-10.

Base-8 Positional Notation Chart 83 = 512 82 = 64 81 = 8 80 = 1 8-1 = 1/8 8-2 = 1/64 ____________ Answer: 16 Convert 20base-8 to base-10 Only Base-8 digits 0,1,2,3,4,5,6,7

Base-8 Positional Notation Chart 83 = 512 82 = 64 81 = 8 80 = 1 8-1 = 1/8 8-2 = 1/64 ____________ Answer: 5/16 = 0.3125 Convert 0.24base-8 to base-10 Only Base-8 digits 0,1,2,3,4,5,6,7

Base-8 Positional Notation Chart 83 = 512 82 = 64 81 = 8 80 = 1 8-1 = 1/8 8-2 = 1/64 ____________ Answer: 450.125 Convert 702.1base-8 to base-10 Only Base-8 digits 0,1,2,3,4,5,6,7

Base-3 Positional Notation Chart 33 = 27 32 = 9 31 = 3 30 = 1 3-1 = 1/3 3-2 = 1/9 ____________ Answer: 15 Convert 120base-3 to base-10 Only Base-3 digits 0,1,2

Base-3 Positional Notation Chart 33 = 27 32 = 9 31 = 3 30 = 1 3-1 = 1/3 3-2 = 1/9 ____________ Answer: 2.33333333 Convert 2.1base-3 to base-10 Only Base-3 digits 0,1,2

Base-2 (binary) Positional Notation Chart 23 = 8 22 = 4 21 = 2 20 = 1 2-1 = 1/2 2-2 = 1/4 ____________ Answer: 10 Convert 1010base-2 to base-10 Only Base-2 digits 0,1

Base-2 (binary) Positional Notation Chart 23 = 8 22 = 4 21 = 2 20 = 1 2-1 = 1/2 2-2 = 1/4 ____________ Answer: ¾ = 0.75 Convert 0.11base-2 to base-10 Only Base-2 digits 0,1

Base-2 (binary) Positional Notation Chart 23 = 8 22 = 4 21 = 2 20 = 1 2-1 = 1/2 2-2 = 1/4 ____________ Answer: 2 ¼ = 2.25 Convert 10.01base-2 to base-10 Only Base-2 digits 0,1

Conclusion Converting from a different base into base 10 involves creating a base-n table The columns in base-n have different values than our familiar base-10 columns Multiply each base-n digits by its column’s value and add them all up to get the answer in base-10