Lesson Notes By Weeks and Term v3 - Junior Secondary 1

Multiplication of numbers in base 2 numerals.

Download the Lessonotes Mobile Nigeria 2025 app for faster lesson access on Android and iPhone.

Subject: General Mathematics

Class: Junior Secondary 1

Term: 2nd Term

Week: 3

Theme: Basic Operations

Lesson Video

This page supports the lesson note with a companion video and a short classroom-ready summary.

For class groups and homework, share this lesson page so learners also get the summary, objectives, and full lesson context.

Performance objectives

Lesson summary

This topic introduces teachers to the methods and principles of multiplying numbers expressed in base 2 (binary) numerals. Understanding binary multiplication is foundational to comprehending how digital devices and computers perform arithmetic operations. As Nigeria moves towards a more digitally-driven economy, a basic grasp of binary operations provides learners with an insight into the underlying principles of technology they interact with daily, such as smartphones, computers, and digital payment systems.

Specific Performance Objectives: Learners will be able to perform multiplication of two 2-digit numbers expressed in base 2.

Lesson notes

Basic Operations clearly.

Question 1: Multiply 102 by 102 Relates to: A device processes 102 tasks per second for 102 seconds.

Solution 1: ``` 102 x 102 ----- 002 (0 × 102) 1020 (1 × 102, shifted left) ----- 1002 ```

Commentary: This is a straightforward multiplication. The crucial step is understanding the shifting of the second partial product and then performing the binary addition correctly (0+0=0, 0+0=0, 0+1=1).

Question 2: Multiply 112 by 102 Relates to: A data block has 112 segments, and a system handles 102 such blocks.

Solution 2: ``` 112 x 102 ----- 002 (0 × 112) 1120 (1 × 112, shifted left) ----- 1102 ```

Commentary: Similar to Question 1, demonstrating multiplication by 0 and then by 1 (shifted). The final addition involves 0+0=0, 0+1=1, 0+1=

1. Question 3: Multiply 112 by 112 Relates to: A control unit processes 112 units of energy per cycle, and operates for 112 cycles.

Solution 3: ``` 112 x 112 ----- 112 (1 × 112) 1120 (1 × 112, shifted left) ----- 10012 ```

Commentary: This example introduces a carry in the final binary addition.

Rightmost column: 1 + 0 = 1 Middle column: 1 + 1 = 102 (write down 0, carry over 1 to the next column)

Leftmost column: 1 (carry) + 1 = 102 (write down 0, carry over 1)

Final carry: 1 (carry) becomes the leading digit.

5. Independent Practice (Questions Only)

Instructions: Perform the following binary multiplications.

1. Multiply 102 by 102

2. Multiply 112 by 102

3. Multiply 102 by 112

4. Multiply 112 by 112

5. A Nigerian digital counter measures 102 events per minute. If it runs for 112 minutes, how many events are counted in total? Express your answer in base 2.

6. A data processing unit handles 112 instructions simultaneously. If it completes 102 batches of instructions, how many instructions were handled in total? Express your answer in base 2.

6. Evaluation and Assessment

A. Formative Assessment: Observation: The teacher observes learners during guided practice, noting who is struggling with binary addition or partial product alignment.

Question and Answer: Pose questions throughout the lesson, e.g., "What is 1+1 in binary?", "What happens if we multiply by 0?".

Checking Guided Practice: Review learners' work on guided practice problems for immediate feedback and correction.

B. Summative Assessment (End of Lesson/Homework): The following questions directly align with the performance objective (multiply two 2-digit binary numbers) and evaluation guide (multiply given 2-digit numbers).

Questions: Multiply the following binary numbers: 1. 102 × 102 2. 112 × 102 3. 102 × 112 4. 112 × 112 Marking Scheme (for each question): 1 mark for correctly calculating the first partial product. 1 mark for correctly calculating and aligning the second partial product. 1 mark for correctly performing the binary addition of the partial products. * Total: 3 marks per question.

7. Real-life Applications / Integration

1. Digital Computing and Electronics: Every operation (addition, subtraction, multiplication, division) performed by computers, smartphones, and other digital devices is fundamentally done in binary. Understanding binary multiplication provides a tangible link to how a computer's Central Processing Unit (CPU) processes numbers and instructions. For example, calculating memory addresses or processing graphical data often involves binary multiplication. This is crucial as Nigeria increasingly adopts digital solutions and strives for local tech innovation.

2. Data Transmission and Storage: Information in digital form (e.g., text, images, videos) is stored and transmitted as sequences of binary digits (bits). Operations like calculating data transfer rates, determining memory block sizes, or even understanding error-checking codes often rely on principles derived from binary arithmetic. A basic understanding helps demystify the "megabytes" and "gigabytes" encountered daily with mobile data plans and storage devices in Nigerian households.

3. Basic Logic Circuits: Digital circuits, which form the building blocks of all electronic devices, are designed using logic gates that perform binary operations. For instance, an AND gate performs a function similar to binary multiplication (1 AND 1 = 1, otherwise 0). This foundational knowledge could spark interest in electronics and engineering careers in a country actively promoting STEM education. error-checking codes often rely on principles derived from binary arithmetic. A basic understanding helps demystify the "megabytes" and "gigabytes" encountered daily with mobile data plans and storage devices in Nigerian households.

3. Basic Logic Circuits: Digital circuits, which form the building blocks of all electronic devices, are designed using logic gates that perform binary operations. For instance, an AND gate performs a function similar to binary multiplication (1 AND 1 = 1, otherwise 0). This foundational knowledge could spark interest in electronics and engineering careers in a country actively promoting STEM education.

8. Differentiation, Remediation and Extension

A. Differentiation (for diverse learning needs): Collaborative Learning: Group learners of mixed abilities to work on guided practice and independent practice questions. Encourage stronger learners to explain steps to those who are struggling.

Visual Aids: Use large number charts for binary addition, or even physical manipulatives (e.g., bottle tops, pebbles) to represent 0s and 1s and demonstrate carrying over in addition.

B. Remediation (for struggling learners): Revisit Binary Addition: Ensure struggling learners have completely mastered binary addition before proceeding with multiplication, as it is the final critical step. Provide extra practice sheets focused solely on binary addition with carries.

Step-by-Step Breakdown: Break down the multiplication process into smaller, manageable steps. Focus on multiplying by a single digit (0 or 1) first, then combining the partial products.

Concrete Representation: Use base 10 equivalents side-by-side with binary calculations for simple examples (e.g., 102 × 102 vs. 2 × 2) to help them conceptualize the process.

Individualized Support: Provide one-on-one attention during practice sessions, guiding them through each line of the multiplication process.

C. Extension (for high-achieving learners): Multiply Larger Binary Numbers: Challenge these learners to multiply 2-digit by 3-digit or even 3-digit by 3-digit binary numbers (e.g., 1012 × 112 or 1112 × 1012).

Base Conversion and Verification: Task them to convert a base 10 multiplication problem into binary, perform the multiplication in base 2, and then convert the binary result back to base 10 to verify their answer. For instance, multiply 3 by 5, then perform 112 by 1012. * Explore Other Binary Operations: Introduce them to the concept of binary division or hexadecimal number systems as a preview of future topics. This is equivalent to 3 × 2 in base

1

0. Step 1: Multiply 112 by the rightmost digit (0). ``` 112 x 102 ----- 002 (0 × 112) ``` Step 2: Multiply 112 by the next digit (1), shifting one place left. ``` 112 x 102 ----- 002 1120 (1 × 112, shifted left once) ``` Step 3: Add the partial products. ``` 002 + 1120 ------- 1102 ``` Result: 112 × 102 = 1102 (Equivalent to 3 × 2 = 6 in base 10).

Example 3: Multiply 112 by 112 This is equivalent to 3 × 3 in base

1

0. Step 1: Multiply 112 by the rightmost digit (1). ``` 112 x 112 ----- 112 (1 × 112) ``` Step 2: Multiply 112 by the next digit (1), shifting one place left. ``` 112 x 112 ----- 112 1120 (1 × 112, shifted left once) ``` Step 3: Add the partial products. ``` 112 + 1120 ------- 10012 (Explanation of addition: 1 + 0 = 1 1 + 1 = 102 (write 0, carry 1) 1 (carry) + 1 = 102 (write 0, carry 1) 1 (carry) + 0 = 1 ) ``` Result: 112 × 112 = 10012 (Equivalent to 3 × 3 = 9 in base 10).

3. Teaching and Learning Activities

A. Introduction (5-10 minutes)

Teacher Activity: Begin with a brief recap of base 2 numbers and binary addition. Ask learners to convert a simple binary number (e.g., 1012) to base 10 and perform a simple binary addition (e.g., 112 + 102). This will activate prior knowledge essential for multiplication.

Student Activity: Learners participate in a quick question-and-answer session, providing answers to binary number conversions and additions.

B. Development (25-30 minutes)

Teacher Activity:

1. Introduce the concept of binary multiplication by drawing an analogy to base 10 long multiplication.

2. Present the simple binary multiplication table (0x0, 0x1, 1x0, 1x1) on the board and ensure learners understand it.

3. Work through Example 1 (102 x 102) on the board, explaining each step clearly: partial product generation and binary addition. Emphasize the alignment of partial products.

4. Guide learners through Example 2 (112 x 102), asking them to predict steps and encouraging them to explain their reasoning.

5. Demonstrate Example 3 (112 x 112) with a strong focus on the binary addition step where carries are involved, writing out the addition step by step if necessary.

6. Address common misconceptions, particularly errors in binary addition (e.g., confusing 1+1=2 with 1+1=102).

Student Activity:

1. Learners actively observe the teacher's demonstrations, copy notes and worked examples into their notebooks.

2. Participate in guided questions, attempting to solve parts of the examples on their own before the teacher reveals the full solution.

3. Ask clarifying questions when encountering difficulties.

C. Guided Practice (10-15 minutes)

Teacher Activity: Distribute scaffolded practice questions. Circulate around the classroom, monitoring student progress, providing individual assistance, and correcting errors as they occur. Encourage peer-to-peer learning.

Student Activity: Learners work on the provided guided practice questions individually or in small groups. They discuss methods and solutions, seeking clarification from the teacher or peers.

D. Conclusion (5 minutes)

Teacher Activity: Summarize the main steps of binary multiplication. Ask a few learners to orally state the process. Connect the lesson back to the importance of binary operations in technology. Assign independent practice as homework.

Student Activity: Learners listen to the summary and prepare for independent practice.

4. Guided Practice (With Solutions)

Instructions: Multiply the following binary numbers. Show all your steps clearly.

Question 1: Multiply 102 by 102 Relates to: A device processes 102 tasks per second for 102 seconds.

Solution 1: ``` 102 x 102 ----- 002 (0 × 102) 1020 (1 × 102, shifted left) ----- 1002 ```

Commentary: This is a straightforward multiplication. The crucial step is understanding the shifting of the second partial product and then performing the binary addition correctly (0+0=0, 0+0=0, 0+1=1).

Question 2: Multiply 112 by 102 Relates to: A data block has 112 segments, and a system handles 102 such blocks.* *Solution

Teacher activity

Evaluation guide

Reference guide