SELECT * FROM question_mgmt as q WHERE id=9789 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=9 AND subId=6 AND chapterId=282 and ex_no='1' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 10th mathematics Probability a game of chance consists of spinning an arrow whi

Question:

A game of chance consists of spinning an arrow which comes to rest pointing at one of the numbers 1, 2, 3, 4, 5, 6, 7, 8 (see Fig. 15.5 ), and these are equally likely outcomes. What is the probability that it will point at
(i) 8 ?
(ii) an odd number?
(iii) a number greater than 2?
(iv) a number less than 9?

Answer:

(i) Probability of getting number 8 = 1/8

(ii) Total odd numbers on the wheel = 4

     Probability of getting an odd number = 4/8 = ½

(iii) Number greater than 2 = 6

      Probability of getting no greater than 2 = 6/8 = ¾

(iv) Numbers less than 9 = 8

      Probability of getting a no. Less than 9 = 8/8 = 1


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='9' AND subId='6' AND ex_no!=0 AND status=1 and id!=9789 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='9' AND subId='6' AND ex_no!=0 AND status=1 and id!=9789 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