3-5.mws
>
restart;
>
m:=[x,binomial(100,k)*x^(100-k)*(1-x)^k,x=0..1]:
>
plot({m$k=0..100},axes=none);
>