[ { "question": "If $223_{x} = 117_{ten}$, find the value of the base $x$.", "a": "6", "b": "7", "c": "8", "d": "9", "correct": "B" }, { "question": "Convert the fractional base number $101.11_{two}$ directly to its base ten decimal equivalent.", "a": "5.25", "b": "5.50", "c": "5.75", "d": "6.25", "correct": "C" }, { "question": "Evaluate the arithmetic operation $312_{four} \times 23_{four}$ and express your final value in base four.", "a": "21032", "b": "20312", "c": "22102", "d": "21302", "correct": "D" }, { "question": "Solve for the unknown variable $y$ if $34_{y} + 15_{y} = 52_{y}$.", "a": "6", "b": "7", "c": "8", "d": "9", "correct": "B" }, { "question": "Find the value of $234_{five} - 143_{five}$ and express your answer in base seven.", "a": "41", "b": "53", "c": "62", "d": "35", "correct": "A" }, { "question": "A student approximated a length measuring 2.50 meters as 2.45 meters. Calculate the student's percentage error.", "a": "1.5%", "b": "2.0%", "c": "2.5%", "d": "3.0%", "correct": "B" }, { "question": "Evaluate the expression $\\frac{0.0024 \\times 0.036}{0.00012}$ and express the outcome in standard scientific notation.", "a": "$7.2 \\times 10^{-1}$", "b": "$7.2 \\times 10^{-2}$", "c": "$7.2 \\times 10^{0}$", "d": "$7.2 \\times 10^{1}$", "correct": "A" }, { "question": "Express the fraction $\\frac{13}{14}$ as a decimal value rounded to 3 significant figures.", "a": "0.928", "b": "0.929", "c": "0.930", "d": "0.9286", "correct": "B" }, { "question": "Arrange the following fractions in ascending order of magnitude: $\\frac{3}{4}$, $\\frac{5}{7}$, and $\\frac{2}{3}$.", "a": "$\\frac{2}{3}, \\frac{5}{7}, \\frac{3}{4}$", "b": "$\\frac{5}{7}, \\frac{2}{3}, \\frac{3}{4}$", "c": "$\\frac{2}{3}, \\frac{3}{4}, \\frac{5}{7}$", "d": "$\\frac{3}{4}, \\frac{5}{7}, \\frac{2}{3}$", "correct": "A" }, { "question": "Evaluate $\\frac{2\\frac{1}{3} - 1\\frac{1}{2}}{1\\frac{3}{4} \\times \\frac{2}{3}}$ and simplify completely to a standard fraction form.", "a": "$\\frac{5}{7}$", "b": "$\\frac{7}{10}$", "c": "$\\frac{4}{5}$", "d": "$\\frac{1}{2}$", "correct": "A" }, { "question": "A business partner invests N250,000 into a venture at a simple interest rate of 6% per annum. Find the total amount accrued after 4 years.", "a": "N310,000", "b": "N300,000", "c": "N290,000", "d": "N265,000", "correct": "A" }, { "question": "An items sales price includes a Value Added Tax (VAT) rate of 7.5%. If a customer buys a computer dashboard element for N86,000 basic cost, what is the total amount paid?", "a": "N92,450", "b": "N90,300", "c": "N88,150", "d": "N94,200", "correct": "A" }, { "question": "Three educators share a bonus package of N180,000 in the ratio $2:3:5$. What is the absolute difference between the highest and lowest shares allocated?", "a": "N54,000", "b": "N36,000", "c": "N72,000", "d": "N90,000", "correct": "A" }, { "question": "A trader buys a pack of validation tokens for N12,000 and sells them off at a loss percentage of 15%. Calculate the actual selling price.", "a": "N10,200", "b": "N10,500", "c": "N9,800", "d": "N11,100", "correct": "A" }, { "question": "A manufacturing asset depreciates exponentially by 10% of its value at the beginning of each year. If its initial valuation is N500,000, find its worth after 2 full years.", "a": "N400,000", "b": "N405,000", "c": "N450,000", "d": "N415,000", "correct": "B" }, { "question": "Solve for the unknown variable $x$ in the indices equation: $4^{2x-1} = 32^{x+2}$.", "a": "12", "b": "10", "c": "8", "d": "6", "correct": "A" }, { "question": "Evaluate the logarithm expression completely without tables: $2\\log_{10}5 + \\log_{10}4 - \\log_{10}1$.", "a": "0", "b": "1", "c": "2", "d": "3", "correct": "C" }, { "question": "Given that $\\log_{10}2 = 0.3010$ and $\\log_{10}3 = 0.4771$, evaluate the numeric value of $\\log_{10}1.2$.", "a": "0.0792", "b": "0.0814", "c": "0.0621", "d": "0.0912", "correct": "A" }, { "question": "Simplify the expression $\\frac{\\sqrt{50} - \\sqrt{18}}{\\sqrt{8}}$ to its lowest rational state.", "a": "1", "b": "2", "c": "$\\sqrt{2}$", "d": "4", "correct": "A" }, { "question": "Rationalize the denominator structure of the surd expression: $\\frac{3 + \\sqrt{2}}{3 - \\sqrt{2}}$.", "a": "$\\frac{11 + 6\\sqrt{2}}{7}$", "b": "$\\frac{11 - 6\\sqrt{2}}{7}$", "c": "$\\frac{7 + 6\\sqrt{2}}{11}$", "d": "$\\frac{13 + 6\\sqrt{2}}{7}$", "correct": "A" }, { "question": "Evaluate the expression $(64)^{-\\frac{1}{3}} \\times (27)^{\\frac{2}{3}} \\times 2^{-1}$.", "a": "$\\frac{9}{8}$", "b": "$\\frac{3}{4}$", "c": "$\\frac{9}{4}$", "d": "$\\frac{1}{2}$", "correct": "A" }, { "question": "If set $P = \\{x : x \\text{ is an integer, } 2 \\le x \\le 10\\}$ and set $Q = \\{x : x \\text{ is a prime number, } x < 12\\}$, find the cardinality of the intersection set $P \\cap Q$.", "a": "3", "b": "4", "c": "5", "d": "6", "correct": "B" }, { "question": "In a cohort of 50 students on the JambNest dashboard platform, 30 offer Chemistry text logs and 25 offer Physics options. If 5 students offer neither, how many offer both subjects?", "a": "10", "b": "12", "c": "15", "d": "8", "correct": "A" }, { "question": "Given a universal set $U = \\{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\\}$, with subsets $A = \\{2, 4, 6, 8, 10\\}$ and $B = \\{1, 3, 5, 7, 9\\}$. Identify the members that constitute the complement set $(A \\cup B)'$.", "a": "$\\{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\\}$", "b": "$\\{\\emptyset\\}$", "c": "$\\{2, 4, 6, 8\\}$", "d": "$\\{1, 3, 5, 7\\}$", "correct": "B" }, { "question": "In an educational survey tracking 100 students, 45 utilize computer models, 40 use mobile phones, and 35 use text books. 12 use both computer and mobile, 11 use mobile and text books, and 15 use computer and text books. If 5 active students utilize all three, find the number of students who utilize none.", "a": "13", "b": "10", "c": "15", "d": "18", "correct": "A" }, { "question": "Make the variable $t$ the subject of the formula in the expression: $v = u + \\sqrt{\\frac{h - t}{g}}$.", "a": "$t = h - g(v - u)^2$", "b": "$t = h + g(v - u)^2$", "c": "$t = g(v - u)^2 - h$", "d": "$t = h - g^2(v - u)$", "correct": "A" }, { "question": "Find the remainder when the polynomial $f(x) = 2x^3 - 3x^2 + 4x - 5$ is divided by $(2x - 1)$.", "a": "-3.5", "b": "-4.5", "c": "-2.5", "d": "-1.5", "correct": "A" }, { "question": "The expression $x^3 + kx^2 - 4x + 12$ is exactly divisible by $(x - 2)$. Find the numeric value of the constant $k$.", "a": "-3", "b": "-2", "c": "2", "d": "3", "correct": "A" }, { "question": "Factorize the cubic expression completely: $x^3 - 6x^2 + 11x - 6$.", "a": "$(x - 1)(x - 2)(x - 3)$", "b": "$(x + 1)(x - 2)(x + 3)$", "c": "$(x - 1)(x + 2)(x - 3)$", "d": "$(x + 1)(x + 2)(x + 3)$", "correct": "A" }, { "question": "Solve the simultaneous equations for the positive value of $y$: $x + y = 7$ and $x^2 - y^2 = 21$.", "a": "2", "b": "5", "c": "3", "d": "4", "correct": "A" }, { "question": "Find the quadratic equation whose mathematical roots are given as $\\frac{2}{3}$ and $-\\frac{1}{2}$.", "a": "$6x^2 - x - 2 = 0$", "b": "$6x^2 + x - 2 = 0$", "c": "$6x^2 - x + 2 = 0$", "d": "$6x^2 + x + 2 = 0$", "correct": "A" }, { "question": "For what values of the constant $m$ will the quadratic equation $x^2 - (m + 2)x + 4m = 0$ have real and equal roots?", "a": "2 or 6", "b": "1 or 4", "c": "3 or 5", "d": "0 or 8", "correct": "A" }, { "question": "Find the minimum value of the quadratic function defined by $y = 2x^2 - 8x + 5$.", "a": "-3", "b": "2", "c": "-5", "d": "3", "correct": "A" }, { "question": "The variable $R$ varies directly as the square of $V$ and inversely as $W$. If $R = 8$ when $V = 4$ and $W = 6$, find $R$ when $V = 3$ and $W = 4$.", "a": "6.75", "b": "4.50", "c": "9.00", "d": "5.25", "correct": "A" }, { "question": "A variable $y$ is partly constant and partly varies directly as $x$. If $y = 7$ when $x = 2$ and $y = 11$ when $x = 4$, find the relationship between $x$ and $y$.", "a": "$y = 2x + 3$", "b": "$y = 3x + 1$", "c": "$y = x + 5$", "d": "$y = 4x - 1$", "correct": "A" }, { "question": "If $p$ varies inversely as the square root of $q$, and $q$ is increased by 44%, what is the percentage decrease in the value of $p$?", "a": "16.7%", "b": "20.0%", "c": "25.0%", "d": "33.3%", "correct": "A" }, { "question": "The electrical resistance $Z$ of a wire varies directly as its length $L$ and jointly as the square of its radius $r$. This relationship is structurally a form of:", "a": "Joint variation", "b": "Partial variation", "c": "Inverse variation", "d": "Direct variation", "correct": "A" }, { "question": "The 4th and 7th terms of an Arithmetic Progression (A.P.) are 18 and 33 respectively. Find the 15th term of this sequence.", "a": "73", "b": "68", "c": "78", "d": "83", "correct": "A" }, { "question": "Find the mathematical sum of the first 20 terms of the linear series: $3 + 7 + 11 + 15 + ...$", "a": "820", "b": "780", "c": "860", "d": "900", "correct": "A" }, { "question": "The third term of a Geometric Progression (G.P.) is 12 and the sixth term is 96. Determine the common ratio of the series.", "a": "2", "b": "3", "c": "4", "d": "0.5", "correct": "A" }, { "question": "Find the sum to infinity of the exponential geometric series: $8 + 4 + 2 + 1 + ...$", "a": "16", "b": "12", "c": "24", "d": "32", "correct": "A" }, { "question": "A binary operation $\\ast$ on the set of real numbers is defined as $a \\ast b = ab + a + b$. Evaluate the value of $3 \\ast (2 \\ast 1)$.", "a": "23", "b": "19", "c": "27", "d": "31", "correct": "A" }, { "question": "A binary operation running on real numbers is given by $x \\circ y = x + y - 2xy$. Find the identity element $e$ for this system under operation.", "a": "0", "b": "1", "c": "-1", "d": "2", "correct": "A" }, { "question": "Under the binary operation $a \\Delta b = \\frac{ab}{3}$ on the set of rational numbers, find the inverse element of a non-zero number $x$.", "a": "$\\frac{9}{x}$", "b": "$\\frac{3}{x}$", "c": "$\\frac{1}{x}$", "d": "$\\frac{x}{3}$", "correct": "A" }, { "question": "If a binary operation $\\otimes$ satisfies $a \\otimes b = b \\otimes a$ for all values within the set, the operation layout is said to be:", "a": "Commutative", "b": "Associative", "c": "Distributive", "d": "Closed", "correct": "A" }, { "question": "Evaluate the determinant of the matrix: $P = \\begin{pmatrix} 2 & 3 & -1 \\\\ 0 & 4 & 1 \\\\ 1 & -2 & 3 \\end{pmatrix}$.", "a": "21", "b": "15", "c": "18", "d": "25", "correct": "A" }, { "question": "Find the inverse of the $2 \\times 2$ matrix structure: $M = \\begin{pmatrix} 4 & 3 \\\\ 1 & 2 \\end{pmatrix}$.", "a": "$\\frac{1}{5}\\begin{pmatrix} 2 & -3 \\\\ -1 & 4 \\end{pmatrix}$", "b": "$\\frac{1}{5}\\begin{pmatrix} 4 & -3 \\\\ -1 & 2 \\end{pmatrix}$", "c": "$\\frac{1}{11}\\begin{pmatrix} 2 & -3 \\\\ -1 & 4 \\end{pmatrix}$", "d": "$\\frac{1}{5}\\begin{pmatrix} 2 & 3 \\\\ 1 & 4 \\end{pmatrix}$", "correct": "A" }, { "question": "If the matrix payload $A = \\begin{pmatrix} k & 4 \\\\ 3 & 6 \\end{pmatrix}$ is a singular matrix configuration, find the value of $k$.", "a": "2", "b": "1.5", "c": "3", "d": "4", "correct": "A" }, { "question": "Solve the linear inequality expression: $\\frac{3x - 1}{4} - \\frac{2x - 3}{3} < 1$.", "a": "$x < 3$", "b": "$x > 3$", "c": "$x < -3$", "d": "$x > -3$", "correct": "A" }, { "question": "Find the range of values of $x$ that satisfies the simultaneous inequality criteria: $2x + 5 \\ge 1$ and $x - 3 \\le 1$.", "a": "$-2 \\le x \\le 4$", "b": "$-3 \\le x \\le 4$", "c": "$-2 \\le x \\le 3$", "d": "$-4 \\le x \\le 2$", "correct": "A" }, { "question": "In a regular polygon, the ratio of an interior angle to an exterior angle is $5:1$. Calculate the total number of sides of this polygon.", "a": "12", "b": "10", "c": "8", "d": "14", "correct": "A" }, { "question": "In a triangle $ABC$, the angle bisectors of $\\angle B$ and $\\angle C$ meet at a point $O$ inside the triangle. If $\\angle A = 70^\\circ$, calculate the magnitude of $\\angle BOC$.", "a": "125°", "b": "110°", "c": "135°", "d": "120°", "correct": "A" }, { "question": "A chord of length 16 cm is drawn in a circle of radius 10 cm. Calculate the perpendicular distance from the center of the circle to the chord.", "a": "6 cm", "b": "4 cm", "c": "8 cm", "d": "5 cm", "correct": "A" }, { "question": "Points $P, Q,$ and $R$ lie on the circumference of a circle with center $O$. If $\\angle PQR = 65^\\circ$ and $PQRO$ is a cyclic structure where $O$ is the center, find the reflex angle $\\angle POR$ subtended at the center.", "a": "130°", "b": "230°", "c": "115°", "d": "245°", "correct": "A" }, { "question": "Two tangents $TA$ and $TB$ are drawn from an external point $T$ to a circle with center $O$. If $\\angle ATB = 50^\\circ$, find the size of $\\angle AOB$.", "a": "130°", "b": "100°", "c": "140°", "d": "150°", "correct": "A" }, { "question": "$ABCD$ is a cyclic quadrilateral where side $AB$ is extended to a point $E$. If the external angle $\\angle CBE = 82^\\circ$ and $\\angle ACD = 40^\\circ$, find the magnitude of $\\angle CAD$.", "a": "42°", "b": "48°", "c": "52°", "d": "38°", "correct": "A" }, { "question": "A sector of a circle with a radius of 14 cm subtends an angle of 90° at the center. If it is folded to form a right circular cone, calculate the base radius of the cone.", "a": "3.5 cm", "b": "7.0 cm", "c": "4.5 cm", "d": "2.25 cm", "correct": "A" }, { "question": "A solid metal cylinder of radius 6 cm and height 12 cm is melted down and recast into solid spheres, each of radius 3 cm. How many spheres can be made?", "a": "12", "b": "8", "c": "16", "d": "24", "correct": "A" }, { "question": "The volume of a right pyramid with a square base is $120\\text{ cm}^3$. If the vertical height of the pyramid is 10 cm, calculate the perimeter of its base.", "a": "24 cm", "b": "36 cm", "c": "12 cm", "d": "48 cm", "correct": "A" }, { "question": "A rectangular block of wood measures $8\\text{ cm} \\times 6\\text{ cm} \\times 5\\text{ cm}$. A cylindrical hole of radius 2 cm is drilled completely through the center along the 5 cm height dimension. Calculate the remaining volume of the block (Take $\\pi = \\frac{22}{7}$).", "a": "177.14 cm³", "b": "240.00 cm³", "c": "190.25 cm³", "d": "214.50 cm³", "correct": "A" }, { "question": "The length of an arc of a circle is 22 cm. If the arc subtends an angle of 60° at the center of the circle, find the area of the sector (Take $\\pi = \\frac{22}{7}$).", "a": "231 cm²", "b": "462 cm²", "c": "115.5 cm²", "d": "346.5 cm²", "correct": "A" }, { "question": "An aircraft flies due North from town $X (30^\\circ\\text{N}, 45^\\circ\\text{E})$ to town $Y (60^\\circ\\text{N}, 45^\\circ\\text{E})$. Calculate the distance covered along the great circle arc (Take $\\pi = \\frac{22}{7}$ and Radius of Earth $R = 6400\\text{ km}$).", "a": "3352.38 km", "b": "6704.76 km", "c": "2850.15 km", "d": "4180.20 km", "correct": "A" }, { "question": "Two positions on the Earth's surface are given as $A (40^\\circ\\text{N}, 20^\\circ\\text{W})$ and $B (40^\\circ\\text{N}, 50^\\circ\\text{E})$. Find their angular longitudinal separation.", "a": "70°", "b": "30°", "c": "110°", "d": "90°", "correct": "A" }, { "question": "The radius of a parallel of latitude at $60^\\circ\\text{N}$ is related to the equatorial radius $R$ of the earth by which of the following expressions?", "a": "$r = R \\cos 60^\\circ$", "b": "$r = R \\sin 60^\\circ$", "c": "$r = R \\tan 60^\\circ$", "d": "$r = R \\cot 60^\\circ$", "correct": "A" }, { "question": "Find the distance between the coordinate points $P(-3, 5)$ and $Q(9, -0.5)$.", "a": "13 units", "b": "15 units", "c": "12 units", "d": "17 units", "correct": "A" }, { "question": "Determine the midpoint of the line segment joining the points $A(2, -7)$ and $B(-6, 3)$.", "a": "(-2, -2)", "b": "(-4, -4)", "c": "(4, -2)", "d": "(-2, 5)", "correct": "A" }, { "question": "Find the gradient (slope) of a line that passes through the coordinates $(4, -3)$ and is perpendicular to the line $2x - 3y = 6$.", "a": "-1.5", "b": "0.67", "c": "-0.67", "d": "1.5", "correct": "A" }, { "question": "Find the equation of the straight line which passes through the point $(2, 5)$ and has a gradient of 3.", "a": "$y = 3x - 1$", "b": "$y = 3x + 1$", "c": "$y = 3x - 11$", "d": "$y = 3x + 11$", "correct": "A" }, { "question": "Calculate the acute angle between the straight lines $y = \t\tx + 5$ and $y = 0$.", "a": "45°", "b": "30°", "c": "60°", "d": "90°", "correct": "A" }, { "question": "If $\\sin \\theta = \\frac{5}{13}$ and $\\theta$ is an obtuse angle ($90^\\circ < \\theta < 180^\\circ$), find the exact value of $\\cos \\theta$.", "a": "-12/13", "b": "12/13", "c": "-5/12", "d": "5/12", "correct": "A" }, { "question": "A boy standing 15 meters away from the base of a vertical flagpole observes the top of the pole at an angle of elevation of 60°. Calculate the height of the flagpole.", "a": "$15\\sqrt{3}\\text{ meters}$", "b": "$\\frac{15}{\\sqrt{3}}\\text{ meters}$", "c": "$30\\text{ meters}$", "d": "$7.5\\text{ meters}$", "correct": "A" }, { "question": "From a point $H$, a surveyor walks 10 km on a bearing of 060° to a point $K$. He then changes direction and walks another 10 km due South to a point $M$. Find the bearing of $H$ from $M$.", "a": "330°", "b": "240°", "c": "150°", "d": "300°", "correct": "A" }, { "question": "Simplify the trigonometric identity expression completely: $\\frac{1 - \\cos^2 \\theta}{\\sin \\theta \\cos \\theta}$.", "a": "$\\tan \\theta$", "b": "$\\cot \\theta$", "c": "$\\sin \\theta$", "d": "$\\cos \\theta$", "correct": "A" }, { "question": "In a triangle $XYZ$, the side lengths are $x = 5\\text{ cm}$, $y = 7\\text{ cm}$, and $z = 8\\text{ cm}$. Find the value of $\\cos X$.", "a": "0.79", "b": "0.50", "c": "0.25", "d": "0.60", "correct": "A" }, { "question": "Sketching the graph of the function $y = 3\\sin 2x$, what is the maximum amplitude value and the period of the function respectively?", "a": "3 and 180°", "b": "3 and 360°", "c": "2 and 180°", "d": "2 and 120°", "correct": "A" }, { "question": "Evaluate the limit of the algebraic function: $\\lim_{x \\to 3} \\frac{x^2 - 9}{x - 3}$.", "a": "6", "b": "3", "c": "0", "d": "undefined", "correct": "A" }, { "question": "Find the value of $\\lim_{x \\to 0} \\frac{\\sqrt{4 + x} - 2}{x}$.", "a": "0.25", "b": "0.50", "c": "0.00", "d": "1.00", "correct": "A" }, { "question": "Evaluate the mathematical limit: $\\lim_{x \\to \\infty} \\frac{4x^2 - 5x + 2}{3x^2 + 2x - 1}$.", "a": "4/3", "b": "2", "c": "0", "d": "infinity", "correct": "A" }, { "question": "Find the limit of the functional expression: $\\lim_{x \\to 2} \\frac{x^3 - 8}{x^2 - 4}$.", "a": "3", "b": "2", "c": "1.5", "d": "4", "correct": "A" }, { "question": "Differentiate the given algebraic expression with respect to $x$: $y = \\frac{3}{x^2} - \\sqrt{x}$.", "a": "$-\\frac{6}{x^3} - \\frac{1}{2\\sqrt{x}}$", "b": "$-\\frac{6}{x^3} + \\frac{1}{2\\sqrt{x}}$", "c": "$\\frac{6}{x^3} - \\frac{1}{2\\sqrt{x}}$", "d": "$-\\frac{3}{x^3} - \\frac{1}{\\sqrt{x}}$", "correct": "A" }, { "question": "Find the derivative $\\frac{dy}{dx}$ of the polynomial expression: $y = (2x^2 + 3)(5x - 1)$.", "a": "$30x^2 - 4x + 15$", "b": "$30x^2 + 4x + 15$", "c": "$20x^2 - 4x + 15$", "d": "$30x^2 - 4x$", "correct": "A" }, { "question": "Using the quotient rule framework, find $\\frac{dy}{dx}$ if $y = \\frac{2x + 1}{x - 3}$.", "a": "$-\\frac{7}{(x - 3)^2}$", "b": "$\\frac{7}{(x - 3)^2}$", "c": "$-\\frac{5}{(x - 3)^2}$", "d": "$\\frac{2}{(x - 3)^2}$", "correct": "A" }, { "question": "Apply the chain rule function to differentiate: $y = (4x^3 - 2x + 5)^4$.", "a": "$4(12x^2 - 2)(4x^3 - 2x + 5)^3$", "b": "$4(4x^3 - 2x + 5)^3$", "c": "$(12x^2 - 2)(4x^3 - 2x + 5)^3$", "d": "$8(12x^2 - 2)(4x^3 - 2x + 5)^3$", "correct": "A" }, { "question": "Find the gradient of the curve $y = 3x^2 - 5x + 2$ at the precise coordinate point where $x = 2$.", "a": "7", "b": "12", "c": "5", "d": "4", "correct": "A" }, { "question": "Differentiate the trigonometric expression with respect to $x$: $y = \\sin(3x^2 + 2)$.", "a": "$6x \\cos(3x^2 + 2)$", "b": "$\\cos(3x^2 + 2)$", "c": "$-6x \\cos(3x^2 + 2)$", "d": "$3x \\cos(3x^2 + 2)$", "correct": "A" }, { "question": "Find the first derivative of the function: $y = 3\\cos x - 2\\sin x$.", "a": "$-3\\sin x - 2\\cos x$", "b": "$-3\\sin x + 2\\cos x$", "c": "$3\\sin x - 2\\cos x$", "d": "$-3\\cos x - 2\\sin x$", "correct": "A" }, { "question": "Differentiate the composite trigonometric structure: $y = \\tan(4x)$.", "a": "$4\\sec^2(4x)$", "b": "$\\sec^2(4x)$", "c": "$-4\\sec^2(4x)$", "d": "$4\\t\tan^2(4x)$", "correct": "A" }, { "question": "Find $\\frac{dy}{dx}$ if the function layout is given as: $y = \\sin^3 x$.", "a": "$3\\sin^2 x \\cos x$", "b": "$3\\sin^2 x$", "c": "$-3\\sin^2 x \\cos x$", "d": "$3\\cos^2 x \\sin x$", "correct": "A" }, { "question": "The displacement $s$ meters of a particle at time $t$ seconds is given by $s = 2t^3 - 9t^2 + 12t + 4$. Find the velocity of the particle when $t = 3$ seconds.", "a": "12 m/s", "b": "18 m/s", "c": "6 m/s", "d": "24 m/s", "correct": "A" }, { "question": "A particle moves along a straight path such that its velocity $v\\text{ m/s}$ at time $t$ seconds is $v = 6t^2 - 4t$. Calculate its acceleration when $t = 2$ seconds.", "a": "20 m/s²", "b": "24 m/s²", "c": "16 m/s²", "d": "12 m/s²", "correct": "A" }, { "question": "Find the turning coordinate points ($x$-value) for the curve parameter equation: $y = x^3 - 3x + 5$.", "a": "$x = 1 \\text{ and } x = -1$", "b": "$x = 0 \\text{ and } x = 3$", "c": "$x = 2 \\text{ and } x = -2$", "d": "$x = 1 \\text{ and } x = 3$", "correct": "A" }, { "question": "Determine the maximum value of the function defined by the curve layout: $y = 4x - x^2$.", "a": "4", "b": "2", "c": "0", "d": "8", "correct": "A" }, { "question": "The radius of a circular ripple in a school laboratory simulation increases at a uniform rate of $0.5\\text{ cm/s}$. Find the rate of increase of its area when the radius is 10 cm.", "a": "$10\\pi\\text{ cm}^2\\text{/s}$", "b": "$5\\pi\\text{ cm}^2\\text{/s}$", "c": "$20\\pi\\text{ cm}^2\\text{/s}$", "d": "$15\\pi\\text{ cm}^2\\text{/s}$", "correct": "A" }, { "question": "Find the indefinite integral expression: $\\int (6x^2 - 4x + 3) \\, dx$.", "a": "$2x^3 - 2x^2 + 3x + C$", "b": "$6x^3 - 4x^2 + 3x + C$", "c": "$2x^3 - 4x^2 + 3x + C$", "d": "$3x^3 - 2x^2 + 3x + C$", "correct": "A" }, { "question": "Evaluate the indefinite integration of the negative index surd: $\\int \\left(\\frac{1}{x^3} + \\sqrt{x}\\right) \\, dx$.", "a": "$-\\frac{1}{2x^2} + \\frac{2}{3}x^{\\frac{3}{2}} + C$", "b": "$-\\frac{1}{3x^2} + \\frac{3}{2}x^{\\frac{3}{2}} + C$", "c": "$\\frac{1}{2x^2} + \\frac{2}{3}x^{\\frac{3}{2}} + C$", "d": "$-\\frac{1}{2x^2} - \\frac{2}{3}x^{\\frac{3}{2}} + C$", "correct": "A" }, { "question": "Integrate the trigonometric configuration with respect to $x$: $\\int (4\\sin x + 3\\cos x) \\, dx$.", "a": "$-4\\cos x + 3\\sin x + C$", "b": "$4\\cos x - 3\\sin x + C$", "c": "$-4\\cos x - 3\\sin x + C$", "d": "$4\\cos x + 3\\sin x + C$", "correct": "A" }, { "question": "Evaluate the indefinite integral structure using substitution: $\\int 2x(x^2 + 1)^3 \\, dx$.", "a": "$\\frac{(x^2 + 1)^4}{4} + C$", "b": "$(x^2 + 1)^4 + C$", "c": "$\\frac{(x^2 + 1)^4}{2} + C$", "d": "$\\frac{x^2(x^2 + 1)^4}{4} + C$", "correct": "A" }, { "question": "Evaluate the definite integral limit parameters: $\\int_{1}^{3} (3x^2 - 2x) \\, dx$.", "a": "18", "b": "20", "c": "16", "d": "22", "correct": "A" }, { "question": "Evaluate the definite integration profile: $\\int_{0}^{\\frac{\\pi}{2}} \\cos x \\, dx$.", "a": "1", "b": "0", "c": "-1", "d": "0.5", "correct": "A" }, { "question": "Find the total mathematical area bounded by the curve $y = x^2$, the $x$-axis, and the straight vertical lines $x = 0$ and $x = 3$.", "a": "9 square units", "b": "27 square units", "c": "3 square units", "d": "18 square units", "correct": "A" }, { "question": "In a pie chart displaying the registration distribution of subjects on JambNest, the sector angle for Biology is 72°. If 1,200 students registered for Biology, calculate the total number of students in the registration cohort.", "a": "6,000", "b": "5,000", "c": "4,500", "d": "7,200", "correct": "A" }, { "question": "When constructing a standard frequency histogram layout for grouped data, what parameters are plotted on the vertical axis and horizontal axis respectively?", "a": "Frequency and Class Boundaries", "b": "Frequency and Class Midpoints", "c": "Cumulative Frequency and Class Intervals", "d": "Relative Frequency and Class Marks", "correct": "A" }, { "question": "An Ogive (cumulative frequency curve) is primarily utilized in educational data diagnostics to determine which of the following metrics?", "a": "Median and Percentiles", "b": "Mean and Mode", "c": "Variance and Standard Deviation", "d": "Mean Deviation and Range", "correct": "A" }, { "question": "The sector angles representing three examination options on a bar chart tracking system are 120°, $x$°, and $2x$°. Find the absolute value of $x$.", "a": "80°", "b": "60°", "c": "40°", "d": "100°", "correct": "A" }, { "question": "Find the median of the following ungrouped score metrics obtained during a mock trial session: 14, 18, 12, 20, 15, 11, 18, 16, 19.", "a": "16", "b": "15", "c": "18", "d": "17", "correct": "A" }, { "question": "Calculate the mean score of the distribution profile layout: 5, 8, 12, 15, 20, 24, 28.", "a": "16", "b": "15", "c": "17", "d": "14", "correct": "A" }, { "question": "The mean of five integers is 24. If a sixth integer $x$ is integrated into the score payload block, the new mean becomes 25. Find the value of $x$.", "a": "30", "b": "28", "c": "32", "d": "26", "correct": "A" }, { "question": "Consider a grouped frequency distribution table where the modal class interval has a lower class boundary of 39.5, the frequency of the modal class is 15, the frequency of the preceding class is 9, and the frequency of the succeeding class is 11. If the class width size is 10, calculate the mode using the formula $L + \\left(\\frac{\\Delta_1}{\\Delta_1 + \\Delta_2}\\right)C$.", "a": "45.50", "b": "43.25", "c": "44.15", "d": "46.00", "correct": "A" }, { "question": "For a skewed data distribution curve tracking low-performing candidate profiles, if the mean is 42 and the median is 45, the mode of this distribution is estimated to be:", "a": "51", "b": "48", "c": "39", "d": "43.5", "correct": "A" }, { "question": "Find the range of the set of score parameters: 43, 21, 67, 89, 12, 54, 76.", "a": "77", "b": "89", "c": "67", "d": "76", "correct": "A" }, { "question": "Calculate the mean deviation of the following data values: 4, 7, 8, 9, 12.", "a": "2.4", "b": "2.0", "c": "1.8", "d": "3.2", "correct": "A" }, { "question": "Find the mathematical variance of the population distribution data set: 2, 4, 6, 8, 10.", "a": "8", "b": "4", "c": "2.83", "d": "6", "correct": "A" }, { "question": "If the variance of a distribution tracking system error log counts is 16, what is its standard deviation value?", "a": "4", "b": "2", "c": "8", "d": "16", "correct": "A" }, { "question": "A set of candidate test times has a coefficient of variation of 20%. If the mean duration is 50 minutes, calculate the standard deviation of the test durations.", "a": "10 minutes", "b": "5 minutes", "c": "15 minutes", "d": "20 minutes", "correct": "A" }, { "question": "In how many unique ways can the letters of the word **JAMBNEST** be arranged linearly?", "a": "40,320", "b": "20,160", "c": "5,040", "d": "362,880", "correct": "A" }, { "question": "In how many ways can a selection committee of 4 supervisors be chosen out of 7 available external invigilators?", "a": "35", "b": "210", "c": "70", "d": "84", "correct": "A" }, { "question": "In how many ways can the letters of the word **EXAMINATION** be arranged given the repetitions of internal components?", "a": "4,989,600", "b": "9,979,200", "c": "2,494,800", "d": "39,916,800", "correct": "A" }, { "question": "How many 3-digit access pin options can be formed using the digits 1, 3, 5, 7, 9 if no digit is allowed to repeat within a single pin?", "a": "60", "b": "120", "c": "20", "d": "24", "correct": "A" }, { "question": "Six platform developers are to be seated round a circular conference table to discuss structural upgrades. In how many unique configurations can they be arranged?", "a": "120", "b": "720", "c": "24", "d": "5040", "correct": "A" }, { "question": "A fair fair die is rolled once during a simulation test. Find the probability of obtaining a prime number.", "a": "0.50", "b": "0.33", "c": "0.67", "d": "0.17", "correct": "A" }, { "question": "Two fair coins are tossed simultaneously. What is the theoretical probability of obtaining at least one head?", "a": "3/4", "b": "1/4", "c": "1/2", "d": "2/3", "correct": "A" }, { "question": "The probability that a student passes Mathematics is $\\frac{2}{3}$ and the independent probability that he passes English is $\\frac{4}{5}$. Find the probability that he passes both subjects.", "a": "8/15", "b": "22/15", "c": "2/15", "d": "1/5", "correct": "A" }, { "question": "A bag contains 5 red options tokens, 4 blue tokens, and 3 green tokens. If two tokens are drawn at random one after the other without replacement, find the probability that both are blue.", "a": "1/11", "b": "1/9", "c": "4/33", "d": "2/11", "correct": "A" }, { "question": "Two events $A$ and $B$ are mutually exclusive options. If $P(A) = 0.4$ and $P(B) = 0.35$, calculate the unified probability value $P(A \\cup B)$.", "a": "0.75", "b": "0.14", "c": "0.05", "d": "0.85", "correct": "A" }, { "question": "Out of 40 active candidates logged onto the terminal engine, 22 are from center $X$ and 18 are from center $Y$. If a candidate profile is selected at random, what is the probability that the student is NOT from center $X$?", "a": "9/20", "b": "11/20", "c": "3/10", "d": "7/20", "correct": "A" } ]