0% found this document useful (0 votes)
8 views3 pages

First Term Mathematics Exam Guide

Uploaded by

emmzydegreat01
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views3 pages

First Term Mathematics Exam Guide

Uploaded by

emmzydegreat01
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

SS1 FIRST TERM MATHEMATICS EXAMINATION

SECTION A: OBJECTIVE (20 Marks)


Attempt all questions.

1. Convert 245₈ to base 10


(a) 165 (b) 165₈ (c) 170 (d) 181

2. Convert 11001₂ to base 10


(a) 19 (b) 25 (c) 17 (d) 21

3. Convert 72₁₀ to base 2


(a) 1001000₂ (b) 110000₂ (c) 101010₂ (d) 100010₂

4. Evaluate log₁₀(1000)
(a) 2 (b) 3 (c) 1 (d) 4

5. Find log₁₀(0.1)
(a) 0 (b) −1 (c) 1 (d) −2

6. Simplify: 2⁴ × 2³
(a) 2⁷ (b) 2¹² (c) 8 (d) 16

7. Evaluate: 9⁻¹
(a) 1/3 (b) 1/9 (c) 3 (d) −9

8. Simplify: (3²)³
(a) 3⁵ (b) 3⁶ (c) 3⁹ (d) 9³

9. Evaluate: 16³ ÷ 16²


(a) 16⁵ (b) 16¹ (c) 16⁶ (d) 16⁰

10. Convert 45 to base 5


(a) 140₅ (b) 123₅ (c) 232₅ (d) 200₅

11. 17 mod 5 =
(a) 2 (b) 5 (c) 3 (d) 1

12. 23 mod 4 =
(a) 3 (b) 2 (c) 1 (d) 0

13. log₂(8)
(a) 2 (b) 3 (c) 4 (d) 1

14. Simplify: 2⁵ ÷ 2²
(a) 2² (b) 2³ (c) 2⁷ (d) 2¹⁰

15. Convert 125₁₀ to base 5


(a) 1000₅ (b) 100₅ (c) 500₅ (d) 10000₅

16. (5 × 7) mod 6 =
(a) 1 (b) 2 (c) 5 (d) 3

17. log₁₀(10000)
(a) 5 (b) 3 (c) 4 (d) 2

18. Convert 81₁₀ to base 3


(a) 10000₃ (b) 1000₃ (c) 1001₃ (d) 110₃

19. Simplify: 3⁻²


(a) 1/9 (b) 1/3 (c) −1/9 (d) 3²

20. (12 + 20) mod 7 =


(a) 5 (b) 6 (c) 4 (d) 0
SECTION B: THEORY (40 Marks)
Answer any FOUR questions.

1. (a) Convert 347₈ to base 10.


(b) Convert 93₁₀ to base 5.

2. (a) Evaluate log₁₀(500) + log₁₀(2).


(b) If log₁₀(2) = 0.3010 and log₁₀(3) = 0.4771, find log₁₀(12).

3. (a) Simplify: 2³ × 3² × 2⁴
(b) Evaluate: (4⁵ ÷ 4²)

4. (a) Convert 101101₂ to base 10.


(b) Convert 256₁₀ to base 2.

5. (a) Evaluate: (18 − 7) mod 5


(b) Find the remainder when 213 is divided by 11 using modular arithmetic.

6. (a) Simplify: (2² × 5³) ÷ 10²


(b) Solve: log₁₀(x) = 2.5

Common questions

Powered by AI

To solve log10(x) = 2.5, you express this in exponential form as x = 10^2.5. This implies that x is equal to 316.227766, meaning that 10 raised to the power of 2.5 equals approximately 316.227. This demonstrates the inverse relationship between logarithms and exponentiation .

The simplified form of 9^(-1) is 1/9. This illustrates the concept of negative exponents, which states that a negative exponent indicates the reciprocal of the base raised to the absolute value of the power .

Dividing 213 by 11, we get a quotient of 19 with a remainder of 4, thus 213 mod 11 = 4. This example illustrates the division in modular systems, emphasizing that the operation focuses on the remainder, a key element in number theory and its application for periodicity .

To convert the number 125 from base 10 to base 5, divide 125 by 5, which gives the quotient 25 and remainder 0. Then divide 25 by 5 to get quotient 5 and remainder 0. Lastly, divide 5 by 5 to get quotient 1 with remainder 0, finishing with quotient 0. Collecting all remainders from last to first, the result is 1000 in base 5. This method systematically reduces each part representing a power of 5 from the highest place value downwards .

Converting binary 101101 to decimal: calculate each binary digit times 2 raised to its positional exponent. So, 1×2^5 + 0×2^4 + 1×2^3 + 1×2^2 + 0×2^1 + 1×2^0 = 32 + 0 + 8 + 4 + 0 + 1 = 45 in decimal. Understanding binary systems is crucial in computing since computers use binary language, making it foundational for programming and digital architecture .

The conversion of the number 347 from base 8 to base 10 involves multiplying each digit by 8 raised to the power of its position (starting from 0 from the right). Thus, 347 in base 8 is calculated as: 3*(8^2) + 4*(8^1) + 7*(8^0) = 192 + 32 + 7 = 231 in base 10. This process reflects an understanding of place value in different bases, which is fundamental in number systems .

Evaluating 2^5/2^7 uses the quotient of powers principle, which simplifies as 2^(5-7) = 2^(-2), resolving to 1/4. This illustrates the rule that when dividing like bases, subtract the exponents, and how negative exponents result in fractions .

To evaluate (4^5)/(4^2), apply the quotient of powers property, which states that you subtract exponents when dividing like bases: 4^(5-2) = 4^3 = 64. This shows the property that division of powers with the same base leads to subtracting their exponents .

Given that log10(12) can be expressed as log10(2 × 2 × 3), by using the property of logarithms log(ab) = log a + log b, it becomes 2*log10(2) + log10(3). Substituting the given values: 2*0.3010 + 0.4771 = 0.6020 + 0.4771 = 1.0791. This demonstrates the property of logarithms where multiplication inside the log translates to addition outside .

When 23 is divided by 4, the result is 5 with a remainder of 3. Therefore, 23 mod 4 = 3. This illustrates the fundamental principle of modular arithmetic, which deals with remainders after division .

You might also like