Self Studies
Selfstudy
Selfstudy

Probability Test - 2

Result Self Studies

Probability Test - 2
  • Score

    -

    out of -
  • Rank

    -

    out of -
TIME Taken - -
Self Studies

SHARING IS CARING

If our Website helped you a little, then kindly spread our voice using Social Networks. Spread our word to your readers, friends, teachers, students & all those close ones who deserve to know what you know now.

Self Studies Self Studies
Weekly Quiz Competition
  • Question 1
    1 / -0

    Twenty cards, numbered 1, 2, 3 … 20, are put in a box and mixed thoroughly. A card is then drawn from the box. Find the probability that the number on the selected card is divisible by 3 and 5 both.

    Solution

    Total number of cases = 20
    Number divisible by 3 and 5 both = 15 (one only)
    Therefore, Probability of card with a number divisible by 3 and 5 = 1/20

     

  • Question 2
    1 / -0

    In a dice game, if a player rolls two dice, then his score will be the larger of the two numbers on the dice and if he rolls a doublet, his score will be the same number as the number in doublet. For example, if he rolls 4 and 6, his score will be 6 and if he rolls a doublet, e.g. 3 and 3, then his score will be 3. What is the probability that his score is 4 or more?

    Solution

    When a player rolls two dice, there are 6 possibilities for the outcome on each dice.
    So, there are 36 possibilities for the outcomes when two dice are rolled.
    The possibilities that give a score of 3 or less are:
    1 and 1, 1 and 2, 1 and 3, 2 and 1, 2 and 2, 2 and 3, 3 and 1, 3 and 2, 3 and 3.
    So, 9 of the 36 possibilities give a score of 3 or less and the probability of getting 3 or less = 9/36 = 1/4
    Thus, probability of getting 4 or more = 1 - 1/4 = 3/4

     

  • Question 3
    1 / -0

    A natural number is chosen at random from amongst the first 500. Find the probability of it being divisible by 3 or 5.

    Solution

    Natural numbers which are divisible by 3 = Integer part of 500/3 = 166
    Natural numbers which are divisible by 5 = Integer part of 500/5 = 100
    Natural number which are divisible by 15 = Integer part of 500/15 = 33
    Natural numbers which are divisible by either 3 or 5 = P(3) + P(5) - P(3 and 5)
    = 166 + 100 - 33 = 233
    Required probability = 233/500

     

  • Question 4
    1 / -0

    The probability of solving a problem by Steve is 1/7, while the probability of solving a problem by Jack is 1/8. Find the probability that the problem is solved if they both try together.

    Solution

    Probability of solving the problem by Steve P(S) = 1/7
    Probability of solving the problem by Jack P(J) = 1/8
    Probability that Steve solves the problem or Jack solves the problem = P(S) + P(J) - P(S) . P(J)
    = (1/7) + (1/8) - {(1/7) . (1/8)}
    = (1/7) + (1/8) - (1/56)
    = 14/56 = 1/4

     

  • Question 5
    1 / -0

    A letter is selected at random from the letters of the word PROBABILITY. The probability that it is a vowel is

    Solution

    PROBABILITY - Total 11 characters - 4 vowels, 7 consonants
    Hence, total number of cases = 11
    Favourable cases = 4
    Required probability = 4/11

     

  • Question 6
    1 / -0

    Probability that a student will succeed in GRE entrance test is 0.7 and that he will succeed in GMAT entrance test is 0.5. What is the probability that he will succeed in both the tests, if the probability that he will not be successful in both the tests is 0.2?

    Solution

    Probability that he succeeds in both the tests = 1 - Probability (does not succeed in any one of the two) = 1 - (0.3 + 0.5 - 0.2) = 0.4

     

  • Question 7
    1 / -0

    The probabilities of A, B and C solving a problem are 1/3, 2/7 and 3/8, respectively. If all three try to solve the problem simultaneously, then find the probability that exactly one of them will solve it.

    Solution

    Let E1, Eand E3 be the events that the problem is solved by A, B and C, respectively. Then,
    P(E1) = 1/3, P(E2) = 2/7 and P(E3) = 3/8

    Exactly one of A, B and C can solve the problem in the following mutually exclusive ways.
    (i) A solves and B and C do not solve.
    (ii) B solves and A and C do not solve.
    (iii) C solves and A and B do not solve.

    Probability that only one will solve the problem
    = P(A) and P(not B) and P(not C) + P(not A) and P(B) and P(not C) + P(not A) and P(not B) and P(C)
    = (1/3)(5/7)(5/8) + (2/3)(2/7)(5/8) + (2/3)(5/7)(3/8) = 25/56

     

  • Question 8
    1 / -0

    Three dice are thrown simultaneously. Match the probability of events in Column A with the values in Column B.

    Column A Column B
    (i) 6 appearing on all the dice A. 1/36
    (ii) 4 appearing on at least one die B. 91/216
    (iii) Sum of the numbers appearing on the dice to be greater than 3 C. 1/216
    (iv) Sum of the numbers appearing on the dice to be 5 D. 215/216
    Solution

    Total number of possibilities = 6 × 6 × 6 = 216

    (i) 6 appearing on all the dice:
    There is only one possibility for dice bearing all sixes (6, 6, 6) out of 216 possible outcomes.
    Required probability = 1/216

    (ii) 4 appearing on at least one die:
    This event comprises all the events when 4 appeared on the die, whether once, or twice, or thrice.
    Number of outcomes when no 4 appeared = 5 × 5 × 5 = 125
    Number of outcomes when 4 appeared on the die at least once = Total number of possibilities - Number of outcomes when no 4 appeared = 216 - 125 = 91
    Required probability = 91/216

    (iii) Sum of the numbers appearing on the dice to be greater than 3:
    Whatever be the possibilities, the least numbers appearing on the dice are (1, 1, 1) and sum = 1 + 1 + 1 = 3; that is, there is only one possibility in which sum is 3.
    So, number of outcomes when the sum is greater than 3 = 216 - 1 = 215
    Required probability = 215/216

    (iv) Sum of the numbers appearing on the dice to be 5:
    The possible outcomes of the event are: (1, 1, 3); (1, 2, 2); (1, 3, 1); (2, 1, 2); (2, 2, 1) and (3, 1, 1).
    Required probability = 6/216 = 1/36

     

  • Question 9
    1 / -0

    Fill in the blanks with the help of the given table.

    (i) The probability of an event that is certain to happen is . Such an event is called a/an event.
    (ii) The sum of the probabilities of all the elementary events of an experiment is .
    (iii) The event which gives the probability of non occurrence of that event is called its event.

      P Q R S
    A 1 complementary 1 certain
    B 0 impossible 0 certain
    C 0 complementary 0 impossible
    D 1 certain 1 complementary
    Solution

    (i) The probability of an event that is certain to happen is 1. Such an event is called a certain event.
    (ii) The sum of the probabilities of all the elementary events of an experiment is 1.
    (iii) The event which gives the probability of non occurrence of that event is called its complementary event.

     

Self Studies
User
Question Analysis
  • Correct -

  • Wrong -

  • Skipped -

My Perfomance
  • Score

    -

    out of -
  • Rank

    -

    out of -
Re-Attempt Weekly Quiz Competition
Self Studies Get latest Exam Updates
& Study Material Alerts!
No, Thanks
Self Studies
Click on Allow to receive notifications
Allow Notification
Self Studies
Self Studies Self Studies
To enable notifications follow this 2 steps:
  • First Click on Secure Icon Self Studies
  • Second click on the toggle icon
Allow Notification
Get latest Exam Updates & FREE Study Material Alerts!
Self Studies ×
Open Now