3 consider the box of tickets produced by the following two lines of r
Question
3. Consider the box of tickets produced by the following two lines of R code:
set.seed (370)
box sample (0:9,370, replace=TRUE)
How many tickets in the box are multiples of four? Choose the closest answer.