probability2

probability2.

 

 typed answers with explanation either in doc or in pdf. 

 

 strict due. 9/18 by midnight in EST

 

 for 7, you will need to use R program http://www.r-project.org

 

 for (i in 1:20) {

dice <- sample(1:6,10,replace=TRUE);
print(dice);
print(sum(dice));
}




probability2