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 probability of drawing an ace from a standard deck of 52 cards?

View Question

A cone has a base radius of 7 cm and height of 24 cm. What is its volume?

View Question

If the perimeter of a square is 40 cm, what is the area of the square?

View Question

If 2x = 16, what is the value of x?

View Question

The perimeter of a rectangle is 50 cm, and its length is 15 cm. What is its width?

View Question

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

View Question

If the radius of a circle is doubled, what happens to its area?

View Question

If log(100) = 2 and log(10) = 1, what is log(1000)?

View Question

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

View Question

A sum of money triples itself in 12 years at simple interest. What is the rate of interest per annum?

View Question