SELECT * FROM question_mgmt as q WHERE id=1220 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 describe i two events

Question:

Three coins are tossed. Describe

(i) Two events which are mutually exclusive.

(ii) Three events which are mutually exclusive and exhaustive.

(iii) Two events, which are not mutually exclusive.

(iv) Two events which are mutually exclusive but not exhaustive.

(v) Three events which are mutually exclusive but not exhaustive.

Answer:

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

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

(i) Two events that are mutually exclusive can be

A: getting no heads and B: getting no tails

This is because sets A = {TTT} and B = {HHH} are disjoint.

(ii) Three events that are mutually exclusive and exhaustive can be

A: getting no heads

B: getting exactly one head

C: getting at least two heads

i.e.,

A = {TTT}

B = {HTT, THT, TTH}

C = {HHH, HHT, HTH, THH}

This is because A ∩ B = B ∩ C = C ∩ A = Φand A ∪ B ∪ C = S

(iii) Two events that are not mutually exclusive can be

A: getting three heads

B: getting at least 2 heads

i.e.,

A = {HHH}

B = {HHH, HHT, HTH, THH}

This is because A ∩ B = {HHH} ≠ Φ

(iv) Two events which are mutually exclusive but not exhaustive can be

A: getting exactly one head

B: getting exactly one tail

That is

A = {HTT, THT, TTH}

B = {HHT, HTH, THH}

It is because, A ∩ B =Φ, but A ∪ B ≠ S

(v) Three events that are mutually exclusive but not exhaustive can be

A: getting exactly three heads

B: getting one head and two tails

C: getting one tail and two heads

i.e.,

A = {HHH}

B = {HTT, THT, TTH}

C = {HHT, HTH, THH}

This is because A ∩ B = B ∩ C = C ∩ A = Φ, but A ∪ B ∪ C ≠ S


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!=1220 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!=1220 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