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

What is the sum of the interior angles of a hexagon?

View Question

What is the value of log₃(27)?

View Question

If a:b = 5:7 and b:c = 6:11, what is a:c?

View Question

What is the sum of all even numbers between 1 and 50?

View Question

If sin(A) = 1/2 and A is acute, what is the value of A?

View Question

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

View Question

What is the cube root of 729?

View Question

If the sum of three consecutive integers is 72, what are the integers?

View Question

The probability of rolling a sum of 7 with two dice is:

View Question

What is the HCF of 48 and 180?

View Question