Turn "at least one green" into its opposite
P(at least one green)=1−P(yellow, yellow) "At least one green" is true on THREE of the four paths. Its opposite — no green at all — is the single yellow-then-yellow path. One multiplication and one subtraction beats three multiplications and two additions, and there is far less to get wrong.
Write down the first pair of branches
P(green)=104,P(yellow)=106 There are 10 marbles in the bag, 4 green and 6 yellow. The two branches add to 1.
Work out the second-stage branch after a yellow marble
P(yellow∣yellow)=106 The marble is put back, so the bag is exactly as it was: 10 marbles, 4 of them green and 6 of them yellow. The two draws are INDEPENDENT, so the second set of branches carries the same probabilities as the first.
Multiply along the yellow-then-yellow path to get P(no green)
P(yellow, yellow)=106×106=10036=259 To follow one path you MULTIPLY along its branches: 106×106=259. That is the probability that the first is yellow and the second is yellow.
Subtract from 1
1−259=2516 No green marble at all has probability 259, so at least one green marble has probability 1−259=2516.
Rule out the answer the WRONG assumption gives
32=2516 32 is what "at least one green" comes to if you assume the marble is NOT put back — the opposite of what the question says. The two assumptions give different second-stage branches and therefore different answers, so the replacement sentence has to be read, not skimmed.
Rule out 254
P(green, green)=254=2516 254 is the probability that BOTH marbles are green. "At least one" also allows exactly one, so it must be the bigger number.
Rule out 2512
256+256=2512=2516 2512 is the probability of EXACTLY one green marble. "At least one" includes the case of two, so 2512 leaves out the green-then-green path — and indeed 2512+254=2516, which is a neat check that the answer is right.
Rule out 52
P(first is green)=52=2516 52 only looks at the first marble and forgets that the second one could be green instead. It is the first branch, not a whole event.
Check the answer the long way, by adding the three paths
254+256+256=2516 Adding ACROSS the three paths that contain at least one green gives 2516 — the same answer, confirming that 1−P(none) was right. It also shows why the short way is worth knowing.
Check that the branches from every node add to 1
104+106=1,104+106=1,104+106=1 Every node adds to exactly 1, so the tree is correctly labelled.
Check the four paths add to 1
254+256+256+259=1 The four paths cover everything that can happen, so they must add to 1.
Say what is being assumed
independent draws The item is put back, so the draws are INDEPENDENT and the second-stage branches repeat the first-stage ones.
Write the answer as a decimal
2516=0.64 2516 is about 0.64 — a high probability, which is what you would expect when only 6 of the 10 marbles are not green.
State the answer
So the probability that at least one of the marbles is green is 2516.