Problem 237. Half?
If you toss an even number (x) of coins, what is the probability (y) of 50% head and 50% tail?
Solution Stats
Problem Comments
-
2 Comments
binopdf(x/2,x,0.5) should yield the smallest solution. However, binopdf gets hung up on the input type. Does anyone know why?
the function you try to use belongs to the Statistics Toolbox, on cody it is only allowed to use Matlab alone, without toolboxes.
Read the notes on the right side in this link:
http://www.mathworks.de/matlabcentral/about/cody/#contribute_problems
Solution Comments
Show commentsProblem Recent Solvers233
Suggested Problems
-
Number of 1s in the Binary Representation of a Number
444 Solvers
-
Return unique values without sorting
925 Solvers
-
Arrange vector in ascending order
775 Solvers
-
Implement simple rotation cypher
1065 Solvers
-
Create a vector whose elements depend on the previous element
680 Solvers
More from this Author100
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!