Question

3.) will use b = 5 c = 25. Recall, a number expressed in base b...

3.) will use b = 5 c = 25. Recall, a number expressed in base b is a sequence of digits e.g. d3 d2 d1 d0 where each of the digits is between 0 and b-1. The value of d3 d2 d1 d0 would be d3 × b3 + d2 × b2 +d1 × b1 +d0 × b0 . In the case where b is bigger than 10, some of the digits will be letters. For example, if b is 16 then 10 is represented by 'A', 11 by 'B' and so on through 15 which is represented by 'F'. We can do the same thing for bigger values of b, for example in base 32 the digit for 31 is 'V', in base 25 the digit for 24 is 'O' (that's an "Oh" not a zero) and in base 27 the digit for 26 is Q. In all the questions below you should mentally "copy replace" any occurrence of b or c by your actual values! a) Explain briefly how we can easily convert a number from base b to base c. b) Explain briefly how we can easily convert a number from base c to base b. c) Convert the base 10 number 987 to base b. Use the method of filling in digits from the left, as we did in lecture. Show work. d) Convert the base b number from the previous question to base c, using the "easy method" from Part a. Show work. e) Convert the base c number from the previous question back to base b, using the easy method from Part b. Show work. f) In what format did I deliver the lecture on RSA?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

c=85 h=5 Coor base. b base a from کر ) 5 (3 بام ) - )to کرده (13) 18 (3) - 862 3 +ایہا کد( )د(23) داده در من) 6 - 31 در ) ا ک6 from base c base b Egi- (oblas → () first convert ( 225 ورز) - (05 Cobles →io ( 24%a58419 x25°) nő (674), (617) 10 ( .05 51

Add a comment
Know the answer?
Add Answer to:
3.) will use b = 5 c = 25. Recall, a number expressed in base b...
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
  • In the base conversion problem, the task to be performed is to convert the number of base n to decimal. The base of num...

    In the base conversion problem, the task to be performed is to convert the number of base n to decimal. The base of number can be anything such that all digits are represented using 0 to 9 and A to Z. Value of A is 10, Value for B is 11 and so on. So, write a program to convert a number to decimal Example: Input number is given as string and the output is an integer. Input Output Input...

  • (3 pts) Consider an unsigned fixed point decimal (Base10) representation with 8 digits, 5 to the...

    (3 pts) Consider an unsigned fixed point decimal (Base10) representation with 8 digits, 5 to the left of the decimal point and 3 to the right. a.      What is the range of the expressible numbers?    b.      What is the precision?    c.       What is the error?    ______________________________________________________________________________   (3 pts) Convert this unsigned base 2 number, 1001 10112, to each base given below   (Note: the space in the binary string is purely for visual convenience) Show your work. Using...

  • Please I need help with this c++ code. please show all steps , write comments and...

    Please I need help with this c++ code. please show all steps , write comments and show sample runs. Thank you. 1. The Federal Bureau of Investigation (FBI) has recently changed its Universal Control Numbers (UCN) for identifying individuals who are in the FBI's fingerprint database to an eight-digit base 27 value with a ninth check digit. The digits used are: 0123456789ACDE FHJKLMNPRTVWX Some letters are not used because of possible confusion with other digits: B->8, G->C, I- >1, 0->0,...

  • (a) Hexadecimal numbers are numbers in base 16. They use the following sixteen digits: 0, 1,...

    (a) Hexadecimal numbers are numbers in base 16. They use the following sixteen digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. They are widely used in com- puting, for example, to represent colors or network addresses of computers. i. Convert A2F1316 to decimal. Show your work. ii. Convert 456710 into hexadecimal. Show your work. iii. Convert 00010101100011002 to hexadecimal. Explain how can you use the fact that 16 = 24 ?...

  • convert the number to the other base a. 253 base 10 to base 8 b. 98...

    convert the number to the other base a. 253 base 10 to base 8 b. 98 base 10 to base 3 c. 1340 base 10 to base 16 d. AB base 16 to base 8 e. 111010 base 2 to base 16 f. 1010101 base 2 to base 6 g. 69 base 10 to base 2 h. 1023 base 10 to base 2 answer this one^ but if possible please answer this one too Add and show all work a....

  • *In JAVA please* Tasks This lab has two parts: Write a recursive method that converts a...

    *In JAVA please* Tasks This lab has two parts: Write a recursive method that converts a decimal number to a different base number system. Print out the results after testing your method on a few different inputs. Task 1 – Recursive Method Create a recursive method that returns a given number converted from base ten to a given other base number system ranging from two to thirty-six. A decimal number, or base ten number, can be expressed in any other...

  • Use the following information to answer the next two questions Four histograms are displayed below. 2 0 1 2 345 67 89 10 0 2 45 6 789 10 123 4 5 6789 10 0 1 2 34 5 6 7 8 9 10 0 Match the description...

    Use the following information to answer the next two questions Four histograms are displayed below. 2 0 1 2 345 67 89 10 0 2 45 6 789 10 123 4 5 6789 10 0 1 2 34 5 6 7 8 9 10 0 Match the description to the appropriate histogram. A distribution for the second to last digit of phone numbers sampled from students in a class (i.e., for the phone number 968-9667, the second to last digit...

  • Program is for an Arduino 1. Add the letters “A”, “b”, “c”, “d”, “E”, “F” to...

    Program is for an Arduino 1. Add the letters “A”, “b”, “c”, “d”, “E”, “F” to your homework program. Continually display “0123”, “4567”, “89Ab”, “cdEF” with a one second delay between each one. HINT: Expand pickNumber() to use numbers 10-15 (a-f in hex). Create new functions for a-f. (THIS IS THE CODE FROM THE HOMEWORK) /*************************************** name:Stopwatch function: you can see the number increases by one per second on the 4-digit 7-segment display. ***********************************/ //Email:[email protected] //Website:www.sunfounder.com /**************************************/ #include //the pins...

  • 7. + 1/5 points | Previous Answers StatsByLO1 8.12.010.CHDS. The table shows the number of students...

    7. + 1/5 points | Previous Answers StatsByLO1 8.12.010.CHDS. The table shows the number of students who major in each of the following physical sciences at a university. Freshman Sophomore Physics Chemistry 12 8 12 | 15 20 56 55 Earth Science Astronomy 11 17 9 / 11 4 14 5 29 29 71 Total 48 50 49 64 211 Junior Senior Total (a) What type of data are given in the table? discrete continuous (b) What level of measurement...

  • 2.4 Recall from class that MATLAB uses standard (IEEE) double-precision floating point notation: 52 bits 11...

    2.4 Recall from class that MATLAB uses standard (IEEE) double-precision floating point notation: 52 bits 11 bits where each bit b Any Number- +/- (1.bbb...bbb)2 x 2 (bbb..bb2 102310 represents the digit 0 or 1. That is, the mantissa is always assumed to start with a 1, with 52 bits afterwards, and the exponent is an eleven bit integer (from 000..001 to 111...110) biased by subtracting 1023 Well, in "my college days" the standard was single-precision floating point notation in...

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