(Easy to understand solution)
When we calculate the probability of something happening, we find the number of ways it can happen as a fraction of the total number of outcomes.
We make this formal in mathematics by representing the possible outcomes as a set, and particular events as subsets of this set.
For example, the flip of a coin could be represented by the set of two outcomes:
S = { H, T }
and the particular event of flipping heads by the set of just the one outcome:
E = { H }.
Using this formalism allows us to express the probability of the event E, i.e. flipping heads, as follows:
P(E) = | E | / | S | = 1 / 2 = 0.5
(where |A| denotes the number of elements in the set A)
Your question can be answered using the same technique.
S = { 1, 2, 3, ... , 29, 30 } and
E = { multiples of 2 and 3 in S } = { 2, 3, 4, 6, 8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 22, 24, 26, 27, 28, 30 }
and so
P(drawing a multiple of 2 or 3) = P(E) = | E | / | S | = 20 / 30 = 2 / 3 or about 0.667
Hope that helps!
(More advanced solution and bonus visual)
Let A represent drawing a multiple of 2, and B drawing a multiple of 3.
P(A or B)
= P(A) + P(B) - P(A and B)
= 15/30 + 10/30 - 5/30 (see bonus visual below)
= 20/30
= 2/3.
000000000111111111122222222223
123456789012345678901234567890
-A-A-A-A-A-A-A-A-A-A-A-A-A-A-A 15 A's (multiples of 2)
--B--B--B--B--B--B--B--B--B--B 10 B's (multiples of 3)
-----C-----C-----C-----C-----C 5 C's (A and B) or (multiples of 6)
Angela C.
Thank you so much. Do you not count the 30 in both groups?08/19/19