Mathematics - Senior Secondary 1 - Number Bases (I)

Number Bases (I)

TERM: 1ST TERM

WEEK: 1

Class: Senior Secondary School 1

Age: 15 years

Duration: 40 minutes of 5 periods

Subject: Mathematics

Topic: Number Bases (I)

Focus: Decimal Base (Base 10) and Other Bases (Base 2 Binary, Base 7), Conversion from Base 10 to Other Bases, Conversion from Other Bases to Base 10.

SPECIFIC OBJECTIVES:

By the end of the lesson, students should be able to:

  1. Identify and understand the decimal (base 10) number system.
  2. Recognize and understand other number bases such as binary (base 2) and base 7.
  3. Convert numbers from base 10 to other given bases.
  4. Convert numbers from other given bases to base 10.

INSTRUCTIONAL TECHNIQUES:

  • Question and answer
  • Guided demonstration
  • Discussion
  • Practice exercises
  • Analogy and real-life connections

INSTRUCTIONAL MATERIALS:

  • Whiteboard and markers
  • Charts illustrating different number bases
  • Flashcards with numbers in different bases
  • Worksheets for conversion practice

PERIOD 1 & 2: Introduction to Number Bases: Decimal (Base 10) and Other Bases

PRESENTATION:

Step

Teacher’s Activity

Student’s Activity

Step 1 - Introduction

Introduces the concept of number bases. Explains that the decimal system (base 10) uses digits 0-9 and is what we commonly use.

Students listen attentively and ask clarifying questions.

Step 2 - Other Bases

Introduces other number bases, focusing on binary (base 2) with digits 0 and 1, and base 7 with digits 0-6 (linking it to the days of the week analogy). Provides examples of where these bases are used (e.g., computers for binary).

Students observe the examples and discuss potential uses of different bases.

Step 3 - Representation

Shows how numbers are represented in different bases using place values (powers of the base). For example, in base 10, 235=2×10²+3×101+5×100. Introduces similar representations for binary and base 7.

Students take notes on the representation of numbers in different bases.

Step 4 - Analogy

Uses analogies to help understand different bases, e.g., thinking of counting in groups of 2 (binary) or groups of 7 (base 7).

Students participate in the analogy exercise and share their understanding.

NOTE ON BOARD

Number Bases: - Base 10 (Decimal): Digits 0-9 - Base 2 (Binary): Digits 0-1 - Base 7: Digits 0-6 Place Value in Base b: ... b2, b1, b0

Students copy the notes from the board.

EVALUATION (5 exercises):

  1. What are the digits used in base 10?
  2. What are the digits used in base 2 (binary)?
  3. What are the digits used in base 7?
  4. Give one real-life example where binary numbers are important.
  5. Explain the meaning of the subscript in 1012.

 

CLASSWORK (5 questions):

  1. Identify the base of the number 34510.
  2. Identify the base of the number 11012.
  3. Identify the base of the number 527.
  4. What is the place value of the digit '1' in 1102?
  5. If we had a base 3 number system, what digits would be used?

 

ASSIGNMENT (5 tasks):

  1. Research another number base used in a specific application.
  2. Explain in your own words why computers use the binary system.
  3. What is the largest digit allowed in base 5?
  4. Write down any three numbers in base 2.
  5. Write down any three numbers in base 7.

 

PERIOD 3 & 4: Conversion from Base 10 to Other Bases

PRESENTATION:

Step

Teacher’s Activity

Student’s Activity

Step 1 - Introduction

Explains the method of repeated division by the new base to convert from base 10 to another base. Emphasizes recording the remainders in reverse order.

Students listen carefully and ask questions about the process.

Step 2 - Base 10 to Binary

Demonstrates the conversion of a base 10 number (e.g., 13) to binary by repeatedly dividing by 2 and recording the remainders. Shows how to write the binary equivalent by reading the remainders from bottom to top. Example: 13÷2=6 R 1, 6÷2=3 R 0, 3÷2=1 R 1, 1÷2=0 R 1. Therefore, 1310=11012.

Students observe the steps and take detailed notes of the example.

Step 3 - Base 10 to Base 7

Demonstrates the conversion of a base 10 number (e.g., 20) to base 7 by repeatedly dividing by 7 and recording the remainders. Shows the reverse order of remainders. Example: 20÷7=2 R 6, 2÷7=0 R 2. Therefore, 2010=267.

Students observe the steps and note the process for converting to a different base.

Step 4 - Guided Practice

Provides several base 10 numbers for students to convert to binary and base 7 under teacher guidance. Encourages working in pairs.

Students practice the conversion process in pairs, seeking help when needed.

NOTE ON BOARD

Conversion from Base 10 to Base b: 1. Repeatedly divide the base 10 number by b. 2. Record the remainders at each step. 3. Read the remainders in reverse order to get the number in base b. Examples shown for binary and base 7 conversion.

Students copy the steps and examples into their notebooks.

 

NOTE (Workings for Examples):

Step 2 (Base 10 to Binary): Convert 1310 to binary.

13 ÷ 2 = 6 remainder 1

 6 ÷ 2 = 3 remainder 0

 3 ÷ 2 = 1 remainder 1

 1 ÷ 2 = 0 remainder 1

Reading the remainders from bottom to top:1 11012

Step 3 (Base 10 to Base 7): Convert 2010 to base 7.

20 ÷ 7 = 2 remainder 6

 2 ÷ 7 = 0 remainder 2

Reading the remainders from bottom to top: 267

EVALUATION (5 exercises):

  1. Convert 1110 to binary.
  2. Convert 2510 to binary.
  3. Convert 1810 to base 7.
  4. Convert 3010 to base 7.
  5. Convert 510 to binary.

 

CLASSWORK (5 questions):

  1. Convert 1710 to binary.
  2. Convert 3110 to binary.
  3. Convert 1010 to base 7.
  4. Convert 4510 to base 7.
  5. Convert 210 to binary.

 

ASSIGNMENT (5 tasks):

  1. Convert 2210 to binary.
  2. Convert 4010 to binary.
  3. Convert 1510 to base 7.
  4. Convert 5010 to base 7.
  5. Think of a scenario where you might need to convert from base 10 to another base.

 

PERIOD 5: Conversion from Other Bases to Base 10

PRESENTATION:

Step

Teacher’s Activity

Student’s Activity

Step 1 - Introduction

Explains the method of using place values (powers of the base) to convert from another base to base 10.

Students pay attention and ask clarifying questions.

Step 2 - Binary to Base 10

Demonstrates the conversion of a binary number (e.g., 11012) to base 10 by multiplying each digit by the corresponding power of 2 and adding the results. Example: 11012=(1×23)+(1×22)+(0×21)+(1×20)=8+4+0+1=1310.

Students observe the steps and take notes on how to use place values for conversion.

Step 3 - Base 7 to Base 10

Demonstrates the conversion of a base 7 number (e.g., 267) to base 10 by multiplying each digit by the corresponding power of 7 and adding the results. Example: 267=(2×71)+(6×70)=14+6=2010.

Students observe and note the application of place values for a different base.

Step 4 - Guided Practice

Provides several binary and base 7 numbers for students to convert to base 10 under teacher supervision. Encourages individual practice.

Students practice the conversion process individually, seeking assistance when necessary.

NOTE ON BOARD

Conversion from Base b to Base 10: 1. Identify the place value of each digit in the base b number. 2. Multiply each digit by its corresponding power of b. 3. Add the results to get the base 10 equivalent. Examples shown for binary and base 7 conversion.

Students record the steps and examples in their notebooks.

NOTE (Workings for Examples):

Step 2 (Binary to Base 10): Convert 11012 to base 10.

11012 = (1 × 2³) + (1 × 2²) + (0 × 2¹) + (1 × 2⁰)

       = (1 × 8) + (1 × 4) + (0 × 2) + (1 × 1)

       = 8 + 4 + 0 + 1

       = 1310

Step 3 (Base 7 to Base 10): Convert 267 to base 10.

267 = (2 × 7¹) + (6 × 7⁰)

     = (2 × 7) + (6 × 1)

     = 14 + 6

     = 2010

 

EVALUATION (5 exercises):

  1. Convert 1012 to base 10.
  2. Convert 11112 to base 10.
  3. Convert 137 to base 10.
  4. Convert 327 to base 10.
  5. Convert 12 to base 10.

 

CLASSWORK (5 questions):

  1. Convert 10112 to base 10.
  2. Convert 100002 to base 10.
  3. Convert 257 to base 10.
  4. Convert 607 to base 10.
  5. Convert 102 to base 10

 

ASSIGNMENT (5 tasks):

  1. Convert 11102 to base 10.
  2. Convert 101012 to base 10.
  3. Convert 417 to base 10.
  4. Convert 557 to base 10.

Why is it important to understand place values when converting between number bases?