asked 201k views
4 votes
Expand 8EFsixteen in powers. Use the decimal values of any digits unique to the hexadecimal system.

1 Answer

4 votes

Answer:

8EFsixteen = (8 * 16^2) + (14 * 16^1) + (15 * 16^0)

= (8 * 256) + (14 * 16) + (15 * 1)

= 2048 + 224 + 15

= 2287

Explanation:

E correlates to 14

F correlates to 15

answered
User Mephane
by
9.0k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.