For the questions below, please try to think about the solution in your head before using IDLE or a calculator to compute it. The goal of these questions is to give you some intuition about the topics we've been discussing.Which of the following populations has the largest variance?
A. [0, 1, 2, 3, 4, 5, 6]
B. [3, 3, 3, 3, 3, 3, 3]
C. [0, 0, 0, 3, 6, 6, 6]
Next we toss a huge ball with 1,000 dots on it. Half the dots are red and the other half are blue. We roll the ball and when it stops, we note the color of the dot on the very top of the ball.True or False? If we roll it four times, and it comes up red once and blue three times, then we have proved that the ball is biased.