Question

1. Consider the box of tickets produced by the following two lines of R code:

set.seed (370)

box sample (0:9,370, replace=TRUE)

Estimate the probability that the sum of 10 tickets drawn at random with replacement from

this box is larger than 50. Choose the closest answer.

(A) 0.51

(B) 0.99

(C) 0.29

(D) 0.17

(E) 0.012

Question image 1