here's an easier way.
since there are 25 balls in the box,
you don't need to use probability at all. you can just translate all the probabilities into numbers of balls. to do so, just multiply them by 25.
also, note that we don't care about red vs. blue, since the only thing that's mentioned is white vs. not white. so, we can use a
DOUBLE SET MATRIX..
--
here's the translated question:
Each of the 25 balls in a certain box is either red, blue or white and has a number from 1 to 10 painted on it. How many balls are either white or even-numbered?
1) There are no balls that are both white and even-numbered.
MATRIX:
------------- EVEN / NOT EVEN / TOTAL
WHITE ------- 0 ----- blank ------ blank
NOT WHITE - blank -- blank ----- blank
TOTAL ------ blank -- blank ------- 25
insufficient
2) The number of white balls minus the number of even-numbered balls is 5.
so if X even numbered balls, then (X + 8) white balls.
MATRIX:
------------- EVEN / NOT EVEN / TOTAL
WHITE ------- blank -- blank ---- X +
5NOT WHITE - blank -- blank -----
20 - XTOTAL -------- X -----
25 - X ------- 25
(note that the italics have been calculated by subtraction)
insufficient
--
TOGETHER
MATRIX:
------------- EVEN / NOT EVEN / TOTAL
WHITE -------- 0 ----- X +
5 ---- X +
5NOT WHITE -- X -----
20 - 2X ---
20 - X
TOTAL -------- X ----- 25 - X ------- 25
(note that the italics have been calculated by subtraction. EITHER THE ROW OR THE COLUMN GIVES THE SAME EXPRESSION)
X could be anywhere from 0 to
10. (if x is more than
10, then
20 - 2x becomes negative.)
still insufficient.
so (e)
[editor: i fixed an arithmetic mistake. everything appearing in boldface has been corrected. thanks to the poster who pointed out the mistake.]