SELECT * FROM question_mgmt as q WHERE id=1219 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=2 AND subId=6 AND chapterId=87 and ex_no='2' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 11th mathematics Probability three coins are tossed once let a denote the even

Question:

Three coins are tossed once. Let A denote the event ‘three heads show”, B denote the event “two heads and one tail show”. C denote the event “three tails show” and D denote the event ‘a head shows on the first coin”. Which events are

(i) mutually exclusive? (ii) simple? (iii) compound?

Answer:

When three coins are tossed, the sample space is given by

S = {HHH, HHT, HTH, HTT, THH, THT, TTH, TTT}

Accordingly,

A = {HHH}

B = {HHT, HTH, THH}

C = {TTT}

D = {HHH, HHT, HTH, HTT}

We now observe that

A ∩ B =Φ, A ∩ C =Φ, A ∩ D = {HHH} ≠ Φ

B ∩ C =Φ, B ∩ D = {HHT, {HTH} ≠ Φ

C ∩ D = Φ

(i) Event A and B; event A and C; event B and C; and event C and D are all mutually exclusive.

(ii) If an event has only one sample point of a sample space, it is called a simple event. Thus, A and C are simple events.

(iii) If an event has more than one sample point of a sample space, it is called a compound event. Thus, B and D are compound events.


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='6' AND ex_no!=0 AND status=1 and id!=1219 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='6' AND ex_no!=0 AND status=1 and id!=1219 ORDER BY last_viewed_on desc limit 0,10

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question