Topic Details (Notes format)

How to Convert Between Different Number Bases

Subject: Mathematics

Book: Maths Mastery

Number systems like binary (base 2), octal (base 8), and hexadecimal (base 16) appear in computing, while decimal is base 10. To convert a decimal integer to binary, repeatedly divide by 2, gathering remainders. For example, 13 in binary is 1101. Reversely, sum place values 1×2³+1×2²+0×2¹+1×2⁰=8+4+0+1=13. Conversions among bases are vital in digital electronics, programming (memory addresses), or cryptographic systems. Mastering them fosters agility with computational tasks and fosters deeper understanding of how digital systems store and process numbers.

Practice Questions

The angles of a quadrilateral are in the ratio 3:4:5:6. What is the largest angle?

View Question

The sides of a triangle are 5 cm, 12 cm, and 13 cm. What type of triangle is it?

View Question

How many diagonals does a pentagon have?

View Question

If a cone has a radius of 5 cm and a height of 12 cm, what is its slant height?

View Question

The base of a triangle is 10 cm and its height is 6 cm. What is its area?

View Question

If a = 5 and b = 12, what is the length of the hypotenuse of a right triangle?

View Question

What is the sum of the first 20 odd numbers?

View Question

What is the value of log₃(27)?

View Question

What is the square root of 144?

View Question

What is the greatest common divisor (GCD) of 36 and 48?

View Question