Question
i need questions 2-6 done so i can see if my work is right
2 (3 points) Using Horners scheme, represent (evaluate the binary unsigned whole number 10011101 in decimal CAUTION: You wil
0 0
Add a comment Improve this question Transcribed image text
Answer #1

2.

10011101 in binary can be written as:

1*2^7 + 0*2^6 + 0*2^5 + 1*2^4  + 1*2^3 + 1*2^2 +0*2^1 + 1*2^0

i.e. (1*2^6 + 0*2^5 + 0*2^4 + 1*2^3 + 1*2^2 + 1*2^1 +0)2^1 + 1

On further simplification,

i.e. (((((((1)*2^1 + 0)*2^1 + 0)*2^1 + 1)*2^1 + 1)*2^1 + 1)*2^1 +0)*2^1 + 1

i.e. (((((((1)*2 + 0)*2 + 0)*2 + 1)*2 + 1)*2 + 1)*2 +0)*2 + 1

i.e. 157 in decimal

3.

14032 in base 6 can be written as:

1*6^4 + 4*6^3 + 0*6^2 + 3*6^1 + 2*6^0

i.e. (1*6^3 + 4*6^2 + 0*6^1 + 3)*6^1 + 2

i.e. ((((1)*6^1 + 4)*6^1 + 0)*6^1 + 3)*6^1 + 2

i.e. ((((1)*6 + 4)*6 + 0)*6 + 3)*6 + 2

i.e. 2180 in decimal

4.

Long Division:

Format is 2 |Dividend | Remainder

2|347|1

2|173|1

2|86 |0

2|43 |1

2|21 |1

2|10 |0

2|5 |1

2|2 |0

2|1 |1

Write the remainders from bottom to top: 101011011

347 is 101011011 in binary.

5.

101011011 can be written as 0001 0101 1011

0001 0101 1011 can be written as 15B in hex (0001 is 1 in hex, 0101 is 5, and 1011 is B)

6.

Long Division:

Format is 5 |Dividend | Remainder

5|347|2

5|69 |4

5|13 |3

5|2 |2

Write the remainders from bottom to top: 2342

347 is 2342 in base 5.

An up-vote/thumbs-up would be greatly appreciated!

Add a comment
Know the answer?
Add Answer to:
i need questions 2-6 done so i can see if my work is right 2 (3...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT