As for the chain and clip one...
Start with a tree diagram, ill try and describe it
1) The first "tree" has two branches, one Yellow and one White, call them y and w.
2) The second "tree" has four branches. From the w branch, there is a clip branch, 2/3, and a chain branch, 1/3. From the y branch, there is a clip branch, 4/7, and a chain branch, 3/7.
The next thing to do would be to fill in the unknown values on the tree diagram. You know that the sum of probabilities on each tree adds up to 1. So:
w + y = 1
You also are given that P(Clip) = 0.6. From this we can form the equation:
(2/3)w + (4/7)y = 6/10
Use these two simultaneous equations to achieve:
w = 3/10
y = 7/10
Now you can start the questions
1. P(Y) = 7/10, just worked this out
2. P(YnCh) = 7/10 x 3/7 = 3/10, from the tree diagram
3. There are two possibilites:
YCH WCL
YCL WCH
From the tree diagram you can easily figure out the probabilties of these to be:
P(YCHnWCL) = 3/50
P(YCLnWCH) = 1/25
3/50 + 1/25 = 1/10
Hope that helps