

InterviewSolution
1. |
One card is randomly drawn from a pack of 52 cards. If drawing a spade card is denoted by event A and drawing a card from ace to ten (non-face card) is denoted by B then write the sets showing the following events:(1) U(2 ) A(3 ) B(4) A ∪ B(5) A ∩ B(6) B’ |
Answer» A pack of 52 cards consists of 13 spade cards, 13 club cards, 13 heart cards and 13 diamond cards. Let, S = Spade card, Non-face card: Spade: S2, S3, S4, …, S10 Total number of ways of drawing a card randomly from a pack of 52 cards is 52C2 = 52 (1) U: The sample space of drawing a card randomly from a pack of 52 cards is expressed as follows: u = {SA, S2, S3, S4, …….. S10, SJ, SQ, SK (2) Event A = Drawing a spade card (3) Event B = Drawing a card from ace to ten (4) Event A ∪ B = Drawing a spade card or a card from ace to ten (5 ) Event A ∩ B = Drawing a spade card and from ace to ten (6) Event B’ = Drawing a face card (or not from ace to ten) |
|