asked 135k views
5 votes
Hexadecimal numbers to decimal (base-10) numbers. 51) 4D 53.) BC2​

asked
User Jscoot
by
7.6k points

1 Answer

4 votes

In hexadecimal/base-16, we have B₁₆ = 11, C₁₆ = 12, and D₁₆ = 13, so

4D₁₆ = 4 × 16¹ + 13 × 16⁰ = 77

and

BC2₁₆ = 11 × 16² + 12 × 16¹ + 2 × 16⁰ = 3010

answered
User Akhil V Suku
by
7.9k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.