UG Admission Test 2023: Statistics Questions
UG Admission Test 2023: Statistics Questions
Given 11 matches, each with 3 outcomes, calculate ways to correctly predict exactly 6. Choose 6 correctly from 11 using combinations \(\binom{11}{6}\), then arrange incorrect outcomes for the remaining 5 using \(3^{5}\) for remaining different outcomes. The total number of predictions with exactly 6 correct is \(\binom{11}{6} \times 3^5\) accounting for varied result possibilities in three-outcome game scenarios, yielding exact count and ensuring no additional non-trivial patterns affect predictions .
A 2x2 matrix with elements 0 or 1 has a non-zero determinant if and only if it is invertible. The determinant of a matrix \([[a, b], [c, d]]\) is ad-bc. Out of the 16 possible 2x2 matrices, count those matrices where ad-bc ≠ 0. These rely on conditions such as not both 'a' and 'd', nor 'b' and 'c', equaling 1 simultaneously. Detailed enumeration shows exactly 6 matrices have non-zero determinants, so the probability is 6/16 = 3/8 .
The integral \( \int_{2014}^{1} \frac{\tan^{-1}x}{x} \, dx \) requires integration by parts, selecting \( u = \tan^{-1}x \), \( dv = \frac{1}{x}dx \), which results in \( du = \frac{1}{1+x^2} dx \) and \( v = \ln|x| \). Compute using integration by parts' formula, integrate from \(x = 2014\) to \(x = 1\), then simplify. Evaluate and use properties of logarithms and trigonometric functions for simplification, offering the closed form \(\frac{\pi}{4} \ln{2014}\).
The sequence is formed by removing all perfect squares from the natural numbers. To find the 2015th term of this sequence, consider the count of numbers removed up to any integer n, which is approximately the number of perfect squares ≤ n. This is given by ⌊√n⌋. Thus, the nth term of the new sequence is n + ⌊√n⌋. Solving for when this adjusted count reaches 2015, we set n + ⌊√n⌋ = 2015, and estimate n. By trying values around 2058 (since it's near 2015 + √2015) and calculating precisely, we find that the number 2059 is the 2015th term after recalculating n and adjusting for ⌊√n⌋ accurately .
To solve for g(4), recognize that g'(x^2) = x^3 implies integrating the derivative with respect to x^2 should provide the function g. Rewrite x^3 as the derivative of a function with respect to x, then integrate: integrate x^3 by recognizing g'(x^2) = x * x^2. Integrating gives: g(x) = (1/5)x^(5/2) + C. Evaluate using the condition g(1) = 1 to find C. Finally, substitute x=4 into the derived function to find g(4), yielding g(4) = 32/5 .
The probability that numbers 1 and 2 appear as neighbors in a permutation of 1 to n can be calculated by treating the pair {1,2} or {2,1} as a single unit. There are (n-1)! permutations for the remaining n-1 units and each unit can be arranged internally, providing 2!(n-1)! favorable outcomes. The total number of permutations of n numbers is n!. Therefore, the probability is given by 2!(n-1)!/n! = 2/n .
To determine the shape represented by y^2 - 2y - x^2 + 4x = 3, complete the square for both x and y. Write the equation as (y-1)^2 - (x-2)^2 = 4, which resembles the standard form of a hyperbola equation. Thus, the equation describes a hyperbola, as terms on one side are squared and separated by subtraction, which typifies this conic section .
Calculate the probability of the seventh bulb being the last defective one using combinatorial logic. If selecting from 12 bulbs, where 3 are defective, choosing positions of first 2 defects in 6 trials matters. Choose positions of these 2 defects from the 6 spots using \(\binom{6}{2}\). The remaining bulbs in the sequence don’t include defects, with only the 7th being defective, giving probability \(\frac{\binom{6}{2} \cdot \binom{9}{4}}{\binom{12}{6}}\), accounting for all possible ways to arrange non-defective bulbs among positions .
The statement (A) {1, 2} ∈ {1, 2, {1, 2, 3}} is incorrect because {1, 2} is not an element but a subset. The correct relationships are (B) {1, 2} ⊆ {1, 2, {1, 2, 3}} since {1, 2} is considered a subset, and (C) while {1, 2, 3} ⊆ {1, 2, {1, 2, 3}} is also incorrect because {1, 2, 3} as a whole is not a subset of the set. Meanwhile, (D) 3 ∈ {1, 2, {1, 2, 3}} is incorrect because 3 is not directly in the set; it is part of a subset .
To graph \( y = \min(|x-1|, |x+2|) \), consider piecewise sections where either expression dominates. Calculate points of intersection where \(|x-1| = |x+2|\), yielding critical points. The function effectively becomes a V-shape on intersection points. Evaluate the integral by splitting it according to these segments and calculating definite integrals over \([-2, 1.5]\) for \(|x+2|\) and \([1.5, 2]\) for \(|x-1|\). Combine results to find final value for \(\int_{-2}^{2} \min(|x-1|, |x+2|) \, dx = 3.5\).