After a few days of researching and going through previous posts, I'm very much unclear on this topic still. My question is whether or not randomly taking samples without replacement implies that these samples are independent. In a related post (Independent or dependent events, drawing cards without replacement), removing two cards from a deck, the events are said to be independent.
However, in an unrelated workbook I'm working through, when introducing the concept of Hypergeometric probability, they would describe these events as dependent. The question states: "An urn contains five red balls, and seven blue balls. Four balls are randomly selected without replacement. Determine the probability that exactly one of them is red." along with "Choosing each ball affects the probability that the following ball will be a certain color, because the sample space has changed. Thus, the selection of each ball is not an independent event." $$ P(x) = \frac{{7 \choose 3} * {5 \choose 1}}{12 \choose 4} = .354 $$ Any help would be greatly appreciated!