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

A train 150 m long passes a pole in 15 seconds. What is its speed?

View Question

The LCM of two numbers is 60, and their HCF is 5. If one of the numbers is 20, what is the other number?

View Question

If two complementary angles differ by 30°, what are the angles?

View Question

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

View Question

What is the remainder when 5^100 is divided by 3?

View Question

What is the value of x if log(x) + log(4) = log(32)?

View Question

What is the sum of the first 20 odd numbers?

View Question

If x^3 - 3x^2 + 4 = 0, what is one root of the equation?

View Question

What is the area of a circle with a diameter of 14 cm?

View Question

A car covers a distance of 150 km in 2.5 hours. What is its average speed?

View Question