| These #s are all wrong. Starting from Right, the value should be a 1 with an increase by factor of two as you move Left. Numbers shown equal 22, 19, and 29. Also, I figured out how you came up with first number (64 + 16 + 8) but that logic doesn't follow to the second number and I couldn't figure out how you came up with that value at all. The third number is (64+32+16+1) which means you skipped the value spots for 4 and 2. Plus answers should be in 8 bit length with leading zeros. For your answers to be correct they should be 88 (01011000), 63 (00011111), 113 (01110001). You need to spend some time to correct. |