Computer Programming Binary
computer programming binary

How can you multiply 23 * 3 using the binary math (programming)?
Explain your steps! This is not the task, but will be in my contest. I need to understand the method please. I have an instructor who speaks w / an accent and I do not know where turn for help !!!!!! I tottally its !!!!! 1000101 OMG I learned in half an hour of binary math
http://www.math.grin.edu/ rebelsky/Courses/152/97F/Readings/student-binary.html ~ The answer is 1 * 1 * 1 = 1 0 = 0 0 * 1 = 0 23 = 10111 3 = 11 thus: 10111 * _____ _____ 11 11,101 11,101 10,111 1000000 * 11 = 1,000,000 23 * 3 = 69 69 = 1000000 I may be wrong, but I just read the tutorial and go.