Objective paper · 38 questions · partial

JAMB 1992 · UME

Topics include Number bases, Approximation & error, Plane mensuration, Indices & standard form, Surds, Sets & Venn diagrams.

Our copy of this paper is missing questions 3, 14, 17, 22, 23, 24, 25, 28, 29, 34, 41, 46.

Sit this paper

Answer every question in order, timed if you like (suggested 25 min). You're marked when you hand in, then you see where to focus and the working for each question.

Or read it here: every question below has a worked solution.

Question 1

Find nn if 34n=10011234_n = 10011_2.

Worked solution (try it first)
  1. Change the right side to base ten: 100112=16+2+1=1910011_2 = 16 + 2 + 1 = 19.
  2. In base nn, 34n=3n+434_n = 3n + 4, so 3n+4=193n + 4 = 19.
  3. Subtract 4 and divide by 3: n=5n = 5, option A.

Report a problem with this question

Question 2

The radius of a circle is given as 5 cm subject to an error of 0.1 cm. What is the percentage error in the area of the circle?

Worked solution (try it first)
  1. The area is A=πr2A = \pi r^2, so it depends on the square of the radius.
  2. The relative error in rr is 0.15=0.02\frac{0.1}{5} = 0.02, or 2%.
  3. Squaring doubles a small relative error, so the error in the area is about 2×2%=4%2 \times 2\% = 4\%.
  4. Check: π(5.12−52)π×52=1.0125\frac{\pi(5.1^2 - 5^2)}{\pi \times 5^2} = \frac{1.01}{25}
    =4.04%= 4.04\%, which is 4%, option C.

Report a problem with this question

Question 4✱✱

What is the value of xx satisfying the equation 42x43x=2\frac{4^{2x}}{4^{3x}} = 2?

Worked solution (try it first)
  1. Dividing powers of the same base, subtract the indices: 42x−3x=4−x4^{2x - 3x} = 4^{-x}, so 4−x=24^{-x} = 2.
  2. Write 4 as 222^2: 2−2x=212^{-2x} = 2^1.
  3. Equate the powers: −2x=1-2x = 1, so x=−12x = -\frac12, option B.

Report a problem with this question

Question 5

Simplify (1.25×104)×(2.0×10−1)6.25×105\dfrac{(1.25 \times 10^4) \times (2.0 \times 10^{-1})}{6.25 \times 10^5}.

Worked solution (try it first)
  1. Top: 1.25×2.0=2.51.25 \times 2.0 = 2.5 and 104×10−1=10310^4 \times 10^{-1} = 10^3, so the top is 2.5×1032.5 \times 10^3.
  2. Divide: 2.5÷6.25=0.42.5 \div 6.25 = 0.4 and 103÷105=10−210^3 \div 10^5 = 10^{-2}, giving 0.4×10−20.4 \times 10^{-2}.
  3. 0.4 is not between 1 and 10, so write it as 4×10−14 \times 10^{-1}.
  4. The value is 4.0×10−34.0 \times 10^{-3}, option A.

Report a problem with this question

Question 6

Simplify 518−372+4505\sqrt{18} - 3\sqrt{72} + 4\sqrt{50}.

Worked solution (try it first)
  1. Take out square factors: 518=5×325\sqrt{18} = 5 \times 3\sqrt2, which is 15215\sqrt2.
  2. Likewise 372=3×62=1823\sqrt{72} = 3 \times 6\sqrt2 = 18\sqrt2 and 450=4×52=2024\sqrt{50} = 4 \times 5\sqrt2 = 20\sqrt2.
  3. Combine the like surds: 152−182+202=17215\sqrt2 - 18\sqrt2 + 20\sqrt2 = 17\sqrt2, option C.

Report a problem with this question

Question 7

If x=3−3x = 3 - \sqrt3, find x2+36x2x^2 + \dfrac{36}{x^2}.

Worked solution (try it first)
  1. Square xx: (3−3)2=9−63+3(3 - \sqrt3)^2 = 9 - 6\sqrt3 + 3, which is 12−6312 - 6\sqrt3.
  2. Then 3612−63=62−3\dfrac{36}{12 - 6\sqrt3} = \dfrac{6}{2 - \sqrt3}.
  3. Multiply the top and bottom by 2+32 + \sqrt3.
  4. The bottom becomes 4−3=14 - 3 = 1, so this is 12+6312 + 6\sqrt3.
  5. Add: (12−63)+(12+63)=24(12 - 6\sqrt3) + (12 + 6\sqrt3) = 24, option C.

Report a problem with this question

Question 8

If x={all prime factors of 44}x = \{\text{all prime factors of 44}\} and y={all prime factors of 60}y = \{\text{all prime factors of 60}\}, the elements of x∪yx \cup y and x∩yx \cap y respectively are

Worked solution (try it first)
  1. 44=22×1144 = 2^2 \times 11, so its prime factors are x={2,11}x = \{2, 11\}.
  2. 60=22×3×560 = 2^2 \times 3 \times 5, so its prime factors are y={2,3,5}y = \{2, 3, 5\}.
  3. The union takes every element in either set: x∪y={2,3,5,11}x \cup y = \{2, 3, 5, 11\}.
  4. The intersection takes those in both: x∩y={2}x \cap y = \{2\}.
  5. That is option D.

Report a problem with this question

Question 9

If U={0,2,3,6,7,8,9,10}U = \{0, 2, 3, 6, 7, 8, 9, 10\} is the universal set, E={0,4,6,8}E = \{0, 4, 6, 8\} and F={x:x2=26,x is odd}F = \{x : x^2 = 2^6, x \text{ is odd}\}, find (E∩F)′(E \cap F)', where ′' means the complement of a set.

Worked solution (try it first)
  1. x2=26=64x^2 = 2^6 = 64 gives x=8x = 8 or x=−8x = -8.
  2. Neither is odd, so F=∅F = \varnothing.
  3. Nothing is in both EE and an empty set, so E∩F=∅E \cap F = \varnothing.
  4. The complement of the empty set is everything in the universal set: (E∩F)′=U(E \cap F)' = U, option B.

Report a problem with this question

Question 10

Make tt the subject of the formula s=ut+12at2s = ut + \frac12at^2.

Worked solution (try it first)
  1. Multiply by 2 and bring everything to one side: at2+2ut−2s=0at^2 + 2ut - 2s = 0, a quadratic in tt.
  2. Use the formula with aa, b=2ub = 2u and c=−2sc = -2s: t=−2u±4u2+8as2at = \dfrac{-2u \pm \sqrt{4u^2 + 8as}}{2a}.
  3. Take 4 out of the square root, which gives 2u2+2as2\sqrt{u^2 + 2as}, and divide top and bottom by 2.
  4. So t=1a[−u±u2+2as]t = \frac1a[-u \pm \sqrt{u^2 + 2as}], option D.

Report a problem with this question

Question 11

Factorize 9p2−q2+6qr−9r29p^2 - q^2 + 6qr - 9r^2.

Worked solution (try it first)
  1. Group the last three terms: 9p2−(q2−6qr+9r2)9p^2 - (q^2 - 6qr + 9r^2).
  2. The bracket is a perfect square, (q−3r)2(q - 3r)^2, so the expression is (3p)2−(q−3r)2(3p)^2 - (q - 3r)^2.
  3. Difference of two squares: [3p−(q−3r)][3p+(q−3r)][3p - (q - 3r)][3p + (q - 3r)], which is (3p−q+3r)(3p+q−3r)(3p - q + 3r)(3p + q - 3r), option C.

Report a problem with this question

Question 12

Solve the equation y−11y+24=0y - 11\sqrt y + 24 = 0.

Worked solution (try it first)
  1. Let u=yu = \sqrt y, so y=u2y = u^2 and the equation is u2−11u+24=0u^2 - 11u + 24 = 0.
  2. Factorise: (u−3)(u−8)=0(u - 3)(u - 8) = 0, so y=3\sqrt y = 3 or y=8\sqrt y = 8.
  3. Square: y=9y = 9 or y=64y = 64, option B.

Report a problem with this question

Question 13

A man invested a sum of ₦280.00 partly at 5%5\% and partly at 4%4\%. If the total interest is ₦12.80 per annum, find the amount invested at 5%5\%.

Worked solution (try it first)
  1. Let xx be the amount at 5%5\%.
  2. Then 280−x280 - x is at 4%4\%.
  3. The interest adds up to 12.80: 0.05x+0.04(280−x)=12.80.05x + 0.04(280 - x) = 12.8, which is 0.01x+11.2=12.80.01x + 11.2 = 12.8.
  4. So 0.01x=1.60.01x = 1.6 and x=160x = 160.
  5. He invested ₦160.00 at 5%5\%, option D.

Report a problem with this question

Question 15

Resolve 3x2+x−2\dfrac{3}{x^2 + x - 2} into partial fractions.

Worked solution (try it first)
  1. Factorise the bottom: x2+x−2=(x−1)(x+2)x^2 + x - 2 = (x - 1)(x + 2).
  2. Write 3(x−1)(x+2)=Ax−1+Bx+2\dfrac{3}{(x - 1)(x + 2)} = \dfrac{A}{x - 1} + \dfrac{B}{x + 2}.
  3. Multiply through by (x−1)(x+2)(x - 1)(x + 2): 3=A(x+2)+B(x−1)3 = A(x + 2) + B(x - 1).
  4. Put x=1x = 1: 3=3A3 = 3A, so A=1A = 1.
  5. Put x=−2x = -2: 3=−3B3 = -3B, so B=−1B = -1.
  6. So the partial fractions are 1x−1−1x+2\dfrac{1}{x - 1} - \dfrac{1}{x + 2}, option A.

Report a problem with this question

Question 16

Find all values of xx satisfying the inequality −11≤4−3x≤28-11 \le 4 - 3x \le 28.

Worked solution (try it first)
  1. Subtract 4 from all three parts: −15≤−3x≤24-15 \le -3x \le 24.
  2. Divide all three parts by −3-3 and reverse both signs: 5≥x≥−85 \ge x \ge -8.
  3. Read from the left: −8≤x≤5-8 \le x \le 5, option C.

Report a problem with this question

Question 18

Find the sum to infinity of the series 3+2+43+89+1627+…3 + 2 + \frac43 + \frac89 + \frac{16}{27} + \dots

Worked solution (try it first)
  1. This is a G.P. with a=3a = 3 and r=2÷3=23r = 2 \div 3 = \frac23.
  2. Since rr is between −1-1 and 1, the sum to infinity is S∞=a1−rS_\infty = \dfrac{a}{1 - r}.
  3. So S∞=3÷13=9S_\infty = 3 \div \frac13 = 9, option D.

Report a problem with this question

Question 19

What is the nnth term of the sequence 2,6,12,20,…2, 6, 12, 20, \dots?

Worked solution (try it first)
  1. Write each term as a product of two consecutive whole numbers: 2=1×22 = 1 \times 2, 6=2×36 = 2 \times 3, 12=3×412 = 3 \times 4, 20=4×520 = 4 \times 5.
  2. The nnth term is n(n+1)=n2+nn(n + 1) = n^2 + n.
  3. Check n=3n = 3: 9+3=129 + 3 = 12.
  4. So the answer is option C.

Report a problem with this question

Question 20

For an arithmetic sequence, the first term is 2 and the common difference is 3. Find the sum of the first 11 terms.

Worked solution (try it first)
  1. Use Sn=n2(2a+(n−1)d)S_n = \frac n2\big(2a + (n - 1)d\big) with a=2a = 2, d=3d = 3 and n=11n = 11.
  2. The bracket is 2×2+10×3=4+30=342 \times 2 + 10 \times 3 = 4 + 30 = 34.
  3. So S11=112×34=187S_{11} = \frac{11}{2} \times 34 = 187, option B.

Report a problem with this question

Question 21

If the binary operation ∗* is defined by m∗n=mn+m+nm * n = mn + m + n for any real numbers mm and nn, find the identity element under this operation.

Worked solution (try it first)
  1. The identity ee leaves every mm unchanged: m∗e=mm * e = m for all mm.
  2. Use the rule: me+m+e=mme + m + e = m.
  3. Take mm from both sides: me+e=0me + e = 0, so e(m+1)=0e(m + 1) = 0.
  4. This must hold for every mm, so e=0e = 0, option D.

Report a problem with this question

Question 26

In the figure, PQRPQR is a semicircle, and PQPQ and QRQR are chords. QSQS is the perpendicular from QQ to the diameter PRPR. What is the expression for QSQS?

PRQS
Worked solution (try it first)
  1. PRPR is a diameter, so ∠PQR=90∘\angle PQR = 90^\circ (angle in a semicircle).
  2. QSQS is perpendicular to PRPR, so triangles PSQPSQ and QSRQSR are similar and PSQS=QSSR\dfrac{PS}{QS} = \dfrac{QS}{SR}.
  3. Cross-multiply: QS2=PS⋅SRQS^2 = PS \cdot SR, so QS=PS⋅SRQS = \sqrt{PS \cdot SR}, option B.

Report a problem with this question

Question 27

Determine the distance on the earth's surface between two towns PP (lat. 60∘60^\circN, long. 20∘20^\circE) and QQ (lat. 60∘60^\circN, long. 25∘25^\circW). [Take the radius of the earth as 6400 km.]

Worked solution (try it first)
  1. PP is east and QQ is west, so add the longitudes: 20∘+25∘=45∘20^\circ + 25^\circ = 45^\circ.
  2. The radius of the parallel of latitude 60∘60^\circ is 6400cos⁡60∘=32006400\cos60^\circ = 3200 km.
  3. The arc length is 45360×2π×3200=18×6400π\frac{45}{360} \times 2\pi \times 3200 = \frac18 \times 6400\pi
    =800π= 800\pi km, option C.

Report a problem with this question

Question 30

The diagram shows a circle with centre OO and radius 6 cm; two radii are at right angles. Find the area of the shaded segment.

6 cm6 cmO
Worked solution (try it first)
  1. The sector is a quarter circle: 14×π×62=9π cm2\frac14 \times \pi \times 6^2 = 9\pi\text{ cm}^2.
  2. The right-angled triangle on the two radii has area 12×6×6=18 cm2\frac12 \times 6 \times 6 = 18\text{ cm}^2.
  3. Segment = sector − triangle: 9π−18=9(π−2) cm29\pi - 18 = 9(\pi - 2)\text{ cm}^2, option B.

Report a problem with this question

Question 31

The locus of a point which is equidistant from two given fixed points is the

Worked solution (try it first)
  1. A point the same distance from two fixed points lies on the line that cuts the segment joining them in half at right angles.
  2. So the locus is the perpendicular bisector of the line joining them, option A.

Report a problem with this question

Question 32

What is the perpendicular distance of the point (2,3)(2, 3) from the line 2x−4y+3=02x - 4y + 3 = 0?

Worked solution (try it first)
  1. The distance from (x1,y1)(x_1, y_1) to ax+by+c=0ax + by + c = 0 is ∣ax1+by1+c∣a2+b2\dfrac{|ax_1 + by_1 + c|}{\sqrt{a^2 + b^2}}.
  2. Put in (2,3)(2, 3): the top is ∣2(2)−4(3)+3∣=∣4−12+3∣=5|2(2) - 4(3) + 3| = |4 - 12 + 3| = 5.
  3. The bottom is 22+42=20=25\sqrt{2^2 + 4^2} = \sqrt{20} = 2\sqrt5.
  4. So the distance is 525=52\frac{5}{2\sqrt5} = \frac{\sqrt5}{2}, option A.

Report a problem with this question

Question 33

Find the equation of the line through (5,7)(5, 7) parallel to the line 7x+5y=127x + 5y = 12.

Worked solution (try it first)
  1. Parallel lines have the same gradient, so the new line keeps the same left-hand side: 7x+5y=k7x + 5y = k.
  2. Put in the point (5,7)(5, 7): k=7(5)+5(7)=35+35=70k = 7(5) + 5(7) = 35 + 35 = 70.
  3. So the line is 7x+5y=707x + 5y = 70, option B.

Report a problem with this question

Question 35

In the figure, ∠XZY=90∘\angle XZY = 90^\circ, XZ=10XZ = 10 cm, ∠ZXR=30∘\angle ZXR = 30^\circ and ∠RXY=15∘\angle RXY = 15^\circ. Calculate RYRY in cm.

10 cm30°15°XYZR
Worked solution (try it first)
  1. The whole angle ZXYZXY is 30∘+15∘=45∘30^\circ + 15^\circ = 45^\circ.
  2. In the right-angled triangle XZYXZY: ZY=10tan⁡45∘=10ZY = 10\tan45^\circ = 10 cm.
  3. In the right-angled triangle XZRXZR: ZR=10tan⁡30∘=103ZR = 10\tan30^\circ = \frac{10}{\sqrt3} cm.
  4. RR lies on ZYZY, so RY=ZY−ZRRY = ZY - ZR
    =10−103= 10 - \frac{10}{\sqrt3}
    =10(1−13)= 10\left(1 - \frac{1}{\sqrt3}\right) cm, option B.

Report a problem with this question

Question 36

Evaluate lim⁡x→2(x−2)(x2+3x−2)x2−4\displaystyle\lim_{x \to 2} \frac{(x - 2)(x^2 + 3x - 2)}{x^2 - 4}.

Worked solution (try it first)
  1. Putting in x=2x = 2 straight away gives 00\frac00, so simplify first.
  2. Factorise the bottom as a difference of two squares: x2−4=(x−2)(x+2)x^2 - 4 = (x - 2)(x + 2).
  3. Cancel the common factor x−2x - 2: the expression becomes x2+3x−2x+2\dfrac{x^2 + 3x - 2}{x + 2}.
  4. Now put in x=2x = 2: 4+6−24=84=2\dfrac{4 + 6 - 2}{4} = \dfrac84 = 2, option B.

Report a problem with this question

Question 37

If y=xsin⁡xy = x\sin x, find d2ydx2\dfrac{d^2y}{dx^2}.

Worked solution (try it first)
  1. Product rule, with u=xu = x and v=sin⁡xv = \sin x: dydx=1⋅sin⁡x+xcos⁡x\frac{dy}{dx} = 1 \cdot \sin x + x\cos x
    =sin⁡x+xcos⁡x= \sin x + x\cos x.
  2. Differentiate again.
  3. sin⁡x\sin x gives cos⁡x\cos x, and by the product rule xcos⁡xx\cos x gives cos⁡x−xsin⁡x\cos x - x\sin x.
  4. Add them: d2ydx2=2cos⁡x−xsin⁡x\frac{d^2y}{dx^2} = 2\cos x - x\sin x, option A.

Report a problem with this question

Question 38✱✱

Ice forms on a refrigerator ice-box at the rate of (4−0.6t)(4 - 0.6t) g per minute after tt minutes. If initially there are 2 g of ice in the box, find the mass of ice in the box after 5 minutes.

Worked solution (try it first)
  1. The rate is the derivative of the mass, so integrate it to find the ice formed from t=0t = 0 to t=5t = 5.
  2. ∫(4−0.6t) dt=4t−0.3t2\int (4 - 0.6t)\,dt = 4t - 0.3t^2.
  3. At t=5t = 5 this is 20−7.5=12.520 - 7.5 = 12.5, and at t=0t = 0 it is 0.
  4. So 12.5 g of ice forms.
  5. Add the 2 g already there: 2+12.5=14.52 + 12.5 = 14.5 g, option C.

Report a problem with this question

Question 39

Obtain the maximum value of the function f(x)=x3−12x+11f(x) = x^3 - 12x + 11.

Worked solution (try it first)
  1. At a turning point f′(x)=0f'(x) = 0: 3x2−12=03x^2 - 12 = 0, so x2=4x^2 = 4 and x=2x = 2 or x=−2x = -2.
  2. f′′(x)=6xf''(x) = 6x.
  3. At x=−2x = -2, f′′=−12<0f'' = -12 < 0, so this is the maximum.
  4. At x=2x = 2 it is the minimum.
  5. f(−2)=−8+24+11=27f(-2) = -8 + 24 + 11 = 27, so the maximum value is 27, option D.

Report a problem with this question

Question 40

A student blows a balloon and its volume increases at a rate of π(20−t2) cm3s−1\pi(20 - t^2)\text{ cm}^3\text{s}^{-1} after tt seconds. If the initial volume is 0 cm30\text{ cm}^3, find the volume of the balloon after 2 seconds.

Worked solution (try it first)
  1. Integrate the rate to get the volume: V=π(20t−t33)+cV = \pi\left(20t - \frac{t^3}{3}\right) + c.
  2. The volume is 0 when t=0t = 0, so c=0c = 0.
  3. At t=2t = 2: V=π(40−83)V = \pi\left(40 - \frac83\right)
    ≈37.33π cm3\approx 37.33\pi\text{ cm}^3, option B.

Report a problem with this question

Question 42

A storekeeper checked his stock of five commodities: F 215, G 113, H 108, K 216, M 68. What angle will commodity H represent on a pie chart?

Worked solution (try it first)
  1. Total stock: 215+113+108+216+68=720215 + 113 + 108 + 216 + 68 = 720.
  2. Each item gets 360∘720=0.5∘\frac{360^\circ}{720} = 0.5^\circ.
  3. Commodity H has 108 items: 108×0.5∘=54∘108 \times 0.5^\circ = 54^\circ, option D.

Report a problem with this question

Question 43

If the mean of the frequency distribution below is 5.2, find yy.

xx 2 4 6 8
ff 4 yy 6 5
Worked solution (try it first)
  1. Total frequency: 4+y+6+5=15+y4 + y + 6 + 5 = 15 + y.
  2. Total of fxfx: 8+4y+36+40=84+4y8 + 4y + 36 + 40 = 84 + 4y.
  3. Mean =∑fx∑f= \frac{\sum fx}{\sum f}, so 84+4y15+y=5.2\frac{84 + 4y}{15 + y} = 5.2 and 84+4y=78+5.2y84 + 4y = 78 + 5.2y.
  4. Collect terms: 6=1.2y6 = 1.2y, so y=5.0y = 5.0, option C.

Report a problem with this question

Question 44

Find the mode and median respectively of the distribution below.

No. of children 0 1 2 3 4 5 6
No. of families 7 11 6 7 7 5 3
Worked solution (try it first)
  1. The mode is the number of children with the most families: 1 child, 11 families.
  2. There are 7+11+6+7+7+5+3=467 + 11 + 6 + 7 + 7 + 5 + 3 = 46 families, so the median is halfway between the 23rd and 24th.
  3. Running totals: 7, 18, 24.
  4. The 19th to 24th families all have 2 children, so the median is 2.
  5. So the mode and median are 1 and 2, option B.

Report a problem with this question

Question 45

If the scores of 3 students in a test are 5, 6 and 7, find the standard deviation of their scores.

Worked solution (try it first)
  1. The mean is 5+6+73=6\frac{5 + 6 + 7}{3} = 6.
  2. The deviations from 6 are −1-1, 0 and 1.
  3. Their squares are 1, 0 and 1, which add up to 2.
  4. The variance is 23\frac23, and the standard deviation is its square root, 23\sqrt{\frac23}, option C.

Report a problem with this question

Question 47

Two fair dice are thrown together. Determine the probability of obtaining a total score of 8.

Worked solution (try it first)
  1. Two dice give 36 equally likely outcomes.
  2. A total of 8 comes from (2,6),(3,5),(4,4),(5,3),(6,2)(2, 6), (3, 5), (4, 4), (5, 3), (6, 2), which is 5 outcomes.
  3. So the probability is 536\frac{5}{36}, option B.

Report a problem with this question

Question 48

The probability of an event PP is 34\frac34 while that of another event QQ is 16\frac16. If the probability of both PP and QQ is 112\frac1{12}, what is the probability of either PP or QQ?

Worked solution (try it first)
  1. For "either or", add the two probabilities and take away the overlap, which is counted twice: P(P∪Q)=P(P)+P(Q)−P(P∩Q)P(P \cup Q) = P(P) + P(Q) - P(P \cap Q).
  2. Over 12: 912+212−112=1012\frac{9}{12} + \frac{2}{12} - \frac{1}{12} = \frac{10}{12}.
  3. So the probability is 56\frac56, option C.

Report a problem with this question

Question 49

Five people are to be arranged in a row for a group photograph. How many arrangements are there if a married couple in the group insist on sitting next to each other?

Worked solution (try it first)
  1. Tie the couple together and treat them as one unit.
  2. Then there are 4 units to arrange in a row: 4!=244! = 24 ways.
  3. Inside the unit the couple can swap places: 2!=22! = 2 ways.
  4. Multiply: 24×2=4824 \times 2 = 48 arrangements, option A.

Report a problem with this question

Question 50

A student has 5 courses to take from Mathematics and Physics. There are 4 courses in Mathematics and 3 in Physics which he can choose from at will. In how many ways can he choose his courses so that he takes exactly two courses in Physics?

Worked solution (try it first)
  1. Exactly two Physics courses from 3: 3C2=3^3C_2 = 3 ways.
  2. The other 5−2=35 - 2 = 3 courses come from Mathematics, 3 from 4: 4C3=4^4C_3 = 4 ways.
  3. Each Physics choice goes with each Mathematics choice, so multiply: 3×4=123 \times 4 = 12, option B.

Report a problem with this question