Past Year QuestionsIPMAT IndoreQASet Theory

IPMAT Indore Set Theory — PYPs

16 solved Set Theory previous year questions (PYQs) from IPMAT Indore past year papers — attempt each and check the answer.

Free SolutionsNo Login16 Questions
Q1:ipmat indore 2025QASet TheoryMediumSA · TITA
English exam and Math exam were conducted separately for a class of 120 students. The number of students who did not appear for the English exam is twice the number of students who did not appear for the Math exam. The number of students who passed the Math exam is twice the number of students who appeared but failed the English exam. If the number of students who passed the English exam is twice the number of students who appeared but failed the Math exam, then the number of students who appeared but failed the English exam is
Enter your answer to attempt
The Setup: We are tackling a system of linear equations disguised as a set theory and word problem. It’s all about mapping out the states (Passed, Failed, Did Not Appear) for two separate exams. We just need to define our variables, translate the English into algebra, and solve the system without getting lost in the sauce. Step 1: Defining the Variables (The Roster) Let's define the base variables using the Math exam stats to keep it clean. Let xx = Students who did not appear for Math. Let zz = Students who appeared but failed Math. Let yy = Students who appeared but failed English (our target variable). Now we translate the constraints for the English exam and the rest of the Math exam based on the prompt: * "Did not appear for English is twice did not appear for Math" 2x\rightarrow 2x * "Passed Math is twice appeared but failed English" 2y\rightarrow 2y * "Passed English is twice appeared but failed Math" 2z\rightarrow 2z Step 2: Building the State Equations For both exams, the total class size is strictly locked at 120. Total = (Passed) + (Failed) + (Did Not Appear) Math Exam Equation: 2y(Passed)+z(Failed)+x(Did Not Appear)=1202y (\text{Passed}) + z (\text{Failed}) + x (\text{Did Not Appear}) = 120 x+2y+z=120x + 2y + z = 120 English Exam Equation: 2z(Passed)+y(Failed)+2x(Did Not Appear)=1202z (\text{Passed}) + y (\text{Failed}) + 2x (\text{Did Not Appear}) = 120 2x+y+2z=1202x + y + 2z = 120 Step 3: Solving the System (Speedrun Strat) We have a 2-equation system and need to isolate yy. Let's use the elimination method. Take the Math equation and multiply the entire thing by 2 to align the xx and zz coefficients: 2(x+2y+z)=2(120)2(x + 2y + z) = 2(120) 2x+4y+2z=2402x + 4y + 2z = 240 Now, subtract the English equation from this scaled-up Math equation: (2x+4y+2z)(2x+y+2z)=240120(2x + 4y + 2z) - (2x + y + 2z) = 240 - 120 The xx and zz terms completely cancel each other out, leaving us with a clean isolation: 3y=1203y = 120 y=40y = 40 Step 4: The Audit (Double Check Protocol) Let's run the numbers back to guarantee the logic holds. If y=40y = 40, we plug it into the Math equation: x+2(40)+z=120x+z=40x + 2(40) + z = 120 \rightarrow x + z = 40 If we plug it into the English equation: 2x+40+2z=1202x+2z=80x+z=402x + 40 + 2z = 120 \rightarrow 2x + 2z = 80 \rightarrow x + z = 40 The system is completely consistent. Because x+z=40x + z = 40 in both cases, the exact distribution of xx and zz doesn't even matter (e.g., it could be x=20,z=20x=20, z=20, or x=10,z=30x=10, z=30). The value for yy is strictly locked at 40 no matter what. No cap, the solution is mathematically bulletproof. Final Answer: 40
Q2:ipmat indore 2020QASet TheoryMediumSA · TITA
Out of 80 students who appeared for the school exams in Mathematics (M), Physics (P) and Chemistry (C), 50 passed M, 30 passed P and 40 passed C. At most 20 students passed M and P, at most 20 students passed P and C, and at most 20 students passed C and M. The maximum number of students who could have passed all three exams is __________.
Enter your answer to attempt
The Setup: We are min-maxing a 3-circle Venn diagram problem. We have a total population of 80 students across Mathematics (M), Physics (P) and Chemistry (C). We need to maximise the triple intersection (students who passed all three) without violating the 'at most 20' limits placed on the pairwise overlaps. Step 1: Define the variables and totals. Let x=n(MPC)x=n(M\cap P\cap C) be the number of students who passed all three. We want to push xx as high as possible. The individual subject totals are n(M)=50n(M)=50, n(P)=30n(P)=30 and n(C)=40n(C)=40. Step 2: Establish the ceiling. By the definition of intersection, anyone who passed all three also passed each pair, so the triple intersection is a subset of every pairwise intersection: xn(MP),xn(PC),xn(MC)x\leq n(M\cap P), \qquad x\leq n(P\cap C), \qquad x\leq n(M\cap C) The problem caps all three pairwise intersections at 20. Therefore x20x\leq 20 - this is a hard upper bound, no construction can beat it. Step 3: Build a scenario that hits the ceiling. An upper bound is useless until we show it is reachable. Set x=20x=20 and push every pairwise overlap to its cap of 20, which means the number of students who passed *exactly two* subjects is zero in all three regions. The *single-subject-only* groups then fall out: * Passed M only: 5020=3050-20=30 * Passed P only: 3020=1030-20=10 * Passed C only: 4020=2040-20=20 Step 4: Verify the headcount closes. Total students accounted for = (M only) + (P only) + (C only) + (all three): 30+10+20+20=8030+10+20+20=80 This lands exactly on the 80 students who appeared, with no region going negative and every pairwise intersection sitting at 2020 rather than above it. The scenario is structurally sound, so the ceiling of 20 is genuinely achievable and is therefore the maximum. Final Answer: 20
Q3:ipmat indore 2021QASet TheoryEasySA · TITA
In a class, 60% and 68% of students passed their Physics and Mathematics examinations respectively. Then at least ________ percentage of students passed both their Physics and Mathematics examinations.
Enter your answer to attempt
The Setup: We are dealing with Set Theory here, specifically overlapping sets. 60% passed Physics and 68% passed Mathematics. We want to find the absolute floor (the minimum overlap) of students who survived both exams. Think of it like trying to find the minimum number of mutuals two influencers *must* share if they both have a massive following in the same city. Step 1: Define the sets and the absolute total. Let n(P)=60n(P)=60 and n(M)=68n(M)=68. The maximum possible size of the entire union (everyone who passed at least one subject) literally cannot exceed 100%. So: n(PM)100n(P \cup M) \le 100 Step 2: Hit them with the standard Set Theory formula: n(PM)=n(P)+n(M)n(PM)n(P \cup M) = n(P) + n(M) - n(P \cap M) Step 3: Plug in the known stats and the boundary we just established: 60+68n(PM)10060 + 68 - n(P \cap M) \le 100 128n(PM)100128 - n(P \cap M) \le 100 Step 4: Solve the inequality to find the minimum intersection threshold: 128100n(PM)128 - 100 \le n(P \cap M) n(PM)28n(P \cap M) \ge 28 The absolute bare minimum overlap is 28%. Period. Final Answer: 28
Q4:ipmat indore 2022QASet TheoryEasySA · TITA
Let P(X)P(X) denote power set of a set XX. If AA is the null set, then the number of elements in P(P(P(P(A))))P(P(P(P(A)))) is _________.
Enter your answer to attempt
The Setup: We need to compute the total number of elements generated through four successive iterations of the power set operation P(X)P(X), starting with a null set AA. Step 1: Track the set cardinality through each power set iteration. The cardinality property dictates that if a set XX has kk elements, its power set P(X)P(X) will have 2k2^k elements. * Iteration 0: The set AA is a null set. A=0|A| = 0. * Iteration 1: P(A)=20=1|P(A)| = 2^0 = 1. * Iteration 2: P(P(A))=21=2|P(P(A))| = 2^1 = 2. * Iteration 3: P(P(P(A)))=22=4|P(P(P(A)))| = 2^2 = 4. * Iteration 4: P(P(P(P(A))))=24=16|P(P(P(P(A))))| = 2^4 = 16. Final Answer: 16
Q5:ipmat indore 2024QASet TheoryEasySA · TITA
In a group of 150 students, 52 like tea, 48 like juice and 62 like coffee. If each student in the group likes at least one among tea, juice and coffee, then the maximum number of students that like more than one drink is:
Enter your answer to attempt
The Setup: Out of 150150 students, 5252 like tea, 4848 like juice, and 6262 like coffee. Since everyone likes at least one drink, we must maximize the number of students who like more than one drink. Step 1: Define the cardinalities of the sets. Let the subsets of students be TT (Tea), JJ (Juice), and CC (Coffee). T=52|T| = 52, J=48|J| = 48, and C=62|C| = 62. The sum of independent choices is 52+48+62=16252 + 48 + 62 = 162. Because every student likes at least one drink, the total union encapsulates the whole group: TJC=150|T \cup J \cup C| = 150. Step 2: Construct the overlapping set union equation. Let xx denote the exact count of students liking precisely two drinks. Let yy denote the exact count of students liking precisely three drinks. The Inclusion-Exclusion Principle formula for exact counts states: TJC=(T+J+C)x2y|T \cup J \cup C| = (|T| + |J| + |C|) - x - 2y 150=162x2yx+2y=12150 = 162 - x - 2y \Rightarrow x + 2y = 12 Step 3: Formulate and execute the optimization constraint. We must maximize the parameter of students liking *more than one* drink, which equates mathematically to maximizing the sum (x+y)(x + y). Rewrite (x+y)(x + y) by isolating xx in our established equation (x=122yx = 12 - 2y): x+y=(122y)+y=12yx + y = (12 - 2y) + y = 12 - y To maximize the function (12y)(12 - y), we must apply the minimum valid boundary for yy. Since cardinalities must be non-negative integers, the minimum for yy is 00. Step 4: Evaluate the maximum value. If y=0y = 0, then x=12x = 12. Max(x+y)=12+0=12\text{Max}(x + y) = 12 + 0 = 12 Final Answer: 12
Q6:ipmat indore 2019QASet TheoryHardSA · TITA
Let the set P={2,3,4,...,25}P= \{2,3,4,..., 25\}. For each kPk \in P, define Q(k)={xPQ(k)= \{x \in P such that x>kx > k and kk divides x}x\}. Then the number of elements in the set PUk=225Q(k)P - U_{k=2}^{25} Q(k) is
Enter your answer to attempt
The Setup: A Sieve of Eratosthenes in disguise. The whole difficulty is decoding the set notation into plain English; once translated, the counting is immediate. **Step 1: Decode Q(k)Q(k).** For a given kk, the set Q(k)Q(k) collects every member of PP that is strictly greater than kk and divisible by kk - that is, the **proper multiples of kk** lying inside PP. Step 2: Decode the union. The union k=225Q(k)\bigcup_{k=2}^{25}Q(k) therefore holds every xPx\in P admitting some divisor kk with 2k<x2\leq k<x. Such an xx is precisely a composite number. Both directions are worth confirming rather than assuming: * If xx lands in the union, it has a divisor strictly between 1 and itself, so xx is composite. * If xPx\in P is composite, it has a prime factor px25=5p\leq\sqrt{x}\leq\sqrt{25}=5. That pp satisfies 2p<x2\leq p<x and lies in PP, so xx genuinely gets caught. (Checking the largest case: x=25x=25 is caught by k=5k=5.) So the union is exactly the composites in PP - nothing more, nothing less. Step 3: Decode the subtraction. Removing the union from PP deletes every composite, leaving the numbers with no divisor other than 1 and themselves: the primes. Note PP starts at 2, so there is no 1 to worry about - 1 is neither prime nor composite and would have muddied the count had it been included. Step 4: Count the survivors. The primes in {2,3,,25}\{2,3,\ldots,25\} are: 2, 3, 5, 7, 11, 13, 17, 19, 232,\ 3,\ 5,\ 7,\ 11,\ 13,\ 17,\ 19,\ 23 That is a squad of 9. Final Answer: 9
Q7:ipmat indore 2021QASet TheoryMediumMCQ · MCQ
In a city, 50% of the population can speak in exactly one language among Hindi, English and Tamil, while 40% of the population can speak in at least two of these three languages. Moreover, the number of people who cannot speak in any of these three languages is twice the number of people who can speak in all these three languages. If 52% of the population can speak in Hindi and 25% of the population can speak exactly in one language among English and Tamil, then the percentage of the population who can speak in Hindi and in exactly one more language among English and Tamil is
  • A22%
  • B25%
  • C30%
  • D38%
Pick an option to attempt
The Setup: This is a 3-set Venn Diagram problem. Think of the three languages as mutual circles in a social network. We're going to break down the total population (100%) into specific overlapping zones to find the targeted demographic. Step 1: Establish the baseline stats. We know 50% speak exactly one language, and 40% speak at least two. That means the total active user base speaking *any* of the three languages is 50%+40%=90%50\%+40\%=90\%. The people speaking zero languages (the 'None' group) make up the remainder: 100%90%=10%100\%-90\%=10\%. Step 2: Isolate the top-tier group (All 3). The prompt states the 'None' group (10%) is exactly twice the size of the 'All 3' group. So, All 3=10%/2=5%\text{All } 3=10\%/2=5\%. Step 3: Break down the 'At least two' category. This group (40%) includes people speaking exactly two languages AND people speaking all three. Exactly Two=40%5%=35%\text{Exactly Two}=40\%-5\%=35\% Step 4: Find the solo Hindi speakers. The 'Exactly One' group is 50% total. We are told 25% speak exactly one language among English and Tamil (meaning Only E + Only T = 25%). Therefore, the Only Hindi group is the remainder: Only Hindi=50%25%=25%\text{Only Hindi}=50\%-25\%=25\% Step 5: Solve for the target. We know 52% of the population speaks Hindi in total. The total Hindi circle is made up of: Only Hindi (25%) + All 3 (5%) + Hindi & Exactly One More (which is our target). 52%=25%+5%+Target52\%=25\%+5\%+\text{Target} 52%=30%+Target    Target=22%52\%=30\%+\text{Target} \implies \text{Target}=22\% Final Answer: 22%
Q8:ipmat indore 2020QASet TheoryMediumMCQ · MCQ
In a class, students are assigned roll numbers from 1 to 140. All students with even roll numbers opted for cricket, all those whose roll numbers are divisible by 5 opted for football, and all those whose roll numbers are divisible by 3 opted for basketball. The number of students who did not opt for any of the three sports is
  • A102
  • B38
  • C98
  • D42
Pick an option to attempt
The Setup: This is Inclusion-Exclusion. We count the students playing at least one sport (the union of the three sets), then subtract from 140 to get the NPCs playing nothing. Note the sets overlap heavily - a roll number like 30 is in all three - which is exactly why we cannot simply add. Step 1: Calculate the single sets. Counting multiples of kk up to 140 is 140k\left\lfloor\frac{140}{k}\right\rfloor. A (cricket, 2)=1402=70,B (football, 5)=1405=28,C (basketball, 3)=1403=46|A|\ (\text{cricket, }2)=\left\lfloor\frac{140}{2}\right\rfloor=70, \quad |B|\ (\text{football, }5)=\left\lfloor\frac{140}{5}\right\rfloor=28, \quad |C|\ (\text{basketball, }3)=\left\lfloor\frac{140}{3}\right\rfloor=46 Step 2: Calculate the pairwise intersections. A student in two sets has a roll number divisible by both divisors, so the correct counter is their LCM - not their product. Here 2,3,52,3,5 are pairwise coprime, so the LCM happens to equal the product, but that coincidence is what makes this step safe; with divisors like 2 and 4 the product would give a wrong count. AB (LCM=10)=14010=14,AC (LCM=6)=1406=23,BC (LCM=15)=14015=9|A\cap B|\ (\text{LCM}=10)=\left\lfloor\frac{140}{10}\right\rfloor=14, \quad |A\cap C|\ (\text{LCM}=6)=\left\lfloor\frac{140}{6}\right\rfloor=23, \quad |B\cap C|\ (\text{LCM}=15)=\left\lfloor\frac{140}{15}\right\rfloor=9 Step 3: Calculate the triple intersection. ABC (LCM=30)=14030=4|A\cap B\cap C|\ (\text{LCM}=30)=\left\lfloor\frac{140}{30}\right\rfloor=4 Step 4: Execute the formula. ABC=A+B+CABACBC+ABC|A\cup B\cup C|=|A|+|B|+|C|-|A\cap B|-|A\cap C|-|B\cap C|+|A\cap B\cap C| =70+28+4614239+4=14446+4=102=70+28+46-14-23-9+4=144-46+4=102 Step 5: Take the complement. That 102 is the number who play at least one sport, so: 140102=38140-102=38 Watch the trap: 102 is sitting right there as option 1. It is the union, not the answer - the question asks for everyone *outside* it. Final Answer: 38
Q9:ipmat indore 2019QASet TheoryEasyMCQ · MCQ
In a school 70%70\% of the boys like cricket and 50%50\% like football. If x%x\% like both Cricket and Football, then
  • A20x5020 \leq x \leq 50
  • Bx20x \leq 20
  • Cx50x \geq 50
  • D10x7010 \leq x \leq 70
Pick an option to attempt
The Setup: Two overlapping sets, and we need the floor and ceiling on the overlap xx. Both bounds come from hard constraints, not from assumptions about the school. Step 1: The ceiling. An intersection can never exceed either of the sets forming it. Only 50% like football, and everyone who likes both is among them: xmin(70, 50)=50x\leq\min(70,\ 50)=50 Step 2: The floor - derived, not assumed. The union of the two groups cannot exceed the whole school, so n(CF)100n(C\cup F)\leq 100. By inclusion-exclusion: n(CF)=70+50x=120xn(C\cup F)=70+50-x=120-x Combining the two: 120x100    x20120-x\leq 100 \implies x\geq 20 This is worth stating as an inequality rather than as *suppose everyone likes at least one sport*. That supposition is only the extreme case; the real reason xx cannot drop below 20 is that 70 and 50 together already claim 120 percentage points of a 100-point school, so at least 20 points must be double-counted. The overlap is forced by arithmetic, whether or not anyone likes neither sport. Step 3: Combine. Both bounds are attainable - x=50x=50 when every football fan also likes cricket, and x=20x=20 when the two groups spread across the whole school with nobody left out: 20x5020\leq x\leq 50 Final Answer: 20x5020 \leq x \leq 50
Q10:ipmat indore 2019QASet TheoryMediumMCQ · MCQ
In a class of 65 students 40 like cricket, 25 like football and 20 like hockey. 10 students like both cricket and football, 8 students like football and hockey and 5 students like all three sports. If all the students like at least one sport, then the number of students who like both cricket and hockey is
  • A7
  • B8
  • C10
  • D12
Pick an option to attempt
The Setup: A triple-set problem where the union is handed to us - every one of the 65 students likes at least one sport - so inclusion-exclusion has exactly one unknown and can simply be solved. Step 1: The master formula. With CC, FF, HH for cricket, football and hockey: n(CFH)=n(C)+n(F)+n(H)n(CF)n(FH)n(CH)+n(CFH)n(C\cup F\cup H)=n(C)+n(F)+n(H)-n(C\cap F)-n(F\cap H)-n(C\cap H)+n(C\cap F\cap H) Step 2: Substitute. Since every student likes at least one sport, the union is the full class of 65. Let y=n(CH)y=n(C\cap H): 65=40+25+20108y+565=40+25+20-10-8-y+5 Step 3: Solve. 65=8518+5y=72y    y=7265=765=85-18+5-y=72-y \implies y=72-65=7 Step 4: Verify the Venn diagram is actually consistent. A value that satisfies the equation can still be nonsense if it forces a negative region, so break the class into its seven disjoint parts. Subtracting the triple overlap of 5 from each pair:
RegionCount
All three5
Cricket & football only105=510-5=5
Football & hockey only85=38-5=3
Cricket & hockey only75=27-5=2
Cricket only40552=2840-5-5-2=28
Football only25553=1225-5-5-3=12
Hockey only20532=1020-5-3-2=10
Every region is non-negative, and they total 5+5+3+2+28+12+10=655+5+3+2+28+12+10=65 - exactly the class size. The answer is not just algebraically valid but genuinely realisable. Final Answer: 7
Q11:ipmat indore 2023QASet TheoryEasyMCQ · MCQ
In a group of 120 students, 80 students are from the Science stream and the rest are from the Commerce stream. It is known that 70 students support Mumbai Indians in the Indian Premier League; all the other students support Chennai Super Kings. The number of Science students who are supporters of Mumbai Indians is
  • AExactly 20
  • BBetween 15 and 25
  • C30 or more
  • DBetween 20 and 25
Pick an option to attempt
The Setup: A group of 120120 students comprises 8080 Science and 4040 Commerce students. Exactly 7070 students support Mumbai Indians (MI), while the rest support Chennai Super Kings (CSK). We must establish the possible range of Science students supporting MI. Step 1: Establish the basic parameters. Total Students = 120120 Science Students = 8080 Commerce Students = 12080=40120 - 80 = 40 Total MI Supporters = 7070 Step 2: Calculate the maximum bound for Science MI supporters. Let xx be the number of Science students who support MI. The maximum possible value for xx occurs if as many MI supporters as possible are drawn from the Science pool. Since there are only 7070 MI supporters total, and 8080 Science students exist, it is mathematically possible for all 7070 MI supporters to be Science students. Max(x)=70\text{Max}(x) = 70 Step 3: Calculate the minimum bound for Science MI supporters. The minimum possible value for xx occurs if as many MI supporters as possible are drawn from the Commerce pool. There are only 4040 Commerce students. If all 4040 of them support MI, the remaining MI supporters must be Science students. Min(x)=70(Total MI)40(Commerce MI)=30\text{Min}(x) = 70 (\text{Total MI}) - 40 (\text{Commerce MI}) = 30 Step 4: Conclude the range. The number of Science students supporting MI must sit exactly in the inclusive range 30x7030 \le x \le 70. Looking at the options, the constraint '30 or more' is the only logically correct bounding descriptor. Final Answer: 30 or more
Q12:ipmat indore 2022QASet TheoryEasyMCQ · MCQ
Let AA and BB be two sets such that the Cartesian product A×BA \times B consists of four elements. If two elements of A×BA \times B are (1,4)(1,4) and (4,1)(4,1), then
  • ANone of these
  • BA×BB×AA \times B \neq B \times A
  • CA×B\emptyset \in A \times B
  • DA×B=B×AA \times B=B \times A
Pick an option to attempt
The Setup: For sets AA and BB, the Cartesian product A×BA \times B yields exactly four elements, two of which are specifically (1,4)(1, 4) and (4,1)(4, 1). We evaluate the mathematical relationship between the parent sets. Step 1: Define the cardinality constraints. The total size of the Cartesian product is A×B=A×B=4|A \times B| = |A| \times |B| = 4. By definition, for a Cartesian product (x,y)A×B(x,y) \in A \times B, the first element belongs to AA and the second belongs to BB. The presence of (1,4)(1, 4) dictates that 1A1 \in A and 4B4 \in B. The presence of (4,1)(4, 1) dictates that 4A4 \in A and 1B1 \in B. Step 2: Formulate the parent sets. We have confirmed that set AA inherently contains at least two distinct elements: {1,4}\{1, 4\}. Thus A2|A| \ge 2. We have confirmed that set BB inherently contains at least two distinct elements: {1,4}\{1, 4\}. Thus B2|B| \ge 2. Because A×B|A| \times |B| must rigidly equal 44, the only mathematically viable integer size for both subsets is precisely 22. Therefore, there are no hidden elements. A={1,4}A = \{1, 4\} and B={1,4}B = \{1, 4\}. Step 3: Evaluate the target relation. Because AA exactly equals BB, their Cartesian products yield completely identical mappings. A×B=B×AA \times B = B \times A Final Answer: A×B=B×AA \times B=B \times A
Q13:ipmat indore 2025QASet TheoryMediumMCQ · MCQ
Let AA and BB be two finite sets where the values of n(AB)n(A-B), n(AB)n(A\cap B), and n(BA)n(B-A) form an arithmetic progression. (Note: n(X)n(X) represents the total number of elements within a finite set XX). Given that n(AB)=18n(A\cup B) = 18, determine the exact value of n(A)+n(B)n(A) + n(B).
  • A24
  • B27
  • C30
  • D36
Pick an option to attempt
The Setup: We are dropping into a crossover between Set Theory and Arithmetic Progressions. By breaking the sets down into their mutually exclusive, non-overlapping regions, we can algebraicize the entire Venn diagram and solve it without needing the exact value of the common difference. Step 1: Define the AP regions. A Venn diagram with two sets is made of three distinct zones: strictly A (ABA-B), the overlap (ABA \cap B), and strictly B (BAB-A). Since these three regions form an arithmetic progression, we can represent their element counts using a standard AP format with middle term aa and common difference dd: * n(AB)=adn(A-B) = a - d * n(AB)=an(A\cap B) = a * n(BA)=a+dn(B-A) = a + d Step 2: Solve for the middle term. We are given that the total number of elements in the union n(AB)n(A \cup B) is 18. The union is simply the sum of our three distinct zones: n(AB)=n(AB)+n(AB)+n(BA)n(A \cup B) = n(A-B) + n(A \cap B) + n(B-A) Substitute our AP variables: 18=(ad)+a+(a+d)18 = (a - d) + a + (a + d) 18=3a18 = 3a a=6a = 6 We now know the exact size of the intersection: n(AB)=6n(A \cap B) = 6. Step 3: Calculate the target sum. The question asks for the total value of n(A)+n(B)n(A) + n(B). Let's build both sets from our defined zones: * n(A)=n(AB)+n(AB)=(ad)+a=2adn(A) = n(A-B) + n(A \cap B) = (a - d) + a = 2a - d * n(B)=n(BA)+n(AB)=(a+d)+a=2a+dn(B) = n(B-A) + n(A \cap B) = (a + d) + a = 2a + d Now, add them together: n(A)+n(B)=(2ad)+(2a+d)n(A) + n(B) = (2a - d) + (2a + d) n(A)+n(B)=4an(A) + n(B) = 4a Since we already locked in a=6a = 6, we just multiply: n(A)+n(B)=4(6)=24n(A) + n(B) = 4(6) = 24 The d-d and +d+d perfectly cancel each other out, making the math completely flawless. Final Answer: 24
Q14:ipmat indore 2024QASet TheoryEasyMCQ · MCQ
In a survey of 500 people, it was found that 250 owned a 4-wheeler but not a 2-wheeler, 100 owned a 2-wheeler but not a 4-wheeler, and 100 owned neither a 4-wheeler nor a 2-wheeler. Then the number of people who owned both is
  • A75
  • B60
  • C100
  • D50
Pick an option to attempt
The Setup: This is a classic Set Theory problem solvable by mapping the given disjoint subsets to the universal set total. Step 1: Identify the disjoint groups. The total population sampled (Universal Set) is 500500. Group 1 (Only 4-wheeler) =250= 250 Group 2 (Only 2-wheeler) =100= 100 Group 3 (Neither) =100= 100 Group 4 (Both) == Let this be xx. Step 2: Formulate the union equation. Because these four groups represent mutually exclusive, completely exhaustive subsets of the surveyed population, their sum must equal the total. Total=(Only 4W)+(Only 2W)+(Both)+(Neither)\text{Total} = (\text{Only 4W}) + (\text{Only 2W}) + (\text{Both}) + (\text{Neither}) 500=250+100+x+100500 = 250 + 100 + x + 100 500=450+x500 = 450 + x x=50x = 50 Final Answer: 50
Q15:ipmat indore 2026QASet TheoryHardMCQ · MCQ
In a class, 25% of all students read news from the Internet. Moreover, 45% of all students read news from printed newspaper. Further, 20% of all students read news from both the Internet and printed newspaper and they do not play video games. It is also known that 30% of the students who do not read news play video games. The minimum percentage of students who do not play video games is
  • A45 percent
  • B25 percent
  • C35 percent
  • D55 percent
Pick an option to attempt
The Setup: This is a Set Theory Venn diagram puzzle layered with percentage scaling. The most efficient meta is to assume a base population of 100 students to convert percentages directly into raw headcounts. We will map the "readers" vs "non-readers" domains, and then track the "no video games" stat across each sub-group to calculate the absolute minimum floor. Math, logic, and syntax are locked in and double-verified. Step 1: Map the base reader domains. Let the total number of students be 100. * Internet readers (II) = 25 * Newspaper readers (NN) = 45 * Both Internet and Newspaper (INI \cap N) = 20 Using the Principle of Inclusion-Exclusion, we find the total number of students who read *any* news: Total Readers=I+N(IN)Total\ Readers = I + N - (I \cap N) Total Readers=25+4520=50Total\ Readers = 25 + 45 - 20 = 50 Step 2: Calculate the non-reader domain. Subtract the readers from our total population to find the non-readers: Non-readers=10050=50Non\text{-}readers = 100 - 50 = 50 Step 3: Extract the non-gamer stats from the non-readers. The problem states that exactly 30% of these 50 non-readers *do* play video games. Gamers (from non-readers)=0.30×50=15Gamers\ (from\ non\text{-}readers) = 0.30 \times 50 = 15 Subtract these gamers from the non-reader pool to find the guaranteed non-gamers in this domain: Non-gamers (from non-readers)=5015=35Non\text{-}gamers\ (from\ non\text{-}readers) = 50 - 15 = 35 Step 4: Lock in the guaranteed non-gamers from the reader domain. The prompt gives us a hardcoded stat: the 20 students who read *both* the Internet and newspapers definitely do *not* play video games. Guaranteed non-gamers (from readers)=20Guaranteed\ non\text{-}gamers\ (from\ readers) = 20 Step 5: Calculate the absolute minimum non-gamers. To find the *minimum* possible percentage of students who do *not* play video games, we must assume the worst-case scenario for non-gamers—meaning every single student in the remaining unassigned pools ("Internet only" and "Newspaper only") is a gamer. We simply sum our guaranteed non-gamer stats: Minimum Non-gamers=35 (from step 3)+20 (from step 4)Minimum\ Non\text{-}gamers = 35\ (\text{from step 3}) + 20\ (\text{from step 4}) Minimum Non-gamers=55Minimum\ Non\text{-}gamers = 55 Since our base population is exactly 100, this raw headcount directly translates to 55 percent. Final Answer: 55
Q16:ipmat indore 2026QASet TheoryMediumMCQ · MCQ
Let S={1,2,,180}S = \{1, 2, \dots, 180\}. Define AA as the set of all multiples of 4 in SS, BB as the set of all multiples of 6 in SS, and CC as the set of all multiples of 9 in SS. The number of elements in SS that belong to exactly one of A,B,CA, B, C is ___
  • A50
  • B40
  • C48
  • D44
Pick an option to attempt
The Setup: This is a Set Theory Venn diagram boss fight. The meta is to calculate the raw cardinality (headcount) for each individual set by dividing the max range (180180) by the target multiple. Then we find the overlapping intersection stats using the Least Common Multiple (LCM) of the bases. Finally, we drop the specific "exactly one" inclusion-exclusion formula to secure the final count. Math, logic, and syntax are locked in and double-verified. Step 1: Calculate the base set counts. Divide the total range (180180) by each set's respective multiple to get the raw counts: A (multiples of 4)=1804=45|A|\ (\text{multiples of } 4) = \frac{180}{4} = 45 B (multiples of 6)=1806=30|B|\ (\text{multiples of } 6) = \frac{180}{6} = 30 C (multiples of 9)=1809=20|C|\ (\text{multiples of } 9) = \frac{180}{9} = 20 Step 2: Calculate the 2-way intersection stats. To find the overlaps, we calculate the LCM for each pair of bases and divide 180180 by that new LCM: * **AA and BB (LCM of 4 and 6 is 12):** AB (multiples of 12)=18012=15|A \cap B|\ (\text{multiples of } 12) = \frac{180}{12} = 15 * **AA and CC (LCM of 4 and 9 is 36):** AC (multiples of 36)=18036=5|A \cap C|\ (\text{multiples of } 36) = \frac{180}{36} = 5 * **BB and CC (LCM of 6 and 9 is 18):** BC (multiples of 18)=18018=10|B \cap C|\ (\text{multiples of } 18) = \frac{180}{18} = 10 Step 3: Calculate the 3-way intersection stat. Find the overlap of all three sets by taking the LCM of 4, 6, and 9 (which is 36): ABC (multiples of 36)=18036=5|A \cap B \cap C|\ (\text{multiples of } 36) = \frac{180}{36} = 5 Step 4: Execute the 'Exactly One' formula. To find the number of elements that belong to exactly *one* of the sets, we use the standard derived inclusion-exclusion formula for this specific condition: Exactly One=A+B+C2(AB+AC+BC)+3ABCExactly\ One = |A| + |B| + |C| - 2(|A \cap B| + |A \cap C| + |B \cap C|) + 3|A \cap B \cap C| Substitute all our locked stats into the formula: Exactly One=(45+30+20)2(15+5+10)+3(5)Exactly\ One = (45 + 30 + 20) - 2(15 + 5 + 10) + 3(5) Exactly One=952(30)+15Exactly\ One = 95 - 2(30) + 15 Exactly One=9560+15Exactly\ One = 95 - 60 + 15 Exactly One=50Exactly\ One = 50 Final Answer: 50

Browse other topics · IPMAT Indore