1.Let the red ones are R0, R1; black B2, B3, B4; blue: L5, L6, L7, L8, L9, then the part of the tree will look like:
|
|***|***|***|***|***|***|***|***|
R0 R1 B2 B3 B4 L5 L6 L7 L8 L9 /1st draw/
|
|***|***|***|***|***|***|***|***|
R1 B2 B3 B4 L5 L6 L7 L8 L9 . . . . . . . /2nd draw/
From R1 imagine a sub-tree with items R0 B2 B3 B4 L5 L6 L7 L8 L9 on the row, corresponding to the 2nd draw, then from B2 another similar one etc. finishing with a sub-tree with items R0 B2 B3 B4 L5 L6 L7 L8 from L9 above.
(I had some difficulties to write the above in text mode, but I suppose your imagination is good enough!)
2 It is 1/45 = 2/90. In the above tree you'll find 2 branches (R0, then R1 and R1, then R0) out of 90, or, alternatively you can find it as stated in other answers.
3. Paint the red and the blue items green. You'll have 3 black and 7 green items and the required probability is complementary to that both drawn not to be green, i.e.
1 - (7/10)*(6/9) = 1 - 14/30 = 16/30 = 8/15.