Class 12 Board MCQ Solutions: Ten Previous-Paper Questions
Worked solutions to ten multiple-choice questions from previous Class 12 board papers, covering inverse trigonometry, matrices and determinants, definite integrals, vectors, linear programming, and probability.
This lesson works through ten objective questions drawn from previous Class 12 board exam papers. It spans a wide mix of topics: evaluating an inverse trigonometry value, multiplying row and column matrices, solving a determinant equation, computing a definite integral, finding an angle between vectors, reasoning about optimal points in a linear programming problem, and two short probability questions. Each answer is reached step by step so you can see the full working.
What you'll learn
How to evaluate an inverse sine of a cosine by shifting it to a sine and reducing the angle
How to multiply a row matrix by a column matrix and combine the results
How to compute a definite integral of tangent squared using the secant squared identity
How to count favourable outcomes for a probability that a ratio is a whole number
Lesson chapters
0:00Inverse sine of a cosine value
0:27Products of row and column matrices
1:27Solving a determinant equation for x
2:41Definite integral of tangent squared
3:49Angle between two vectors
4:25Linear programming: when the maximum repeats
5:24Probability that a ratio is an integer
6:16Probability of drawing two white balls
6:44Matrix equality and the product xy
7:29Rate of change of a circle's area
Lesson notes
This lesson works through ten objective questions from previous Class 12 board papers, covering inverse trigonometry, matrices, determinants, integration, vectors, linear programming, and probability.
Evaluating sin−1(cos53π)
Write the cosine as a sine using cosθ=sin(2π−θ):
cos53π=sin(2π−53π)=sin(105π−6π)=sin(−10π).
Since −10π lies in the principal range, sin−1(sinx)=x gives:
sin−1(cos53π)=−10π.
Combining matrix products AB and XY
Let A=[2−34] and B=322, with X=[123] and Y=234.
Product AB. Multiplying the row by the column:
AB=2⋅3+(−3)⋅2+4⋅2=6−6+8=8.
Product XY. Similarly:
XY=1⋅2+2⋅3+3⋅4=2+6+12=20.
Adding the two single-entry results:
AB+XY=8+20=28.
Solving a determinant equation for x
We are given a determinant equation whose solution is x=−1. Expanding the determinant along the first row, collecting the terms in x, and setting the result to zero reduces to:
3x=−3⟹x=−1.
Definite integral ∫0π/8tan22xdx
Use the identity tan2θ=sec2θ−1:
∫0π/8tan22xdx=∫0π/8(sec22x−1)dx.
Integrating each term, with ∫sec22xdx=21tan2x:
=[21tan2x−x]0π/8.
At the upper limit 2x=4π, so tan4π=1:
=(21⋅1−8π)−(0−0)=21−8π.
Angle between two vectors
Given a⋅b=21∣a∣∣b∣, use the dot-product formula:
cosθ=∣a∣∣b∣a⋅b=∣a∣∣b∣21∣a∣∣b∣=21.
Therefore:
θ=3π=60∘.
Linear programming: when the maximum repeats
If the objective function z takes the same maximum value at two corner points of the feasible region, then the maximum is not attained only at those two points. Every point on the line segment joining them gives the same value of z, so the number of points where the maximum occurs is infinite.
Probability that ba is an integer
Two distinct numbers a and b (a=b) are chosen from the set {1,2,3,4,5}. The number of ordered pairs is:
n(S)=5×4=20.
The favourable pairs, where ba is a whole number, are (2,1),(3,1),(4,1),(5,1),(4,2), giving 5 outcomes. So:
P(ba is an integer)=205=41.
Probability of drawing two white balls
A bag contains 3 white, 4 black, and 2 red balls, so 9 in total. Two balls are drawn without replacement. The probability both are white is:
9C23C2=363=121.
Matrix equality and the product xy
Comparing corresponding entries gives the system:
x+y=2,x−y=4.
Adding the equations: 2x=6, so x=3. Substituting back: y=2−3=−1. Therefore:
x⋅y=3×(−1)=−3.
Rate of change of a circle's area
The area of a circle is A=πr2. Differentiating with respect to the radius:
drdA=2πr.
At r=3:
drdA=2π⋅3=6π cm.
Key takeaways
Convert cosθ to sin(2π−θ) to evaluate an inverse-sine cleanly.
A row matrix times a column matrix gives a single number; here AB+XY=28.
For ∫tan22xdx, replace tan2 with sec2−1 before integrating.
In an LPP, equal maxima at two corners means infinitely many optimal points along the joining segment.