Line 1: Line 1:
1. How many bitstrings of length 10 have exactly 4 zeros?
+
=[[Midterm Practice Questions|Midterm practice]] question, [[MA453]], Spring 2009, [[user:walther|Prof. Walther]]
  
 +
How many bitstrings of length 10 have exactly 4 zeros?
 +
----
 
We know that every bitstring has exactly 4 zeros, meaning that it also has exactly 6 ones.  So, I think that the solution to this problem would be to find the number of ways that 4 zeros can be placed into 10 spaces and then 6 ones placed into the remaining 6 spaces.
 
We know that every bitstring has exactly 4 zeros, meaning that it also has exactly 6 ones.  So, I think that the solution to this problem would be to find the number of ways that 4 zeros can be placed into 10 spaces and then 6 ones placed into the remaining 6 spaces.
  
Line 14: Line 16:
  
 
C(10,4)*C(6,6) = (10!/(4!*6!))*(6!/(0!*6!)) = (7*8*9*10)/(1*2*3*4) * 1 = 5040/24 = 210 --[[User:Msstaffo|Msstaffo]] 21:52, 9 March 2009 (UTC)
 
C(10,4)*C(6,6) = (10!/(4!*6!))*(6!/(0!*6!)) = (7*8*9*10)/(1*2*3*4) * 1 = 5040/24 = 210 --[[User:Msstaffo|Msstaffo]] 21:52, 9 March 2009 (UTC)
 +
----
 +
[[Midterm Practice Questions|Back to midterm practice questions]]
 +
 +
[[MA453_(WaltherSpring2009)|Back to MA453 Spring 2009 Prof. Walther]]
  
[[Midterm Practice Questions]]
 
 
[[Category:MA375Spring2009Walther]]
 
[[Category:MA375Spring2009Walther]]

Revision as of 17:35, 22 October 2010

=Midterm practice question, MA453, Spring 2009, Prof. Walther

How many bitstrings of length 10 have exactly 4 zeros?


We know that every bitstring has exactly 4 zeros, meaning that it also has exactly 6 ones. So, I think that the solution to this problem would be to find the number of ways that 4 zeros can be placed into 10 spaces and then 6 ones placed into the remaining 6 spaces.

So, placing 4 indistinguishable objects (zeros) into 10 spaces:

C(10,4)

And, placing 6 indistinguishable objects (ones) into the remaining 6 spaces:

C(6,6)

Gives us

C(10,4)*C(6,6) = (10!/(4!*6!))*(6!/(0!*6!)) = (7*8*9*10)/(1*2*3*4) * 1 = 5040/24 = 210 --Msstaffo 21:52, 9 March 2009 (UTC)


Back to midterm practice questions

Back to MA453 Spring 2009 Prof. Walther

Alumni Liaison

Questions/answers with a recent ECE grad

Ryne Rayburn