Take the binary, octal, decimal, and hex representations of your number from last class. Perform the following operations on each of them and show your work.
For the binary number: Add 110101.
For the octal number: Subtract 177.
For the decimal number: Multiply by 21 and convert your answer to hexadecimal.
For the hex number: Divide by 2A. Express your answer in the form of a quotient and remainder (x R y).
Jasmine
MY DECIMAL NUMBER: 754
1.BINARY: 1011110010
1011110010
+ 110101
= 1100100111
2.Octal :1362
1362
- 177
= 1163
3.Multiply by 21 and convert your answer to hexadecimal
754*21=15834
hexadecimal=3DDA
4. DECIMAL NUMBER: 754 devided by 2A=(42)
754/42=17R40