how to multiply1111X101 in base 2 binary

2 answers

1111 * 101
(1*2^3+1*2^2+1*2^1+1*2^0)*(1*2^2+0*2^1+1*2^0) = (8+4+2+1)*(4+0+1)
= (15) * (5) = 75
Correction: You probably want the multiplication done without converting to base 10. I can't show it clearly here
But it is long-hand multiplication.

1111
0101

0011110
0111100
1001011= Product = 75 base 10.
Similar Questions
  1. What type of numbering system is binary?(1 point) Responses base 2 with only 0s and 1s base 2 with only 0s and 1s base 3 with
    1. answers icon 1 answer
    1. answers icon 1 answer
  2. What type of numbering system is binary?(1 point) Responses base 2 with only 0s and 1s base 2 with only 0s and 1s base 3 with
    1. answers icon 1 answer
  3. Question 2a.What is a Binary Number System? c.What is Binary to Decimal Conversion? d.How to Convert Binary to Decimal
    1. answers icon 1 answer
more similar questions