The question is as follows:
A certain deck of cards contains 2 blue cards, 2 red cards, 2 yellow cards, and 2 green cards. If two cards are randomly drawn from the deck, what is the probability that they will both are not blue?
My Solution was:
The probability of drawing a blue card on the first draw is
= (number of cards that are blue) / (total number of cards)
= 2/8
The probability of not drawing a blue card on the second draw is
= (number of cards that are blue left) / (total number of cards)
= 1/7
Probability of both cards being blue:
= (2/8) * (1/7)
= 1/28
Therefore probability of both cards NOT being blue= 1-(1/28)=27/28
But apparently the correct answer is:
The probability of not drawing a blue card on the first draw is
= (number of cards that are not blue) / (total number of cards)
= 6/8
The probability of not drawing a blue card on the second draw is
= (number of cards that are not blue) / (total number of cards)
= 5/7
= (6/8) * (5/7)
= 30/56
= 15/28
Shouldn't the two answers match? What is wrong with my reasoning here? Please help. Thanks!