Class XI Mathematics Sample Paper
Class XI Mathematics Sample Paper
Pascal's triangle, when constructed, gives coefficients for binomial expansion. Each row corresponds to a power of the binomial. For (a + b)^6, the 7th row of Pascal's triangle (starting from 0) is 1, 6, 15, 20, 15, 6, 1. These represent coefficients in the expansion: (a+b)^6 = a^6 + 6a^5b + 15a^4b^2 + 20a^3b^3 + 15a^2b^4 + 6ab^5 + b^6.
A tree diagram systematically maps each coin toss outcome: heads (H) or tails (T). For one coin, outcomes are H, T; for two, HH, HT, TH, TT; three, with additional branches, gives eight outcomes; and four, sixteen (2^4). Each flip doubles outcomes, showing how the sample space expands exponentially, enabling counting based on path completion in the diagram.
A relation between two sets is a collection of ordered pairs whereas a function is a special type of relation where each element in the domain is related to exactly one element in the codomain. Graphically, this is illustrated with domain elements connected by arrows. In a function, each input in a horizontal axis has only one output on the vertical axis; however, relations might connect one input to multiple outputs, visible in vertical line tests on a graph.
The expression \( \frac{x^2-9}{x-3} \) simplifies by factoring the numerator as \( \frac{(x-3)(x+3)}{x-3} \), and cancelling \( x-3 \) reduces it to \( x+3 \). The limit \( x \to 3 \) then becomes straightforward, resulting in 6. Evaluating with points around x=3, like 2.9 or 3.1, confirms consistent behavior, supporting the limit value.
The number of subsets of a set with n elements can be determined using the formula 2^n. This is because each element in the set can either be included in a subset or not, leading to a binary decision (two possibilities) for each element, which results in 2^n possible combinations or subsets.
These trigonometric functions can be plotted on a single set of axes to observe transformations in amplitude and frequency. sin(x) serves as the base curve, sin(2x) compresses the wave horizontally doubling the frequency, 2sin(x) vertically stretches it doubling the amplitude, and sin(x/2) expands horizontally halving the frequency. Patterns show how changes affect amplitude and frequency, demonstrating periodic transformations.
The relation between degree and radian measures is given by the ratio \( \pi \text{ radians} = 180^\circ \). To verify, consider the angle in a circle, where the whole circle is 360 degrees or 2π radians. Therefore, 1 degree equals \( \frac{\pi}{180} \) radians. Verification can involve a conversion, where an angle like 90 degrees (a quarter circle) equals \( \frac{\pi}{2} \) radians.
Venn diagrams can visually represent various set operations by using circles to denote sets and their overlaps and non-overlaps to show set relations. For instance, A ∪ B (union) is depicted as the combined area of sets A and B, A ∩ B (intersection) as their overlapping region, and A' (complement) as the area outside set A. Similarly, (A ∩ B)' is the area not in the intersection, and (A ∪ B)' is outside their union. B − A is the area in B but not in A, while A' ∪ B includes the region outside A combined with B. If A ∩ B = ∅, it confirms A and B are disjoint, with no overlapping area.
The Arithmetic Mean-Geometric Mean Inequality (AM-GM inequality) states that for any non-negative numbers a and b, the arithmetic mean \( \frac{a+b}{2} \) is greater than or equal to the geometric mean \( \sqrt{ab} \). By constructing a square with side (a + b), its area \( (a+b)^2 \) represents twice the product plus the square of the mean, showing that \( (a+b)^2 \geq 4ab \), confirming the inequality for numbers like a=5 and b=3.
The number of ways to select 3 cards from a set of 5 can be determined using combinations, represented by 5 choose 3, or \( \binom{5}{3} \). This is calculated as \( \binom{5}{3} = \frac{5!}{3!(5-3)!} = 10 \) ways. This arises from choosing positions for any 3 cards from 5 possibilities.