Electronics - Arithmetic Operations and Circuits - Discussion

Discussion Forum : Arithmetic Operations and Circuits - General Questions (Q.No. 1)
1.
When 1100010 is divided by 0101, what will be the decimal remainder?
2
3
4
6
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
9 comments Page 1 of 1.

Sahil said:   2 years ago
1100010 in decimal will be--->98.
0101 in decimal will be ---> 5.

Hence, the remainder will be--->3.

Lohitha said:   7 years ago
19*5 is 95 and the remainder is 3.

Ambi said:   9 years ago
98 divided by 5 in 19 times. Remainder 3 this 3 not divided 5. So the answer is 3.

Joe said:   9 years ago
98 divided by 5 is 19.6? then how it becomes 3?

Arya said:   9 years ago
This question is solved by the method of binary to decimal conversion.
i.e. Binary has a base 2 and to convert it to decimal, please follow the method.

Suppose 110100 would be like
1*(2^6) + !*(2^5) + 0*(2^4) + 0*(2^3) + 1*(2^1) + 0*(2^0) = 98.
From right to left raise the power like 2 raised to 0 then 2 raised to 1 etc.
Similarly 0101=5.
98/5 leaves us a remainder 3.
So the answer is 3.

Komal said:   10 years ago
Could you please elaborate?

Indira said:   1 decade ago
(95+3 or 98)/5 = 19, and 3 remainder.

Jack said:   1 decade ago
Please explain.

Nithesh said:   1 decade ago
1100010 in decimal=98
o1o1 in decimal=5
hence rem=3

Post your comments here:

Your comments will be displayed after verification.