← Back to all lessons
Class 10Algebra15:33Published 28 Feb 2025

Solution of 10 Sure 2-Mark Questions for Class 10

A step-by-step walkthrough of ten high-yield 2-mark questions from previous CBSE Class 10 board papers, covering trigonometry, coordinate geometry, probability, arithmetic progressions, quadratic polynomials, and prime factorisation.

This lesson works through ten two-mark questions chosen from earlier CBSE Class 10 board papers, the kind that turn up reliably each year. It moves through finding angles from sine and cosine values, the ratio in which a point divides a segment, two birthday probability cases, the sum of multiples of 9 in a range, a value of k for a quadratic polynomial, and short problems on arithmetic progressions, coordinate geometry, a trigonometric ratio, and prime factorisation. Each answer is set up and finished so you can see exactly how to earn the marks.

What you'll learn

  • Finding two angles from the sine and cosine of their difference and sum
  • Using the section formula to find the ratio in which a point divides a segment
  • Summing the multiples of a number that lie between two limits
  • Finding the value of a coefficient from a condition on the roots of a quadratic

Lesson chapters

0:00Correction to an earlier question
0:30Finding two angles from sine and cosine
1:42Ratio in which a point divides a segment
3:29Two birthday probability cases
4:07Sum of multiples of 9 between two numbers
6:56Finding k from a condition on the roots
9:47AP, probability, coordinates, and prime factors

Lesson notes

This lesson works through ten sure-shot two-mark questions taken from previous CBSE Class 10 board papers, covering trigonometry, coordinate geometry, probability, arithmetic progressions, quadratic polynomials, and prime factorisation.

A quick correction to an earlier video first: in that question the final steps should read 4k3k=2-4k - 3k = -2, so 7k=2-7k = -2 and k=27k = \tfrac{2}{7}, giving the ratio k:1=2:7k : 1 = 2 : 7.

Finding two angles from sine and cosine

Given sin(AB)=12\sin(A - B) = \tfrac{1}{2} and cos(A+B)=12\cos(A + B) = \tfrac{1}{2}, with 0<A<900^\circ < A < 90^\circ and A>BA > B, find AA and BB.

Since sin30=12\sin 30^\circ = \tfrac{1}{2} and cos60=12\cos 60^\circ = \tfrac{1}{2}:

AB=30(1),A+B=60(2).A - B = 30^\circ \quad (1), \qquad A + B = 60^\circ \quad (2).

Adding (1)(1) and (2)(2) gives 2A=902A = 90^\circ, so A=45A = 45^\circ. Substituting back into (1)(1), 45B=3045^\circ - B = 30^\circ, so B=15B = 15^\circ.

A=45,B=15.A = 45^\circ, \qquad B = 15^\circ.

Ratio in which a point divides a segment

In what ratio does the point P(4,6)P(-4, 6) divide the segment joining A(6,10)A(-6, 10) and B(3,8)B(3, -8)?

Let the ratio be k:1k : 1, so m1=km_1 = k and m2=1m_2 = 1. By the section formula, the x-coordinate of PP is

4=k(3)+1(6)k+1=3k6k+1.-4 = \frac{k(3) + 1(-6)}{k + 1} = \frac{3k - 6}{k + 1}.

Cross-multiplying, 4(k+1)=3k6-4(k + 1) = 3k - 6, so 4k4=3k6-4k - 4 = 3k - 6. Collecting the kk terms:

7k=2,k=27.-7k = -2, \qquad k = \frac{2}{7}.

So PP divides ABAB in the ratio 2:72 : 7.

Two birthday probability cases

Two friends, Savitha and Hamida, are considered (ignoring leap years).

Different birthdays. The first person can have any of 365365 days; the second must avoid that one day, leaving 364364 favourable outcomes:

P(different)=364365.P(\text{different}) = \frac{364}{365}.

Same birthday. Only one day works for the second person:

P(same)=1365.P(\text{same}) = \frac{1}{365}.

Sum of multiples of 9 between two numbers

Find the sum of all integers between 9292 and 786786 that are multiples of 99.

First term. Take the number just after the lower limit, 9393. Dividing 9393 by 99 leaves a remainder of 33, so add 93=69 - 3 = 6 to get the first multiple:

a1=93+6=99.a_1 = 93 + 6 = 99.

Last term. Take the number just before the upper limit, 785785. Dividing 785785 by 99 leaves a remainder of 22, so subtract it:

an=7852=783.a_n = 785 - 2 = 783.

Number of terms. With common difference d=9d = 9:

n=ana1d+1=783999+1=76+1=77.n = \frac{a_n - a_1}{d} + 1 = \frac{783 - 99}{9} + 1 = 76 + 1 = 77.

Sum.

Sn=n2(a1+an)=772(99+783)=772(882)=77×441=33957.S_n = \frac{n}{2}(a_1 + a_n) = \frac{77}{2}(99 + 783) = \frac{77}{2}(882) = 77 \times 441 = 33957.

Finding k from a condition on the roots

If α\alpha and β\beta are the zeros of f(x)=kx2+4x+4f(x) = kx^2 + 4x + 4 with α2+β2=24\alpha^2 + \beta^2 = 24, find kk.

Here a=ka = k, b=4b = 4, c=4c = 4, so

α+β=ba=4k,αβ=ca=4k.\alpha + \beta = -\frac{b}{a} = -\frac{4}{k}, \qquad \alpha\beta = \frac{c}{a} = \frac{4}{k}.

Using α2+β2=(α+β)22αβ=24\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = 24:

(4k)22(4k)=24,16k28k=24.\left(-\frac{4}{k}\right)^2 - 2\left(\frac{4}{k}\right) = 24, \qquad \frac{16}{k^2} - \frac{8}{k} = 24.

Multiplying through by k2k^2 gives 168k=24k216 - 8k = 24k^2, so

24k2+8k16=0.24k^2 + 8k - 16 = 0.

Dividing by 88, 3k2+k2=03k^2 + k - 2 = 0. Splitting the middle term:

3k2+3k2k2=0,(k+1)(3k2)=0.3k^2 + 3k - 2k - 2 = 0, \qquad (k + 1)(3k - 2) = 0.

k=1ork=23.k = -1 \quad \text{or} \quad k = \frac{2}{3}.

A seventh and thirteenth term of an AP

The seventh term of an AP is 3232 and the thirteenth term is 6262. Find the AP.

a+6d=32(1),a+12d=62(2).a + 6d = 32 \quad (1), \qquad a + 12d = 62 \quad (2).

Subtracting (1)(1) from (2)(2), 6d=306d = 30, so d=5d = 5. From (1)(1), a+30=32a + 30 = 32, so a=2a = 2. The AP is

2,  7,  12,  17,2, \; 7, \; 12, \; 17, \dots

Probability of drawing a blue ball

A bag has 3535 balls, of which xx are blue. The probability of drawing a blue ball is

P(blue)=x35.P(\text{blue}) = \frac{x}{35}.

If 77 more blue balls are added, there are 4242 balls in total and x+7x + 7 blue ones, and this probability is double the first:

x+742=2x35.\frac{x + 7}{42} = 2 \cdot \frac{x}{35}.

Cross-multiplying, 35(x+7)=84x35(x + 7) = 84x, so 35x+245=84x35x + 245 = 84x, giving 49x=24549x = 245 and x=5x = 5.

A point from the ends of a diameter

Find the coordinates of AA, where ABAB is a diameter of a circle with centre (2,1)(2, -1) and B=(1,4)B = (1, 4).

The centre is the midpoint of the diameter. Let A=(x,y)A = (x, y):

2=x+12,1=y+42.2 = \frac{x + 1}{2}, \qquad -1 = \frac{y + 4}{2}.

So x+1=4x + 1 = 4, giving x=3x = 3, and y+4=2y + 4 = -2, giving y=6y = -6. Thus A=(3,6)A = (3, -6).

A trigonometric ratio from cotangent

Evaluate

(1+sinθ)(1sinθ)(1+cosθ)(1cosθ).\frac{(1 + \sin\theta)(1 - \sin\theta)}{(1 + \cos\theta)(1 - \cos\theta)}.

Using (a+b)(ab)=a2b2(a + b)(a - b) = a^2 - b^2, the numerator is 1sin2θ=cos2θ1 - \sin^2\theta = \cos^2\theta and the denominator is 1cos2θ=sin2θ1 - \cos^2\theta = \sin^2\theta:

cos2θsin2θ=cot2θ.\frac{\cos^2\theta}{\sin^2\theta} = \cot^2\theta.

With cotθ=78\cot\theta = \tfrac{7}{8}:

cot2θ=(78)2=4964.\cot^2\theta = \left(\frac{7}{8}\right)^2 = \frac{49}{64}.

Prime factorisation

Express 156156 as a product of prime factors. Dividing repeatedly:

156=2×78=2×2×39=2×2×3×13.156 = 2 \times 78 = 2 \times 2 \times 39 = 2 \times 2 \times 3 \times 13.

Key takeaways

  • Reading off the standard angles for sin30\sin 30^\circ and cos60\cos 60^\circ turns a sine-and-cosine condition into two linear equations in the angles.
  • For a multiple-of-dd range, adjust the inner endpoints by the remainder to get the first and last terms, then use the AP formulas for nn and SnS_n.
  • A condition such as α2+β2\alpha^2 + \beta^2 can be rewritten with (α+β)22αβ(\alpha + \beta)^2 - 2\alpha\beta and the sum and product of the roots.