%5 c)
n = 5;
p = 0.3;
k = 2;
N = 1e5;
% Probablidade de Simula��o


figure(1);
bar(1:6,prob, 'b')

figure(2);
histogram(prob,5)