2 solved Probability previous year questions (PYQs) from JIPMAT past year papers — attempt each and check the answer.
Free SolutionsNo Login2 Questions
Q1:jipmat 2025QA › ProbabilityMediumQA · MCQ
A speaks truth in 75% cases and B in 80% of the cases. In what percentage of cases are they likely to contradict each other, in narrating the same incident?
A5%
B15%
C35%
D45%
Pick an option to attempt
The Setup: We are looking for the exact probability that one person is telling the truth while the other is straight capping (lying).
Step 1: Define the probabilities.
Let P(A) be the probability A tells the truth. P(A)=0.75. So, probability A lies is P(A′)=0.25.
Let P(B) be the probability B tells the truth. P(B)=0.80. So, probability B lies is P(B′)=0.20.
Step 2: Find the contradiction scenarios. They contradict when (A tells truth AND B lies) OR (A lies AND B tells truth).
P(Contradict)=(P(A)×P(B′))+(P(A′)×P(B))Step 3: Plug in the numbers and do the math.
P(Contradict)=(0.75×0.20)+(0.25×0.80)P(Contradict)=0.15+0.20=0.35Step 4: Convert to a percentage. 0.35×100%=35%.
Final Answer: 35%
Q2:jipmat 2025QA › ProbabilityMediumQA · MCQ
Four persons are chosen at random from a group of 3 men, 2 women and 4 children. The chance that exactly 2 of them are children is:
A91
B92
C121
D2110
Pick an option to attempt
The Setup: We are building a squad of 4 people from a total pool of 9 (3M+2W+4C). To find the probability, we need to divide the number of 'winning' combinations (exactly 2 kids and 2 non-kids) by the total possible combinations.
Step 1: Calculate the total number of ways to pick any 4 people out of 9.
This is a standard combination formula nCr=r!(n−r)!n!.
9C4=4×3×2×19×8×7×6=243024=126
So, there are 126 possible squads.
Step 2: Calculate the favorable outcomes. We explicitly need *exactly* 2 children. That means the other 2 slots must be filled by adults (men or women).
Total children = 4. Ways to pick 2 kids = 4C2=2×14×3=6.
Total adults = 3+2=5. Ways to pick 2 adults = 5C2=2×15×4=10.
Multiply them together to get the total favorable combos:
6×10=60 waysStep 3: Calculate the final probability.
P=TotalFavorable=12660
Divide top and bottom by 6:
P=2110Final Answer: 10/21