SELECT * FROM question_mgmt as q WHERE id=1218 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 a die is thrown describe the following events

Question:

A die is thrown. Describe the following events:

(i) A: a number less than 7 (ii) B: a number greater than 7 (iii) C: a multiple of 3

(iv) D: a number less than 4 (v) E: an even number greater than 4 (vi) F: a number not less than 3

Also find A ∪ B, A ∩ B, B ∪ C, E ∩ F, D ∩ E, A – C, D – E, E ∩ F’, F’

Answer:

When a die is thrown, the sample space is given by S = {1, 2, 3, 4, 5, 6}.

Accordingly:

(i) A = {1, 2, 3, 4, 5, 6}

(ii) B = Φ

(iii) C = {3, 6}

(iv) D = {1, 2, 3}

(v) E = {6}

(vi) F = {3, 4, 5, 6}

 

A ∪ B = {1, 2, 3, 4, 5, 6}, A ∩ B = Φ

B ∪ C = {3, 6}, E ∩ F = {6}

D ∩ E =Φ, A – C = {1, 2, 4, 5}

D – E = {1, 2, 3}, F' = {1,2}, E ∩ F’ = Φ


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