hexadecimalWe usually write numbers in decimal form (or base 10), meaning numbers arecomposed using 10 different “digits” f0; 1; : : : ; 9g. Sometimes though it is useful to write numbers hexadecimal or base 16. Now there are 16 distinct digits that can be used to form numbers: f0; 1; : : : ; 9;A; B; C;D; E; Fg. So for example, a 3 digit hexadecimal number might be 2B8. (a) How many 2-digit hexadecimals are there in which the first digit is E or F? Explain your answer in terms of the additive principle (using either events or sets). (b) Explain why your answer to the previous part is correct in terms of the multiplicative principle (using either events or sets). Why do both the additive and multiplicative principles give you the same answer? (c) How many 3-digit hexadecimals start with a letter (A-F) and end with a numeral (0-9)? Explain. (d) How many 3-digit hexadecimals start with a letter (A-F) or end with a numeral (0-9) (or both)? Explain.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 21PE
icon
Related questions
icon
Concept explainers
Question
100%

hexadecimalWe usually write numbers in decimal form (or base 10),
meaning numbers arecomposed using 10 different “digits” f0; 1; : : : ; 9g.
Sometimes though it is useful to write numbers hexadecimal or base
16. Now there are 16 distinct digits that can be used to form numbers:
f0; 1; : : : ; 9;A; B; C;D; E; Fg. So for example, a 3 digit hexadecimal
number might be 2B8.
(a) How many 2-digit hexadecimals are there in which the first digit
is E or F? Explain your answer in terms of the additive principle
(using either events or sets).
(b) Explain why your answer to the previous part is correct in terms
of the multiplicative principle (using either events or sets). Why
do both the additive and multiplicative principles give you the
same answer?
(c) How many 3-digit hexadecimals start with a letter (A-F) and end
with a numeral (0-9)? Explain.
(d) How many 3-digit hexadecimals start with a letter (A-F) or end
with a numeral (0-9) (or both)? Explain.

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps

Blurred answer
Knowledge Booster
Operators
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr