Computer Science, asked by vivekpatel2354, 11 months ago

Convert (52) 16 into its decimal equivalent​

Answers

Answered by sahkuldip625
4

Answer:

82

Explanation:

To convert a hexadecimal number to decimal number:

161 * 5 + 160 * 2 = 80 + 2 = 82

Hence, the decimal equivalent is 82.

please mark as brainliests

Answered by ishwaryam062001
0

Answer:

The decimal equivalent of (52)16 is 82.

Explanation:

From the above question,

They have given :

To convert the hexadecimal number (52)16 to its decimal equivalent, we can use the following formula:

The decimal equivalent of a number is the representation of that number in the decimal (base-10) number system. In the decimal number system, each digit in a number represents a power of 10, and the value of the number is obtained by summing up the products of each digit and its corresponding power of 10. For example, the decimal number 123 is equivalent to 1 x 10^2 + 2 x 10^1 + 3 x 10^0, which has a value of 123.

(52)16 = 5 x 16^1 + 2 x 16^0

= 5 x 16 + 2 x 1

= 82

So, the decimal equivalent of (52)16 is 82.

Decimals are a way of writing numbers that have fractions in them. The decimal equivalent of a number is the numeric representation of the fraction part of the number. For example, the decimal equivalent of 3/4 is 0.75.

The decimal equivalent of (52)16 is 82.

For more such related questions : https://brainly.in/question/29480216

#SPJ3

Answered by syed2020ashaels
0

Answer:

82

Explanation:

To convert a hexadecimal number to decimal number:

161 * 5 + 160 * 2 = 80 + 2 = 82

Hence, the decimal equivalent is 82.

The hexadecimal numeral system, often known as base-16 or just hex, is a positional numeral system used in mathematics and computing that uses a radix (base) of 16 to represent integers. Hexadecimal uses 16 different symbols as opposed to the decimal system's 10 symbols, with the most common being "0"-"9 to represent values 0 to 9 and "A"-"F" (or alternatively "a"-"f") to represent values 10 to 15.

Hexadecimal numbers are frequently used by software engineers and system designers because they offer a human-friendly representation of binary-coded data. Four bits (binary digits), usually referred to as a nibble, are represented by each hexadecimal numeral (or nybble). An 8-bit byte, for instance, can have values in binary notation that range from 00000000 to 11111111, which is readily represented as 00 to FF in hexadecimal.

See more:

https://brainly.in/question/2116892

#SPJ3

Similar questions