Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Number System and Arithmetic
  • Algebra
  • Set Theory
  • Probability
  • Statistics
  • Geometry
  • Calculus
  • Logarithms
  • Mensuration
  • Matrices
  • Trigonometry
  • Mathematics
Open In App
Next Article:
Probability | Set-2
Next article icon

Probability | Set-2

Last Updated : 04 Feb, 2021
Comments
Improve
Suggest changes
Like Article
Like
Report

Question 1: If a card is picked up random from the a pack of 52 cards. Find the probability that it is a king or queen. 
Solution : In a pack of 52 cards, 4 kings and 4 queens present. 
Hence, probability of getting a king or queen = 8/52 
= 2/13 

Question 2: In a throw of 2 dice, find the probability of getting one odd number and one even number. 
Solution : Total number of outcomes in throw of 2 dice = 36 
Number of outcomes when one number is odd and one is even {(1, 2)(1, 4)(1, 6), (2, 1)(2, 3)(2, 5), (3, 2)(3, 4)(3, 6), (4, 1)(4, 3)(4, 5), (5, 2)(5, 4)(5, 6), (6, 1)(6, 3)(6, 5)} 
Hence, Required probability = 18/36 = 1/2 

Question 3: What will be the probability that a leap year chosen at random will have 53 Sundays. 
Solution : A leap year has 366 days. 
To find number of weeks = 366/7 = 52 weeks complete 
2 days left in the year either of them can be Sunday. 
(Saturday or Sunday), (Sunday or Monday) 
So possibility of 53 Sundays in a leap year = 2/7 

Question 4: There are 5 women and 3 men applicants for a job.Only two out of eight are selected for a job.The probability that at least one of the selected person will be a women is: 
Solution : Selection can be done like that 
First is a woman and second is a man 
OR first is a man and second is a woman 
OR both woman 
Required probability = (5/8)(3/7) + (3/8)(5/7) + (5/8)(4/7) 
= 15/56 + 15/56 + 20/56 
= 50/56 
= 25/28 
Alternate Explanation 1
Find the probability of men i-e 
3C2 / 8C2 = 3/28 
Now , the probability of women selected will be 
1 – p(men) = 1 – 3/28 = 25/28 

Alternate Explanation 2

Number of favourable outcomes = 5C2 + (5C1 x 3C1)= 25

Total number of outcomes = 8C2 = 28

Therefore, required probability = 25 / 28

Question 5: The probability that A can solve the problem is 3/4 and B can solve the problem is 4/5. If both of them attempt the problem, then what is the probability that problem gets solved. 
Solution : Probability that A cannot solve the problem = 1/4 
and Probability that B cannot solve the problem = 1/5 
Probability that problem not solved = 1/4 x 1/5 = 1/20 
Hence, the problem is solved either by A or B = 1 - 1/20 
= 19/20 

Question 6: 200 students appeared for GATE and CAT examinations. 60% passed in GATE, 40% passed the CAT and 25% passed both. Find the probability that a student selected at random has failed in both the examinations? 
Solution : Number of students passed in GATE = 200 x 60% = 120 
Number of students passed in CAT = 200 x 40% = 80 
Number of students passed in both = 200 x 25% = 50 
Number of students passed in either GATE or CAT = 120 + 80 - 50 = 150 
Hence, Number of students failed in both = 200 - 150 = 50 
Required probability = 50/200 = 1/4 

Question 7: A box contains 40 bulbs out of which 4 are defective.Two bulbs are selected at random from the box. What will be the probability that both bulbs found to be defective? 
Solution : Both bulbs should come from the defective bulbs without replacement. 
Required probability = 4/40 x 3/39 = 1/130 

Question 8: Ten persons are seated round a circular table. What is the probability that three friends always sit together? 
Solution : Total number of ways = 9! 
Total number of ways in which two people sit together = 7! x 3! 
Required probability = 7! x 3!/ 9! 

Question 9: A bag contains pens numbered from 1 to 17. A pen is drawn and replaced. Then one more pen is drawn and replaced. What will be the probability that first pen drawn is even and second one is odd. 
Solution : In first draw, we have 8 even numbered pens out of 15 and in second we have 9 odd numbered pens. 
Required probability = 8/17 x 9/17 
= 72/289 

Question 10: If P(A)=2/3, P(B)=1/4, P(A ∩ B)=1/3 then find the P(A ∪ B) 
Solution: P(A ∪ B)= P(A) + P(B) - P(A ∩ B) 
=> 2/3 + 1/4 - 1/3 
=> (8 + 3 - 4)/12 
=> 7/12
 


Next Article
Probability | Set-2

A

abhishek1
Improve
Article Tags :
  • Mathematics

Similar Reads

    Probability Rules
    Probability is a crucial concept in mathematics and statistics that enables us to quantify uncertainty and make informed decisions in various fields. Whether it's predicting the outcome of an experiment or assessing risk in finance, probability rules provide a systematic way to analyze and understan
    8 min read
    Properties of Probability
    ProbabilityProbability is the branch of mathematics that is concerned with the chances of occurrence of events and possibilities. Further, it gives a method of measuring the probability of uncertainty and predicting events in the future by using the available information.Probability is a measure of
    14 min read
    Probability and Statistics
    Probability and Statistics are important topics when it comes to studying numbers and data. Probability helps us figure out how likely things are to happen, like guessing if it will rain. On the other hand, Statistics involves collecting, analyzing, and interpreting data to draw meaningful conclusio
    15+ min read
    Theoretical Probability
    Theoretical Probability calculates the likelihood of an event based on known outcomes, assuming equal likelihood. It's fundamental in predicting probabilities without relying on experimental data. In this article, we will learn about, theoretical probability, and experimental probability, their diff
    8 min read
    Probability in Maths
    Probability is the branch of mathematics where we determine how likely an event is to occur. It is represented as a numeric value ranging from 0 to 1. Probability can be calculated as:\text{Probability} = \dfrac{Favourable \ Outcome}{Total \ Number \ of \ Outcomes}Favourable outcomes refer to the ou
    4 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences