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

If x + y = 10 and xy = 21, what is the value of x³ + y³?

View Question

If the perimeter of a square is 36 cm, what is the length of its diagonal?

View Question

A car travels 240 km in 4 hours. What is its average speed?

View Question

If the probability of an event is 1/4, what is the probability of its complement?

View Question

If x^2 - 5x + 6 = 0, what are the roots?

View Question

A man rows downstream at 6 km/h and upstream at 4 km/h. What is the speed of the stream?

View Question

If x + 1/x = 5, what is the value of x^2 + 1/x^2?

View Question

If x:y = 2:3 and z:y = 4:3, what is x:z?

View Question

If x^2 + 4x + 4 = 0, what is the value of x?

View Question

If x = 2 and y = 3, what is the value of (x^2 + y^2)?

View Question