Browse papers
A

Group A

Multiple Choice Questions carrying 1 mark each. Copy the correct option in the answer sheet. (The full paper has 11 MCQs; this released-items set contains sample MCQs.)

2 questions·1 marks each
1mcq1 marks

Which of the following is the sum of the squares of the first nn natural numbers?

  • A

    (n(n+1)2)2\left(\dfrac{n(n+1)}{2}\right)^2

  • B

    n(n+1)(2n+1)6\dfrac{n(n+1)(2n+1)}{6}

  • C

    n(n+1)6\dfrac{n(n+1)}{6}

  • D

    n(2n+1)4\dfrac{n(2n+1)}{4}

algebrasequence-and-seriessummation
2mcq1 marks

Which of the following is the derivative of tanh1x3\tanh^{-1}\dfrac{x}{3}?

  • A

    11+x2\dfrac{1}{1+x^2}

  • B

    39x2\dfrac{3}{9-x^2}

  • C

    11+9x2\dfrac{1}{1+9x^2}

  • D

    19x2\dfrac{1}{9-x^2}

calculusderivativeinverse-hyperbolic
B

Group B

Short Answer Questions carrying 5 marks each. There may be sub-questions and optional (OR) questions. (The full paper has 8 short-answer questions; this released-items set contains a sample.)

1 questions·5 marks each
3short5 marks

The following table gives the income and expenditure of six days of a firm in thousand Rupees.

DayFirstSecondThirdFourthFifthSixth
Income (XX)203025201518
Expenditure (YY)101215202312

a) Find the correlation coefficient between XX and YY. [3]

b) Find the regression coefficient of YY on XX. [2]

Given data (n=6n=6):

XXYYX2X^2Y2Y^2XYXY
2010400100200
3012900144360
2515625225375
2020400400400
1523225529345
1812324144216
X=128\sum X=128Y=92\sum Y=92X2=2874\sum X^2=2874Y2=1542\sum Y^2=1542XY=1896\sum XY=1896

a) Correlation coefficient

r=nXYXYnX2(X)2  nY2(Y)2r=\frac{n\sum XY-\sum X\sum Y}{\sqrt{n\sum X^2-(\sum X)^2}\;\sqrt{n\sum Y^2-(\sum Y)^2}}

Numerator =6(1896)(128)(92)=1137611776=400= 6(1896)-(128)(92)=11376-11776=-400.

nX2(X)2=6(2874)1282=1724416384=860n\sum X^2-(\sum X)^2 = 6(2874)-128^2 = 17244-16384 = 860.

nY2(Y)2=6(1542)922=92528464=788n\sum Y^2-(\sum Y)^2 = 6(1542)-92^2 = 9252-8464 = 788.

r=400860788=400677680400823.20.49r=\frac{-400}{\sqrt{860}\,\sqrt{788}}=\frac{-400}{\sqrt{677680}}\approx\frac{-400}{823.2}\approx -0.49

(The official marking scheme records the working values X=128, Y=92, XY=1896, X2=2874, Y2=1542\sum X=128,\ \sum Y=92,\ \sum XY=1896,\ \sum X^2=2874,\ \sum Y^2=1542.) [3]

b) Regression coefficient of YY on XX

bYX=nXYXYnX2(X)2=4008600.465b_{YX}=\frac{n\sum XY-\sum X\sum Y}{n\sum X^2-(\sum X)^2}=\frac{-400}{860}\approx -0.465

Thus the regression coefficient of YY on XX is approximately 0.47-0.47. [2]

statisticscorrelationregression
C

Group C

Long Answer Questions carrying 8 marks each. There may be sub-questions and optional (OR) questions. (The full paper has 3 long-answer questions; this released-items set contains a sample.)

1 questions·8 marks each
4long8 marks

a) If (1+x)n=C0+C1x+C2x2++Cnxn(1+x)^n=C_0+C_1x+C_2x^2+\cdots+C_nx^n, prove that C0Cn+C1Cn1+C2Cn2++CnC0=(2n)!n!n!C_0C_n+C_1C_{n-1}+C_2C_{n-2}+\cdots+C_nC_0=\dfrac{(2n)!}{n!\,n!}. [3]

b) Using the principle of mathematical induction, prove that for every natural number nn, 1+2+3++n=n(n+1)21+2+3+\cdots+n=\dfrac{n(n+1)}{2}. [2]

c) Solve by using the row-equivalent matrix method: x+y+z=6, xy+z=2, x+yz=0x+y+z=6,\ x-y+z=2,\ x+y-z=0. [3]

a) Binomial coefficient identity

Consider (1+x)n(1+x)n=(1+x)2n(1+x)^n(1+x)^n=(1+x)^{2n}.

Write (1+x)n=C0+C1x+C2x2++Cnxn(1+x)^n=C_0+C_1x+C_2x^2+\cdots+C_nx^n and also (x+1)n=C0xn+C1xn1++Cn(x+1)^n=C_0x^n+C_1x^{n-1}+\cdots+C_n.

Multiplying these two expansions, the coefficient of xnx^n on the left is

C0Cn+C1Cn1+C2Cn2++CnC0.C_0C_n+C_1C_{n-1}+C_2C_{n-2}+\cdots+C_nC_0.

On the right, (1+x)2n=r=02n(2nr)xr(1+x)^{2n}=\sum_{r=0}^{2n}\binom{2n}{r}x^r, so the coefficient of xnx^n is (2nn)=(2n)!n!n!\binom{2n}{n}=\dfrac{(2n)!}{n!\,n!}.

Equating the coefficients of xnx^n:

C0Cn+C1Cn1++CnC0=(2nn)=(2n)!n!n!.C_0C_n+C_1C_{n-1}+\cdots+C_nC_0=\binom{2n}{n}=\frac{(2n)!}{n!\,n!}.\qquad\blacksquare

[3]

b) Mathematical induction

Let P(n): 1+2+3++n=n(n+1)2P(n):\ 1+2+3+\cdots+n=\dfrac{n(n+1)}{2}.

Base case P(1)P(1): LHS =1=1, RHS =1(1+1)2=1=\dfrac{1(1+1)}{2}=1. So P(1)P(1) is true.

Inductive step: Assume P(k)P(k) is true, i.e. 1+2++k=k(k+1)21+2+\cdots+k=\dfrac{k(k+1)}{2}.

Then for P(k+1)P(k+1):

1+2++k+(k+1)=k(k+1)2+(k+1)=(k+1)(k2+1)=(k+1)(k+2)2.1+2+\cdots+k+(k+1)=\frac{k(k+1)}{2}+(k+1)=(k+1)\left(\frac{k}{2}+1\right)=\frac{(k+1)(k+2)}{2}.

This is exactly P(k+1)P(k+1). Hence by the principle of mathematical induction, P(n)P(n) is true for every natural number nn. \blacksquare [2]

c) Row-equivalent (Gaussian elimination) method

The augmented matrix is

[111611121110].\left[\begin{array}{ccc|c}1&1&1&6\\1&-1&1&2\\1&1&-1&0\end{array}\right].

R2R2R1, R3R3R1R_2\to R_2-R_1,\ R_3\to R_3-R_1:

[111602040026].\left[\begin{array}{ccc|c}1&1&1&6\\0&-2&0&-4\\0&0&-2&-6\end{array}\right].

From R2: 2y=4y=2R_2:\ -2y=-4\Rightarrow y=2. From R3: 2z=6z=3R_3:\ -2z=-6\Rightarrow z=3.

From R1: x+y+z=6x+2+3=6x=1R_1:\ x+y+z=6\Rightarrow x+2+3=6\Rightarrow x=1.

x=1,y=2,z=3\boxed{x=1,\quad y=2,\quad z=3}

[3]

algebrabinomial-theoremmathematical-inductionmatrices

Frequently asked questions

Where can I find the NEB Class 12 Mathematics (NEB Released Items) question paper 2081?
The full NEB Class 12 Mathematics (NEB Released Items) 2081 (model) question paper is available free on Kekkei. You can read every question online and attempt the paper under timed exam conditions.
Does the Mathematics (NEB Released Items) 2081 paper come with solutions?
Yes. Every question on this Mathematics (NEB Released Items) past paper includes a step-by-step solution, plus instant AI feedback when you attempt it on Kekkei.
Is practising this Mathematics (NEB Released Items) past paper free?
Yes — reading and attempting this Mathematics (NEB Released Items) past paper on Kekkei is completely free.