Electronics Engineering  ·  Level 6
Electronics Engineering Mathematics I
Chapter 1: Apply number systems
📚 10 Topics
What you will be able to do

By the end of this chapter, you will be able to:

  • perform calculations with different types of numbers correctly using the right mathematical concepts
  • carry out arithmetic operations on integers accurately and confidently
  • solve mathematical problems by applying the appropriate concepts correctly

Mastering these skills will help you handle essential electronics engineering calculations with confidence and precision in your future work.

Apply number systems is fundamental in electronics engineering where precise numerical manipulation underpins circuit design, signal processing, and data representation. Kenyan electronics professionals regularly convert and approximate numbers to match hardware constraints and software algorithms. Mastery of number types and their operations ensures accuracy in measurements, coding, and system optimization.

1.1 Types of numbers

This section covers essential number types and rounding techniques frequently used in electronics engineering calculations, including rounding to various place values, whole, odd, even, and prime numbers, as well as ratio and proportion.

1.1.1 Rounding off numbers to the nearest tens

Rounding numbers to the nearest tens is a common approximation method in electronics when dealing with signal levels, resistor values, or voltage measurements. The rounding process simplifies numbers to make calculations manageable while retaining acceptable accuracy.

The general rule for rounding to the nearest tens is:

$$ \text{Rounded value} = 10 \times \text{round}(\frac{\text{Original number}}{10}) $$

Worked Examples

Example 1: A voltage reading is 237 V. Round to the nearest tens.

Given: Original number = 237 V

$$ \text{Rounded value} = 10 \times \text{round}(\frac{237}{10}) $$

$$ = 10 \times \text{round}(23.7) $$

$$ = 10 \times 24 $$

$$ = 240 \text{ V} $$

Answer: 240 V

Example 2: A resistor value is measured as 164 Ω. Round to the nearest tens.

Given: Original number = 164 Ω

$$ \text{Rounded value} = 10 \times \text{round}(\frac{164}{10}) $$

$$ = 10 \times \text{round}(16.4) $$

$$ = 10 \times 16 $$

$$ = 160 \text{ Ω} $$

Answer: 160 Ω

Example 3: An electronic component's capacitance is 1258 pF. Round to the nearest tens.

Given: Original number = 1258 pF

$$ \text{Rounded value} = 10 \times \text{round}(\frac{1258}{10}) $$

$$ = 10 \times \text{round}(125.8) $$

$$ = 10 \times 126 $$

$$ = 1260 \text{ pF} $$

Answer: 1260 pF

Example 4: A current measurement is 49.3 mA. Round to the nearest tens.

Given: Original number = 49.3 mA

$$ \text{Rounded value} = 10 \times \text{round}(\frac{49.3}{10}) $$

$$ = 10 \times \text{round}(4.93) $$

$$ = 10 \times 5 $$

$$ = 50 \text{ mA} $$

Answer: 50 mA

Example 5: A power rating is 935 W. Round to the nearest tens.

Given: Original number = 935 W

$$ \text{Rounded value} = 10 \times \text{round}(\frac{935}{10}) $$

$$ = 10 \times \text{round}(93.5) $$

$$ = 10 \times 94 $$

$$ = 940 \text{ W} $$

Answer: 940 W

1.1.2 Rounding off numbers to the nearest hundreds, thousands, millions and billions

In electronics engineering, rounding to larger place values is useful for estimating costs, large data sizes, or power ratings where exact precision is unnecessary. The rounding rule generalizes as:

$$ \text{Rounded value} = \text{Place value} \times \text{round}(\frac{\text{Original number}}{\text{Place value}}) $$

where the place value can be 100, 1000, 1,000,000, or 1,000,000,000.

Worked Examples

Example 1: A budget estimate for a project is Ksh 243,567. Round to the nearest hundreds.

Given: Original number = 243,567 Ksh, Place value = 100

$$ \text{Rounded value} = 100 \times \text{round}(\frac{243,567}{100}) $$

$$ = 100 \times \text{round}(2435.67) $$

$$ = 100 \times 2436 $$

$$ = 243,600 \text{ Ksh} $$

Answer: 243,600 Ksh

Example 2: A data transfer volume is 1,345,789 bytes. Round to the nearest thousands.

Given: Original number = 1,345,789 bytes, Place value = 1000

$$ \text{Rounded value} = 1000 \times \text{round}(\frac{1,345,789}{1000}) $$

$$ = 1000 \times \text{round}(1345.789) $$

$$ = 1000 \times 1346 $$

$$ = 1,346,000 \text{ bytes} $$

Answer: 1,346,000 bytes

Example 3: An energy consumption value is 12,345,678 Wh. Round to the nearest millions.

Given: Original number = 12,345,678 Wh, Place value = 1,000,000

$$ \text{Rounded value} = 1,000,000 \times \text{round}(\frac{12,345,678}{1,000,000}) $$

$$ = 1,000,000 \times \text{round}(12.345678) $$

$$ = 1,000,000 \times 12 $$

$$ = 12,000,000 \text{ Wh} $$

Answer: 12,000,000 Wh

Example 4: A country's total internet users are 45,678,912. Round to the nearest millions.

Given: Original number = 45,678,912 users, Place value = 1,000,000

$$ \text{Rounded value} = 1,000,000 \times \text{round}(\frac{45,678,912}{1,000,000}) $$

$$ = 1,000,000 \times \text{round}(45.678912) $$

$$ = 1,000,000 \times 46 $$

$$ = 46,000,000 \text{ users} $$

Answer: 46,000,000 users

Example 5: The total revenue of a tech firm is Ksh 2,345,678,912. Round to the nearest billions.

Given: Original number = 2,345,678,912 Ksh, Place value = 1,000,000,000

$$ \text{Rounded value} = 1,000,000,000 \times \text{round}(\frac{2,345,678,912}{1,000,000,000}) $$

$$ = 1,000,000,000 \times \text{round}(2.345678912) $$

$$ = 1,000,000,000 \times 2 $$

$$ = 2,000,000,000 \text{ Ksh} $$

Answer: 2,000,000,000 Ksh

1.1.3 Whole numbers

Whole numbers are the set of non-negative integers including zero. In electronics, whole numbers represent quantities like count of components, digital signal levels, and discrete states.

The set of whole numbers is denoted as:

$$ \{0, 1, 2, 3, 4, \ldots \} $$

Worked Examples

Example 1: Count the number of LEDs in a circuit with 7 LEDs connected.

Given: Number of LEDs = 7

Since 7 is an integer and non-negative, it is a whole number.

Answer: 7 (whole number)

Example 2: Determine if 0 is a whole number in a digital counter.

Given: Counter value = 0

Zero is included in whole numbers.

Answer: 0 (whole number)

Example 3: Identify if -3 is a whole number in voltage level representation.

Given: Voltage level = -3 V

Negative integers are not whole numbers.

Answer: -3 is not a whole number

Example 4: Number of resistors required is 25.

Given: Number of resistors = 25

25 is a positive integer, hence a whole number.

Answer: 25 (whole number)

Example 5: Number of bits in a byte is 8.

Given: Bits = 8

8 is a whole number.

Answer: 8 (whole number)

1.1.4 Odd numbers

Odd numbers are integers not divisible by 2, important in digital logic design and addressing schemes where parity matters.

An integer \(n\) is odd if:

$$ n \mod 2 = 1 $$

Worked Examples

Example 1: Check if 17 is odd.

Given: \(n = 17\)

Calculate \(17 \mod 2 = 1\)

Answer: 17 is odd

Example 2: Check if 100 is odd.

Given: \(n = 100\)

Calculate \(100 \mod 2 = 0\)

Answer: 100 is not odd

Example 3: Check if 35 is odd.

Given: \(n = 35\)

Calculate \(35 \mod 2 = 1\)

Answer: 35 is odd

Example 4: Check if 0 is odd.

Given: \(n = 0\)

Calculate \(0 \mod 2 = 0\)

Answer: 0 is not odd

Example 5: Check if -9 is odd.

Given: \(n = -9\)

Calculate \(-9 \mod 2 = 1\) (modulus operation returns remainder)

Answer: -9 is odd

1.1.5 Even numbers

Even numbers are integers divisible by 2. Evenness is critical in digital systems for parity checks and data alignment.

An integer \(n\) is even if:

$$ n \mod 2 = 0 $$

Worked Examples

Example 1: Check if 24 is even.

Given: \(n = 24\)

Calculate \(24 \mod 2 = 0\)

Answer: 24 is even

Example 2: Check if 57 is even.

Given: \(n = 57\)

Calculate \(57 \mod 2 = 1\)

Answer: 57 is not even

Example 3: Check if -4 is even.

Given: \(n = -4\)

Calculate \(-4 \mod 2 = 0\)

Answer: -4 is even

Example 4: Check if 0 is even.

Given: \(n = 0\)

Calculate \(0 \mod 2 = 0\)

Answer: 0 is even

Example 5: Check if 99 is even.

Given: \(n = 99\)

Calculate \(99 \mod 2 = 1\)

Answer: 99 is not even

1.1.6 Prime number

Prime numbers are integers greater than 1 with only two positive divisors: 1 and itself. Prime numbers are important in cryptography and error detection algorithms in electronics.

An integer \(p\) is prime if:

  • \(p > 1\)
  • \(p\) has no divisors other than 1 and \(p\)

Worked Examples

Example 1: Check if 11 is prime.

Given: \(p = 11\)

Test divisors 2 to \(\sqrt{11} \approx 3.3\):

  • 11 mod 2 = 1
  • 11 mod 3 = 2

No divisor found.

Answer: 11 is prime

Example 2: Check if 15 is prime.

Given: \(p = 15\)

Test divisors 2 to \(\sqrt{15} \approx 3.87\):

  • 15 mod 2 = 1
  • 15 mod 3 = 0 (divisible)

Answer: 15 is not prime

Example 3: Check if 2 is prime.

Given: \(p = 2\)

Divisors: 1 and 2 only

Answer: 2 is prime

Example 4: Check if 1 is prime.

Given: \(p = 1\)

By definition, 1 is not prime.

Answer: 1 is not prime

Example 5: Check if 29 is prime.

Given: \(p = 29\)

Test divisors 2 to \(\sqrt{29} \approx 5.38\):

  • 29 mod 2 = 1
  • 29 mod 3 = 2
  • 29 mod 4 = 1
  • 29 mod 5 = 4

No divisor found.

Answer: 29 is prime

1.1.7 Ratio and proportions

Ratios and proportions express relationships between quantities, essential for scaling circuit parameters and signal levels.

A ratio is:

$$ \text{Ratio} = \frac{a}{b} $$

Two ratios \( \frac{a}{b} \) and \( \frac{c}{d} \) are in proportion if:

$$ \frac{a}{b} = \frac{c}{d} $$

Worked Examples

Example 1: Find the ratio of input voltage 12 V to output voltage 3 V.

Given: \(a = 12 \text{ V}, b = 3 \text{ V}\)

$$ \text{Ratio} = \frac{12}{3} = 4 $$

Answer: 4:1

Example 2: Check if ratios 8:12 and 2:3 are in proportion.

Given:

$$ \frac{8}{12} = \frac{2}{3} $$

Calculate:

$$ \frac{8}{12} = 0.6667 $$

$$ \frac{2}{3} = 0.6667 $$

Equal ratios.

Answer: Ratios are in proportion

Example 3: Find the missing value \(x\) if \( \frac{5}{x} = \frac{15}{9} \).

Given:

$$ \frac{5}{x} = \frac{15}{9} $$

Cross multiply:

$$ 5 \times 9 = 15 \times x $$

$$ 45 = 15x $$

$$ x = \frac{45}{15} = 3 $$

Answer: x = 3

Example 4: A transformer steps down voltage in ratio 10:1. If input voltage is 240 V, find output voltage.

Given: Ratio = 10:1, Input voltage = 240 V

$$ \frac{240}{V_o} = \frac{10}{1} $$

Cross multiply:

$$ 240 \times 1 = 10 \times V_o $$

$$ 240 = 10 V_o $$

$$ V_o = \frac{240}{10} = 24 \text{ V} $$

Answer: Output voltage = 24 V

Example 5: Two resistors are in ratio 3:5. If the total resistance is 40 Ω, find individual resistances.

Given: Ratio = 3:5, Total resistance = 40 Ω

Let resistors be \(3x\) and \(5x\).

$$ 3x + 5x = 40 $$

$$ 8x = 40 $$

$$ x = \frac{40}{8} = 5 $$

Resistances:

$$ 3x = 3 \times 5 = 15 \Omega $$

$$ 5x = 5 \times 5 = 25 \Omega $$

Answer: 15 Ω and 25 Ω

Practice Questions

  1. Round 467 V to the nearest tens. (2 marks)
  2. Round 1,234,567 bytes to the nearest thousands. (3 marks)
  3. Determine if the number 19 is prime. (3 marks)
  4. Check if -8 is even or odd. (2 marks)
  5. Find the missing value \(x\) if \(\frac{x}{4} = \frac{15}{20}\). (3 marks)
The rest of this chapter
🔒

Create a free account to open more of this chapter.

Free: practical guides, quick cards, workplace scenarios and more.

Create a free account
🔒1.2 Percentages

Percentages are fundamental in electronics engineering for calculating component tolerances, efficiency ratings, and signal variations. In Kenya’s electronics industry, accurate percentage calculations ensure quality control and cost efficiency, especially whe…

🔒1.3 Factors

In electronics engineering, factors are crucial when determining the divisibility of frequencies, signal harmonics, and component ratings. Kenyan engineers use factorization to simplify circuit analysis and optimize designs. Understanding factors also aids in…

🔒1.4 Divisibility Test

Divisibility tests are essential in electronics engineering for simplifying calculations involving frequency division, timing circuits, and digital signal processing. These tests help quickly determine if one number divides another without performing full divi…

🔒1.5 Least Common Multiple (LCM)

The Least Common Multiple (LCM) is vital in electronics for tasks such as synchronizing signals, scheduling processes, and designing multiplexers. It represents the smallest number divisible by all given numbers, helping to find common timing or frequency inte…

🔒1.6 Integers

In electronics engineering, integers are fundamental for representing digital signals, addressing memory locations, and performing arithmetic in programming microcontrollers. Understanding operations on integers and their order is crucial when designing algori…

🔒1.7 Fractions

Fractions are essential in electronics engineering calculations, especially when dealing with component values like resistors, capacitors, and inductors, which often require precise fractional representations. Mastery of fractions enables accurate interpretati…

🔒1.8 Decimals

Decimals are fundamental in electronics engineering calculations, especially when working with component values, measurements, and signal processing data in Kenya’s engineering projects. Precise decimal representation and manipulation are essential for accurac…

🔒1.9 Arithmetic operation

In electronics engineering, arithmetic operations on different number systems are fundamental for tasks such as digital signal processing, microcontroller programming, and circuit design. Kenyan electronics engineers often manipulate binary, octal, decimal, an…

🔒1.10 Squares and square roots

In electronics engineering, calculations involving squares and square roots are fundamental for analyzing circuit parameters such as power, impedance, and signal amplitude. Kenyan electronics engineers frequently apply these operations when dealing with resist…

Chapter Summary

This chapter introduced various types of numbers including whole, odd, even, and prime numbers, and covered rounding off to the nearest tens, hundreds, thousands, millions, and billions. It explained ratios and proportions as fundamental concepts for comparing quantities. The topic of percentages was explored through word problems involving natural numbers to build practical understanding. Factors of composite numbers and prime factors were examined, along with expressing factors in power form. Divisibility tests were used to determine the greatest common divisor (GCD) and its applications in real-life situations. The least common multiple (LCM) was defined, with examples of multiples and its practical uses. Integers were represented on the number line, and operations on integers were performed with attention to the order of operations and real-life applications. Fractions were studied in detail, including proper, improper, and mixed numbers, their conversions, comparisons, and operations, with examples related to everyday contexts. Decimals were linked to fractions, with discussions on recurring decimals, decimal places, standard form, and arithmetic operations involving decimals. Finally, arithmetic operations of addition, subtraction, multiplication, and division were practiced, followed by methods to calculate squares and square roots both manually and using calculators.

Self-Assessment

🔒 PDFDownload this self-assessment, with answers

Written Assessment

  1. Round off the number 46,782 to the nearest hundred. (2 marks)

  2. Find the ratio of electronic components in a batch if there are 120 resistors and 300 capacitors. Express the ratio in simplest form. (3 marks)

🔒18 more in this section.

Chapter Examination Questions

🔒 PDFDownload these examination questions, with model answers

SECTION A (40 Marks) - Answer ALL Questions

  1. Round off the number 7,845,329 to the nearest thousand in a calculation for electronic component inventory tracking at a Nairobi-based manufacturing firm. (4 marks)
  2. Identify whether the number 1,357 is odd or even and explain its significance in designing binary addressing schemes. (4 marks)
🔒18 more in this section.
Flashcards 20 cards Study deck ▾
Question
1

↻ Tap card to reveal answer
🔒

18 more in this section.

Create a free account
Test Yourself 17 questions Start quiz ▾
0%
0 / 2
🔒

15 more in this section.

Create a free account
Am I competent?

At the start of this chapter we promised you would be able to:

  • perform calculations with different types of numbers correctly using the right mathematical concepts
  • carry out arithmetic operations on integers accurately and confidently
  • solve mathematical problems by applying the appropriate concepts correctly

Tick each one you can genuinely do.

Prove it — in the simulator

Sample simulation — try how the simulator works. A version built for this chapter's practical is coming.

Prepare Kenyan PilauLocked ▸

Free: practical guides, quick cards, workplace scenarios and more.

Now — are you there yet?

You're competent when you can confidently do 50% or more of what this chapter promised.

Sign in to record how you're doing.