SuperPrep

JAMB MathematicsPast Questions & Explanations

Practice 97+ JAMB Mathematics questions from the SuperPrep question bank. Every question comes with a full explanation so you learn the method, not just the answer.

  1. 1.
    Solve the simultaneous equations x2y5=1\frac{x}{2} - \frac{y}{5} = 1 and yx3=8y - \frac{x}{3} = 8
    1. A.x=10,y=6x = 10, y = -6
    2. B.x=10,y=6x = 10, y = 6
    3. C.x=6,y=10x = 6, y = 10
    4. D.x=5,y=7x = 5, y = -7
    Show explanation
    Solve the simultaneous equations: x2y5=1\frac{x}{2} - \frac{y}{5} = 1, \quad yx3=8y - \frac{x}{3} = 8 Step 1: Eliminate denominators in the first equation Multiply through by 1010: 10(x2y5)=1010\left(\frac{x}{2} - \frac{y}{5}\right) = 10 5x2y=105x - 2y = 10 Step 2: Express yy from the second equation y=8+x3y = 8 + \frac{x}{3} Step 3: Substitute into the first equation 5x2(8+x3)=105x - 2\left(8 + \frac{x}{3}\right) = 10 Step 4: Expand 5x162x3=105x - 16 - \frac{2x}{3} = 10 Step 5: Multiply through by 33 15x482x=3015x - 48 - 2x = 30 13x48=3013x - 48 = 30 Step 6: Solve for xx 13x=7813x = 78 x=6x = 6 Step 7: Substitute back to find yy y=8+63=10y = 8 + \frac{6}{3} = 10 Final Answer: x=6,  y=10x = 6,\; y = 10
  2. 2.
    Calculate the sum of all elements in the inverse of the matrix [2153]\begin{bmatrix} 2 & 1 \\ 5 & 3 \end{bmatrix}.
    1. A.-1
    2. B.1
    3. C.-2
    4. D.2
    Show explanation
    Let A=[2153]A=\begin{bmatrix} 2 & 1 \\ 5 & 3 \end{bmatrix}. The determinant is det(A)=(2)(3)(1)(5)=1\det(A)=(2)(3)-(1)(5)=1. Therefore, A1=[3152]A^{-1}=\begin{bmatrix} 3 & -1 \\ -5 & 2 \end{bmatrix}. The sum of all elements is 3+(1)+(5)+2=13+(-1)+(-5)+2=-1. Hence, the answer is 1\boxed{-1}.
  3. 3.
    Given that cos30°=32\cos 30° = \dfrac{\sqrt{3}}{2}, find the exact value of sin60°+cos60°\sin 60° + \cos 60°.
    1. A.A. 3+12\dfrac{\sqrt{3} + 1}{2}
    2. B.B. 312\dfrac{\sqrt{3} - 1}{2}
    3. C.C. 3\sqrt{3}
    4. D.D. 11
    Show explanation
    Using standard trigonometric values: sin60°=32,cos60°=12\sin 60° = \frac{\sqrt{3}}{2}, \quad \cos 60° = \frac{1}{2} Therefore: sin60°+cos60°=32+12=3+12\sin 60° + \cos 60° = \frac{\sqrt{3}}{2} + \frac{1}{2} = \frac{\sqrt{3} + 1}{2} The correct answer is A.
  4. 4.
    If sinθ=35\sin\theta = \dfrac{3}{5} and θ\theta is acute, find the value of tanθcosθsinθ+cosθ\dfrac{\tan\theta - \cos\theta}{\sin\theta + \cos\theta}.
    1. A.A. 120\dfrac{1}{20}
    2. B.B. 120\dfrac{-1}{20}
    3. C.C. 128\dfrac{1}{28}
    4. D.D. 128\dfrac{-1}{28}
    Show explanation
    Given sinθ=35\sin\theta = \dfrac{3}{5}, and θ\theta is acute (i.e. 0°<θ<90°0° < \theta < 90°, so all trig ratios are positive). Step 1 — Find cosθ\cos\theta using the Pythagorean identity: sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1 (35)2+cos2θ=1    cos2θ=1925=1625\left(\frac{3}{5}\right)^2 + \cos^2\theta = 1 \implies \cos^2\theta = 1 - \frac{9}{25} = \frac{16}{25} Since θ\theta is acute, cosθ>0\cos\theta > 0, so cosθ=45\cos\theta = \dfrac{4}{5}. Step 2 — Find tanθ\tan\theta: tanθ=sinθcosθ=3/54/5=34\tan\theta = \frac{\sin\theta}{\cos\theta} = \frac{3/5}{4/5} = \frac{3}{4} Step 3 — Substitute into the expression: tanθcosθsinθ+cosθ=344535+45\frac{\tan\theta - \cos\theta}{\sin\theta + \cos\theta} = \frac{\dfrac{3}{4} - \dfrac{4}{5}}{\dfrac{3}{5} + \dfrac{4}{5}} Step 4 — Simplify the numerator (common denominator 20): 3445=15201620=120\frac{3}{4} - \frac{4}{5} = \frac{15}{20} - \frac{16}{20} = -\frac{1}{20} Step 5 — Simplify the denominator: 35+45=75\frac{3}{5} + \frac{4}{5} = \frac{7}{5} Step 6 — Divide (multiply by the reciprocal): 120÷75=120×57=5140=128-\frac{1}{20} \div \frac{7}{5} = -\frac{1}{20} \times \frac{5}{7} = -\frac{5}{140} = -\frac{1}{28}
  5. 5.
    Convert 110121101_2 to base ten.
    1. A.12
    2. B.13
    3. C.14
    4. D.15
    Show explanation
    11012=(1×23)+(1×22)+(0×21)+(1×20)=8+4+0+1=131101_2 = (1\times2^3)+(1\times2^2)+(0\times2^1)+(1\times2^0) = 8+4+0+1 = 13.
  6. 6.
    Convert 25ten25_{ten} to base two.
    1. A.11001
    2. B.10011
    3. C.11100
    4. D.10101
    Show explanation
    25=16+8+1=(1×24)+(1×23)+(0×22)+(0×21)+(1×20)=11001225 = 16+8+1 = (1\times2^4)+(1\times2^3)+(0\times2^2)+(0\times2^1)+(1\times2^0) = 11001_2.
  7. 7.
    Convert 3425342_5 to base ten.
    1. A.87
    2. B.92
    3. C.97
    4. D.102
    Show explanation
    3425=(3×52)+(4×51)+(2×50)=75+20+2=97342_5 = (3\times5^2)+(4\times5^1)+(2\times5^0) = 75+20+2 = 97.
  8. 8.
    Convert 58ten58_{ten} to base five.
    1. A.2035203_5
    2. B.2135213_5
    3. C.2235223_5
    4. D.1235123_5
    Show explanation
    Dividing repeatedly by 5: 58÷5=1158 \div 5 = 11 remainder 33; 11÷5=211 \div 5 = 2 remainder 11; 2÷5=02 \div 5 = 0 remainder 22. Reading the remainders from last to first gives 2135213_5. Check: (2×25)+(1×5)+3=50+5+3=58(2\times25)+(1\times5)+3 = 50+5+3 = 58.
  9. 9.
    Evaluate 1012+1112101_2 + 111_2, leaving your answer in base two.
    1. A.1011
    2. B.1100
    3. C.1101
    4. D.1110
    Show explanation
    1012=5101_2 = 5 and 1112=7111_2 = 7. 5+7=125+7 = 12. Converting 1212 back to base two gives 110021100_2.
  10. 10.
    Evaluate 1011211021011_2 - 110_2, leaving your answer in base two.
    1. A.100
    2. B.101
    3. C.110
    4. D.111
    Show explanation
    10112=111011_2 = 11 and 1102=6110_2 = 6. 116=511-6 = 5. Converting 55 back to base two gives 1012101_2.

    Want thousands more with instant AI explanations after every answer?

    Practice free on SuperPrep
  11. 11.
    Find 112×101211_2 \times 101_2, leaving your answer in base two.
    1. A.1101
    2. B.1110
    3. C.1111
    4. D.10000
    Show explanation
    112=311_2 = 3 and 1012=5101_2 = 5. 3×5=153\times5 = 15. Converting 1515 back to base two gives 111121111_2.
  12. 12.
    If 24x=20ten24_x = 20_{ten}, find the value of the base xx.
    1. A.6
    2. B.7
    3. C.8
    4. D.9
    Show explanation
    24x24_x means (2×x)+4(2\times x)+4. Setting this equal to 2020: 2x+4=202x+4=20, so 2x=162x=16 and x=8x=8.
  13. 13.
    Convert 1234123_4 to base ten.
    1. A.27
    2. B.21
    3. C.24
    4. D.31
    Show explanation
    1234=(1×42)+(2×41)+(3×40)=16+8+3=27123_4 = (1\times4^2)+(2\times4^1)+(3\times4^0) = 16+8+3 = 27.
  14. 14.
    Evaluate 11002÷1021100_2 \div 10_2, leaving your answer in base two.
    1. A.101
    2. B.110
    3. C.111
    4. D.100
    Show explanation
    11002=121100_2 = 12 and 102=210_2 = 2. 12÷2=612 \div 2 = 6. Converting 66 back to base two gives 1102110_2.
  15. 15.
    If 23r=19ten23_r = 19_{ten}, find the value of the base rr.
    1. A.5
    2. B.6
    3. C.7
    4. D.8
    Show explanation
    23r23_r means (2×r)+3(2\times r)+3. Setting this equal to 1919: 2r+3=192r+3=19, so 2r=162r=16 and r=8r=8.
  16. 16.
    Evaluate 1101121101211011_2 - 1101_2, leaving your answer in base two.
    1. A.1101
    2. B.1110
    3. C.1010
    4. D.1111
    Show explanation
    110112=2711011_2 = 27 and 11012=131101_2 = 13. 2713=1427-13 = 14. Converting 1414 back to base two gives 111021110_2.
  17. 17.
    Evaluate 25\sqrt{25}.
    1. A.3
    2. B.4
    3. C.5
    4. D.6
    Show explanation
    25=5\sqrt{25} = 5 because 52=255^2 = 25.
  18. 18.
    Simplify 36+49\sqrt{36} + \sqrt{49}.
    1. A.11
    2. B.12
    3. C.13
    4. D.14
    Show explanation
    36=6\sqrt{36} = 6 and 49=7\sqrt{49} = 7. Therefore, 6+7=136 + 7 = 13.
  19. 19.
    Find the value of 8116\sqrt{81} - \sqrt{16}.
    1. A.3
    2. B.4
    3. C.5
    4. D.6
    Show explanation
    81=9\sqrt{81} = 9 and 16=4\sqrt{16} = 4. Thus, 94=59 - 4 = 5.
  20. 20.
    Express 50\sqrt{50} in its simplest form.
    1. A.525\sqrt{2}
    2. B.252\sqrt{5}
    3. C.10210\sqrt{2}
    4. D.25225\sqrt{2}
    Show explanation
    50=25×2=252=52\sqrt{50} = \sqrt{25 \times 2} = \sqrt{25}\sqrt{2} = 5\sqrt{2}.

Master JAMB Mathematics the smart way

Timed mock exams, topic-by-topic practice, and an explanation after every single question.

Start practising free

More JAMB subjects

Explore careers that use Mathematics