Correct option is A
To solve the problem, we need to convert
(19)16 (a number in hexadecimal or base-16) into different bases and match it with the options given.
Step 1: Convert (19)16
to decimal (base 10)The number
19 in hexadecimal (base 16) can be converted to decimal by expanding the number using powers of 16:
(19)16=(1×161)+(9×160)
=16+9=25
So,
(19)16 is
25 in decimal.
Step 2: Check which of the options are equivalent to 25 in decimal:A. (11001)2
(Binary)To check if
(11001)2 equals 25 in decimal, convert it to decimal:
(11001)2=(1×24)+(1×23)+(0×22)+(0×21)+(1×20)
=16+8+0+0+1=25
So,
(11001)2=25 in decimal.
B. (201)3
(Ternary)To check if
(201)3 equals 25 in decimal, convert it to decimal:
(201)3=(2×32)+(0×31)+(1×30)
=2×9+0×3+1×1
=18+0+1
=19
So,
(201)3=25 in decimal.
C. (121)4
(Quaternary)To check if
(121)4 equals 25 in decimal, convert it to decimal:
(121)4=(1×42)+(2×41)+(1×40)
=1×16+2×4+1×1
=16+8+1
=25
So,
(121)4=25 in decimal.
D. (101)5 (Quinary)To check if
(101)5 equals 25 in decimal, convert it to decimal:
(101)5=(1×52)+(0×51)+(1×50)
=1×25+0×5+1×1
=25+0+1
=26
So,
(101)5=25 in decimal.
E. (25)10
(Decimal)This is already in decimal form, so
(25)10=25.
Step 3: ConclusionThe numbers
(11001)2,(121)4 and
(25)10 are equivalent to
(19)16.
Thus, the correct answer is:
(a) A, C and E only.Information Booster:
1. Binary (Base-2): Uses digits 0 and 1, with each digit representing increasing powers of 2.
2. Ternary (Base-3): Uses digits 0, 1 and 2, with each digit representing increasing powers of 3.
3. Quaternary (Base-4): Uses digits 0 to 3, with each digit representing increasing powers of 4.
4. Quinary (Base-5): Uses digits 0 to 4, with each digit representing increasing powers of 5.