A comprehensive platform for Teachers to create standard question papers and Students to practice Case-Based, Assertion-Reason, and Critical Thinking questions.
Create professional PDF/Word papers with logo, instructions, and mixed question types in minutes.
Explore our repository by Class and Topic. Filter by "Knowledge" or "Competency" levels.
For Students. Take timed MCQ tests to check your understanding. Get instant feedback.
According to NEP 2020, rote learning is out. The focus has shifted to assessing a student's ability to apply concepts in real-life situations.
Questions derived from real-world passages to test analytical skills.
Testing the logic behind concepts, not just the definition.
Open-ended scenarios that require thinking beyond the textbook.
We provide complete AI-Powered Explanations for every question.
First, we find the total number of strictly increasing functions from $A$ to $B$ without any restrictions. Since $A$ has 6 elements and $B$ has 9 elements, we need to choose 6 distinct elements from $B$ and arrange them in increasing order. The number of ways to do this is $\binom{9}{6} = \frac{9!}{6!3!} = \frac{9 \times 8 \times 7}{3 \times 2 \times 1} = 84$.
Now, we use the Principle of Inclusion-Exclusion to account for the condition $f(i) \ne i$ for all $i$. Let $S_i$ be the set of functions such that $f(i) = i$. We want to find the number of functions such that none of the $f(i) = i$ holds.
Using the Principle of Inclusion-Exclusion, the number of functions such that $f(i) \ne i$ for all $i$ is:
$\binom{9}{6} - \binom{6}{1}\binom{8}{5} + \binom{6}{2}\binom{7}{4} - \binom{6}{3}\binom{6}{3} + \binom{6}{4}\binom{5}{2} - \binom{6}{5}\binom{4}{1} + \binom{6}{6}\binom{3}{0}$
$= 84 - 6(56) + 15(35) - 20(20) + 15(10) - 6(4) + 1(1)$
$= 84 - 336 + 525 - 400 + 150 - 24 + 1 = 84 + 525 + 150 + 1 - 336 - 400 - 24 = 760 - 760 = 0$
The calculation above is incorrect. Let's recalculate using the Principle of Inclusion-Exclusion.
$N = \binom{9}{6} - \sum_{i=1}^6 (-1)^{i-1} \binom{6}{i} \binom{9-i}{6-i}$
$N = \binom{9}{6} - \binom{6}{1}\binom{8}{5} + \binom{6}{2}\binom{7}{4} - \binom{6}{3}\binom{6}{3} + \binom{6}{4}\binom{5}{2} - \binom{6}{5}\binom{4}{1} + \binom{6}{6}\binom{3}{0}$
$N = 84 - 6(56) + 15(35) - 20(20) + 15(10) - 6(4) + 1(1)$
$N = 84 - 336 + 525 - 400 + 150 - 24 + 1 = 0$
Let $S$ be the set of all strictly increasing functions from $A$ to $B$. Then $|S| = \binom{9}{6} = 84$. Let $A_i$ be the set of functions in $S$ such that $f(i) = i$. We want to find $|S \setminus (A_1 \cup A_2 \cup \dots \cup A_6)|$.
By the Principle of Inclusion-Exclusion:
$|A_1 \cup A_2 \cup \dots \cup A_6| = \sum |A_i| - \sum |A_i \cap A_j| + \sum |A_i \cap A_j \cap A_k| - \dots + (-1)^{6-1} |A_1 \cap A_2 \cap \dots \cap A_6|$
$|A_i| = \binom{9-1}{6-1} = \binom{8}{5} = 56$. There are $\binom{6}{1}$ such terms.
$|A_i \cap A_j| = \binom{9-2}{6-2} = \binom{7}{4} = 35$. There are $\binom{6}{2}$ such terms.
$|A_i \cap A_j \cap A_k| = \binom{9-3}{6-3} = \binom{6}{3} = 20$. There are $\binom{6}{3}$ such terms.
$|A_i \cap A_j \cap A_k \cap A_l| = \binom{9-4}{6-4} = \binom{5}{2} = 10$. There are $\binom{6}{4}$ such terms.
$|A_i \cap A_j \cap A_k \cap A_l \cap A_m| = \binom{9-5}{6-5} = \binom{4}{1} = 4$. There are $\binom{6}{5}$ such terms.
$|A_1 \cap A_2 \cap A_3 \cap A_4 \cap A_5 \cap A_6| = \binom{9-6}{6-6} = \binom{3}{0} = 1$. There is $\binom{6}{6}$ such term.
$|A_1 \cup A_2 \cup \dots \cup A_6| = \binom{6}{1}\binom{8}{5} - \binom{6}{2}\binom{7}{4} + \binom{6}{3}\binom{6}{3} - \binom{6}{4}\binom{5}{2} + \binom{6}{5}\binom{4}{1} - \binom{6}{6}\binom{3}{0}$
$= 6(56) - 15(35) + 20(20) - 15(10) + 6(4) - 1(1) = 336 - 525 + 400 - 150 + 24 - 1 = 860 - 676 = 84$
So, $|S \setminus (A_1 \cup A_2 \cup \dots \cup A_6)| = |S| - |A_1 \cup A_2 \cup \dots \cup A_6| = 84 - 84 = 0$
Correct Answer: 0