Steven K. answered 04/13/20
Probability Tutor with Data Science degree
First let’s name some variables to make the problem easier to solve:
R - red marble
B - blue marble
Next let’s look at what the box contains with just the letters:
RRRRRRR
BBB
A. This question is asking for the probability of drawing two red marbles with replacement:
P(2 red marbles) = (7/10)(7/10) = .490
B. This question is asking for the probability of drawing two red marbles without replacement:
P(2 red marbles) = (7/10)(6/9) = .467