Homework Statement
During World War II, a hypothetical city laid out as a 10-by-10 grid of equal size blocks was hit by 200 randomly dropped bombs. Thus, the probability of any particular bomb hitting a specific city block was 1/100 and each block was hit by an average of 2 bombs. Find the...
correct me if I am wrong, but I think synchronous = reset is synced with clock, meaning it will restart on a positive or negative clock edge(depending on the flipflop). Asynchronous means the reset will be forced, regardless of where the clock is at the given moment.
Homework Statement
How many different bit strings can be formed using six 1s and eight 0s?
Homework Equations
C(n,r) = n!/(r!*(n-r)!)
The Attempt at a Solution
since there's six 1s and eight 0s there are 14 slots. So I'm guessing for the possible six 1s it would be C(14,6)...