I'm so confused with the question below and I do appreciate your help:)
A jar contains n red and n green marbles where n>=2. You pick two marbles from the jar.
Q: Number of ways to pick one of each color ( ) n^2
A.>
B.<
C.=
D.cannot be determined
I think the answer should be C, but it turns out to be A at least in my exercise book:(
They are counting red-green as different from green-red, so there are $2n^2$ ways to get one of each. I don't think the question is clear.