I am using 'R' to draw the graph : par(mfrow=c(2,2)) graph(10,0.05) graph(20,0.05) graph(50,0.05) graph(200,0.05) How can i comment on the graphs? Does it " as number of trials increases, probability of getting the zero success decreases" ?