All practice questions

13931 questions

Question 7361Question

Given that 5+252=a+b5\frac{\sqrt{5} + 2}{\sqrt{5} - 2} = a + b\sqrt{5}, where aa and bb are rational numbers, what is the value of a+ba + b?

Show answer & explanation

Answer: 13

Answer

The value of a+ba + b is 13.
To simplify 5+252\frac{\sqrt{5} + 2}{\sqrt{5} - 2}, multiply both numerator and denominator by the conjugate of the denominator, which is 5+2\sqrt{5} + 2. Expanding the numerator (5+2)2(\sqrt{5} + 2)^2 gives 5+45+4=9+455 + 4\sqrt{5} + 4 = 9 + 4\sqrt{5}. The denominator simplifies to (5)222=54=1(\sqrt{5})^2 - 2^2 = 5 - 4 = 1. Thus, the expression becomes 9+459 + 4\sqrt{5}. Comparing this to a+b5a + b\sqrt{5} gives a=9a = 9 and b=4b = 4. Therefore, a+b=13a + b = 13.

Step-by-Step Solution

1
Identify the conjugate of the denominator
The denominator is 52\sqrt{5} - 2, so its conjugate is 5+2\sqrt{5} + 2.
Multiplying by the conjugate rationalizes the binomial denominator using the difference of two squares.
2
Multiply the numerator and denominator by the conjugate
\frac{(\sqrt{5} + 2)(\sqrt{5} + 2)}{(\sqrt{5} - 2)(\sqrt{5} + 2)} = \frac{(\sqrt{5} + 2)^2}{(\sqrt{5})^2 - 2^2}
This removes the radical from the denominator.
3
Expand both numerator and denominator
\frac{5 + 4\sqrt{5} + 4}{5 - 4} = \frac{9 + 4\sqrt{5}}{1} = 9 + 4\sqrt{5}
Using (x+y)2=x2+2xy+y2(x + y)^2 = x^2 + 2xy + y^2 for the numerator and (xy)(x+y)=x2y2(x - y)(x + y) = x^2 - y^2 for the denominator.
4
Equate to a+b5a + b\sqrt{5} and solve for a+ba + b
a=9a = 9 and b=4b = 4, so a+b=9+4=13a + b = 9 + 4 = 13.
Matching the rational part aa and coefficient of the surd bb gives the target sum.

Key Concept

Rationalization of Binomial Denominators
Estimated Time:1m 15s
Question 7362Question

What is the indefinite integral (6x5+8sin(4x))dx\int (6x^5 + 8\sin(4x)) \, dx?

Show answer & explanation

Answer: x62cos(4x)+Cx^6 - 2\cos(4x) + C

Answer

x62cos(4x)+Cx^6 - 2\cos(4x) + C
Integrating 6x56x^5 using the power rule gives 6x66=x6\frac{6x^6}{6} = x^6. Integrating 8sin(4x)8\sin(4x) gives 8(cos(4x)4)=2cos(4x)8 \left(-\frac{\cos(4x)}{4}\right) = -2\cos(4x). Summing these and appending the constant of integration CC yields x62cos(4x)+Cx^6 - 2\cos(4x) + C.

Step-by-Step Solution

1
Split the integral into two individual terms
(6x5+8sin(4x))dx=6x5dx+8sin(4x)dx\int (6x^5 + 8\sin(4x)) \, dx = \int 6x^5 \, dx + \int 8\sin(4x) \, dx
Linearity property of integration allows term-by-term integration.
2
Integrate the polynomial term 6x56x^5
\int 6x^5 \, dx = 6 \cdot \frac{x^{5+1}}{5+1} = \frac{6x^6}{6} = x^6
Apply the power rule of integration: xndx=xn+1n+1\int x^n \, dx = \frac{x^{n+1}}{n+1}.
3
Integrate the trigonometric term 8sin(4x)8\sin(4x)
\int 8\sin(4x) \, dx = 8 \cdot \left( -\frac{\cos(4x)}{4} \right) = -2\cos(4x)
Apply the standard integral rule: sin(kx)dx=1kcos(kx)\int \sin(kx) \, dx = -\frac{1}{k}\cos(kx).
4
Combine results and add the constant of integration
x62cos(4x)+Cx^6 - 2\cos(4x) + C
Indefinite integration requires an arbitrary constant CC.

Key Concept

Indefinite Integration of Polynomial and Trigonometric Functions
Estimated Time:1m 30s
Question 7363Question

If log5x+2logx5=3\log_5 x + 2\log_x 5 = 3, what is the sum of all possible real values of xx?

Show answer & explanation

Answer: 30

Answer

The sum of all possible real values of xx is 30.
Applying the change of base identity logx5=1log5x\log_x 5 = \frac{1}{\log_5 x} converts the equation to log5x+2log5x=3\log_5 x + \frac{2}{\log_5 x} = 3. Setting y=log5xy = \log_5 x yields y23y+2=0y^2 - 3y + 2 = 0, giving solutions y=1y = 1 and y=2y = 2. Converting back to xx gives x=51=5x = 5^1 = 5 and x=52=25x = 5^2 = 25. The sum of these values is 5+25=305 + 25 = 30.

Step-by-Step Solution

1
Apply the change of base identity logx5=1log5x\log_x 5 = \frac{1}{\log_5 x}.
The equation becomes log5x+2log5x=3\log_5 x + \frac{2}{\log_5 x} = 3.
Converting all logarithmic terms to base 5 allows substitution and simplification.
2
Substitute y=log5xy = \log_5 x and form a quadratic equation.
y+2y=3    y23y+2=0y + \frac{2}{y} = 3 \implies y^2 - 3y + 2 = 0.
Multiplying through by yy transforms the logarithmic equation into a standard quadratic form.
3
Solve the quadratic equation for yy.
(y1)(y2)=0    y=1 or y=2(y - 1)(y - 2) = 0 \implies y = 1 \text{ or } y = 2.
Factoring determines the values of y=log5xy = \log_5 x.
4
Convert back to xx using exponentiation and calculate the sum.
For y=1y = 1, x=51=5x = 5^1 = 5. For y=2y = 2, x=52=25x = 5^2 = 25. Sum =5+25=30= 5 + 25 = 30.
Definition of logarithm logab=c    ac=b\log_a b = c \iff a^c = b gives the values of xx.

Key Concept

Logarithm Change of Base Formula and Quadratic Substitution
Estimated Time:1m 30s
Question 7364Question

The frequency distribution table below shows the number of books checked out daily at a public library over a period of 4040 days:

Number of BooksNumber of Days (ff)
151 - 544
6106 - 101010
111511 - 151616
162016 - 201010

What is the mean number of books checked out per day?

Show answer & explanation

Answer: 12.012.0

Answer

The mean number of books checked out per day is 12.012.0.
The correct answer of 12.012.0 is found by calculating the midpoint (xx) for each class interval (3,8,13,183, 8, 13, 18), multiplying each midpoint by its respective frequency to find fxf \cdot x, summing these products to obtain fx=480\sum fx = 480, and dividing by the total frequency f=40\sum f = 40.

Step-by-Step Solution

1
Determine the midpoint (xx) for each class interval.
Midpoints: x1=1+52=3x_1 = \frac{1+5}{2} = 3, x2=6+102=8x_2 = \frac{6+10}{2} = 8, x3=11+152=13x_3 = \frac{11+15}{2} = 13, x4=16+202=18x_4 = \frac{16+20}{2} = 18.
Grouped data calculations require a single representative value (the midpoint) for each class interval.
2
Calculate the product of frequency and midpoint (fxf \cdot x) for each class interval.
f1x1=4×3=12f_1 x_1 = 4 \times 3 = 12, f2x2=10×8=80f_2 x_2 = 10 \times 8 = 80, f3x3=16×13=208f_3 x_3 = 16 \times 13 = 208, f4x4=10×18=180f_4 x_4 = 10 \times 18 = 180.
This yields the total value contributed by each class interval.
3
Calculate total frequency (f\sum f) and total sum of products (fx\sum fx).
f=4+10+16+10=40\sum f = 4 + 10 + 16 + 10 = 40, and fx=12+80+208+180=480\sum fx = 12 + 80 + 208 + 180 = 480.
These sums are needed to compute the weighted mean.
4
Apply the grouped mean formula xˉ=fxf\bar{x} = \frac{\sum fx}{\sum f}.
xˉ=48040=12.0\bar{x} = \frac{480}{40} = 12.0.
Dividing the sum of all values by the total frequency yields the grouped mean.

Key Concept

Grouped Mean Calculation
Question 7365Question

In ΔABC\Delta ABC, the length of side aa is 10 cm10\text{ cm}, angle A=30\angle A = 30^\circ, and angle B=45\angle B = 45^\circ. What is the length of side bb?

Show answer & explanation

Answer: 102 cm10\sqrt{2}\text{ cm}

Answer

The length of side bb is 102 cm10\sqrt{2}\text{ cm}.
The option specifying 102 cm10\sqrt{2}\text{ cm} is correct because applying the Sine Rule gives 10sin30=bsin45\frac{10}{\sin 30^\circ} = \frac{b}{\sin 45^\circ}, which simplifies directly to b=102 cmb = 10\sqrt{2}\text{ cm}.

Step-by-Step Solution

1
State the Sine Rule formula relating sides aa, bb and their opposite angles AA, BB.
asinA=bsinB\frac{a}{\sin A} = \frac{b}{\sin B}
The Sine Rule connects the ratio of side lengths to the sines of their opposite angles.
2
Substitute the known values (a=10a = 10, A=30A = 30^\circ, B=45B = 45^\circ) into the formula.
10sin30=bsin45\frac{10}{\sin 30^\circ} = \frac{b}{\sin 45^\circ}
Isolating the variable bb requires substituting given numeric angle and side measures.
3
Evaluate exact values of trigonometric functions and solve for bb.
b=10×2212=102 cmb = \frac{10 \times \frac{\sqrt{2}}{2}}{\frac{1}{2}} = 10\sqrt{2}\text{ cm}
Simplifying the algebraic fraction yields the exact length of side bb.

Key Concept

Application of the Sine Rule to find an unknown side length in a non-right-angled triangle.
Estimated Time:45s
Question 7366Question
What is the product of all real values of xx that satisfy the exponential equation 4x+117×2x+4=04^{x+1} - 17 \times 2^x + 4 = 0?
Show answer & explanation

Answer: 4-4

Answer

The product of all real values of xx satisfying the equation is 4-4.
Expressing 4x+14^{x+1} as 4(2x)24(2^x)^2 allows setting y=2xy = 2^x, giving 4y217y+4=04y^2 - 17y + 4 = 0. Solving this quadratic equation yields y=14y = \frac{1}{4} and y=4y = 4. Solving 2x=14=222^x = \frac{1}{4} = 2^{-2} gives x=2x = -2, and 2x=4=222^x = 4 = 2^2 gives x=2x = 2. The product of these two real solutions is (2)×2=4(-2) \times 2 = -4.

Step-by-Step Solution

1
Rewrite 4x+14^{x+1} using index laws
4x+1=4x×41=(22)x×4=4×(2x)24^{x+1} = 4^x \times 4^1 = (2^2)^x \times 4 = 4 \times (2^x)^2
Converting all exponential terms to base 22 allows substitution into a quadratic form.
2
Substitute y=2xy = 2^x into the equation
4y217y+4=04y^2 - 17y + 4 = 0
This transforms the exponential equation into a standard quadratic equation in terms of yy.
3
Solve the quadratic equation for yy
(4y1)(y4)=0    y=14 or y=4(4y - 1)(y - 4) = 0 \implies y = \frac{1}{4} \text{ or } y = 4
Factoring 4y216yy+4=04y^2 - 16y - y + 4 = 0 yields the two valid values for yy.
4
Solve for xx using y=2xy = 2^x
For y=14y = \frac{1}{4}: 2x=22    x1=22^x = 2^{-2} \implies x_1 = -2. For y=4y = 4: 2x=22    x2=22^x = 2^2 \implies x_2 = 2.
Applying the law of indices am=an    m=na^m = a^n \implies m = n determines the real solutions for xx.
5
Calculate the product of the solutions
x1×x2=(2)×2=4x_1 \times x_2 = (-2) \times 2 = -4
The question asks for the product of the real values of xx.

Key Concept

Quadratic form exponential equations and index transformation rules
Question 7367Question

Determine the least non-negative integer congruent to 68(mod9)68 \pmod{9}.

Show answer & explanation

Answer: 5

Answer

The least non-negative integer congruent to 68(mod9)68 \pmod{9} is 5.
Dividing 68 by 9 gives a quotient of 7 and a remainder of 5. Since 05<90 \le 5 < 9, the value 5 is the standard non-negative remainder.

Step-by-Step Solution

1
Divide 68 by the modulus 9 using the division algorithm.
68=9×7+568 = 9 \times 7 + 5
Every integer aa can be written uniquely as a=nq+ra = nq + r where qq is the quotient and 0r<n0 \le r < n.
2
Extract the non-negative remainder rr.
r=5r = 5
In modular arithmetic, the least non-negative integer congruent to a(modn)a \pmod{n} is the remainder rr when aa is divided by nn.

Key Concept

Modular Arithmetic Remainder
Question 7368Question

Using differentiation from first principles, what is the derivative dydx\frac{dy}{dx} of the function y=32x2y = 3 - 2x^2?

Show answer & explanation

Answer: 4x-4x

Answer

4x-4x
Applying the definition of derivative f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h)-f(x)}{h} to f(x)=32x2f(x) = 3 - 2x^2 gives 4xh2h2h=4x2h\frac{-4xh - 2h^2}{h} = -4x - 2h. Taking the limit as h0h \to 0 results in 4x-4x.

Step-by-Step Solution

1
Express f(x+h)f(x+h) for the function f(x)=32x2f(x) = 3 - 2x^2
f(x+h)=32(x+h)2=32(x2+2xh+h2)=32x24xh2h2f(x+h) = 3 - 2(x+h)^2 = 3 - 2(x^2 + 2xh + h^2) = 3 - 2x^2 - 4xh - 2h^2
Substitute (x+h)(x+h) into the place of xx and expand the squared binomial.
2
Set up the difference quotient f(x+h)f(x)h\frac{f(x+h) - f(x)}{h}
(32x24xh2h2)(32x2)h=4xh2h2h\frac{(3 - 2x^2 - 4xh - 2h^2) - (3 - 2x^2)}{h} = \frac{-4xh - 2h^2}{h}
Subtract f(x)f(x) from f(x+h)f(x+h) to isolate terms involving increment hh.
3
Divide numerator terms by hh
h(4x2h)h=4x2h\frac{h(-4x - 2h)}{h} = -4x - 2h
Factor out hh to cancel the denominator.
4
Take the limit as h0h \to 0
limh0(4x2h)=4x\lim_{h \to 0} (-4x - 2h) = -4x
Evaluating the limit gives the exact derivative function dydx\frac{dy}{dx}.

Key Concept

Differentiation from First Principles
Question 7369Question

The table below displays the distribution of scores obtained by 5050 candidates in a Mathematics assessment test:

Score IntervalFrequency (ff)
101910 - 1988
202920 - 291212
303930 - 391818
404940 - 4977
505950 - 5955

Match each statistical feature of the charts representing this data on the left with its corresponding numerical value on the right.

Click a left item, then click its matching right item

Items

Sector angle for the modal class in a pie chart representation
Frequency density of the 303930 - 39 class interval in a histogram
Lower class boundary of the class interval containing the median score
Cumulative frequency corresponding to the upper class boundary of 29.529.5 on an ogive

Matches

Show answer & explanation

Answer

The correct pairings are: Sector angle for the modal class matches 129.6129.6^\circ; Frequency density of the 303930 - 39 class interval matches 1.81.8; Lower class boundary of the median class matches 29.529.5; Cumulative frequency up to 29.529.5 matches 2020.
Each chart feature correctly aligns with its mathematically derived value: the modal class sector angle is 1850×360=129.6\frac{18}{50} \times 360^\circ = 129.6^\circ, the frequency density is 1810=1.8\frac{18}{10} = 1.8, the median class lower boundary is 29.529.5, and the cumulative frequency up to 29.529.5 is 8+12=208 + 12 = 20.

Step-by-Step Solution

1
Determine the total frequency and locate the modal and median classes.
Total frequency N=8+12+18+7+5=50N = 8 + 12 + 18 + 7 + 5 = 50. The modal class is 303930 - 39 (highest frequency = 1818). The median position is 502=25th\frac{50}{2} = 25^{\text{th}}, which falls within the 303930 - 39 class interval since cumulative frequency reaches 3838 at the end of this class.
Identifying NN, the modal class, and the median position is required for calculating chart parameters.
2
Calculate the pie chart sector angle for the modal class (303930 - 39).
Sector angle =FrequencyN×360=1850×360=129.6= \frac{\text{Frequency}}{N} \times 360^\circ = \frac{18}{50} \times 360^\circ = 129.6^\circ.
Pie chart sectors represent relative frequencies scaled to 360360^\circ.
3
Compute the frequency density for the histogram bar of class 303930 - 39.
Class width =39.529.5=10= 39.5 - 29.5 = 10. Frequency density =FrequencyClass width=1810=1.8= \frac{\text{Frequency}}{\text{Class width}} = \frac{18}{10} = 1.8.
Histogram height represents frequency density, defined as frequency divided by class width.
4
Identify the lower class boundary of the median class (303930 - 39) and cumulative frequency at upper boundary 29.529.5.
Lower boundary of 303930 - 39 is 300.5=29.530 - 0.5 = 29.5. Cumulative frequency up to 29.529.5 is 8+12=208 + 12 = 20.
Class boundaries eliminate gaps between intervals for continuous plots like ogives and histograms.

Key Concept

Calculating statistical chart parameters (pie chart sector angles, histogram frequency densities, class boundaries, and cumulative frequencies) from grouped frequency distributions.
Question 7370Question

A solid right circular cylinder of radius 5 cm5\text{ cm} and height 12 cm12\text{ cm} has a conical cavity of the same radius and height hollowed out from its top face. What is the total surface area of the remaining solid in cm2\text{cm}^2, expressed as a multiple of π\pi (that is, find the value of KK where the total surface area is Kπ cm2K\pi\text{ cm}^2)?

Show answer & explanation

Answer: 210

Answer

The total surface area of the remaining solid is 210π cm2210\pi\text{ cm}^2, so the required numerical coefficient KK is 210210.
The total surface area consists of three parts: the flat circular base at the bottom (25π cm225\pi\text{ cm}^2), the outer curved surface of the cylinder (120π cm2120\pi\text{ cm}^2), and the newly created inner curved surface of the conical cavity (65π cm265\pi\text{ cm}^2). Adding these together yields 25π+120π+65π=210π cm225\pi + 120\pi + 65\pi = 210\pi\text{ cm}^2, giving the coefficient K=210K = 210.

Step-by-Step Solution

1
Calculate the slant height (ll) of the conical cavity.
l=52+122=169=13 cml = \sqrt{5^2 + 12^2} = \sqrt{169} = 13\text{ cm}.
The slant height forms the hypotenuse of the right triangle whose leg lengths are the base radius and the vertical height of the cone.
2
Determine the area of all exposed boundary surfaces of the remaining solid.
Flat bottom base area =π(5)2=25π cm2= \pi(5)^2 = 25\pi\text{ cm}^2; Outer curved cylindrical surface area =2π(5)(12)=120π cm2= 2\pi(5)(12) = 120\pi\text{ cm}^2; Inner curved conical surface area =π(5)(13)=65π cm2= \pi(5)(13) = 65\pi\text{ cm}^2.
Hollowing out the cone creates an internal curved boundary while leaving the outer cylindrical boundary and the flat bottom base exposed.
3
Sum the areas of all exposed surfaces to calculate the total surface area.
Total Surface Area =25π+120π+65π=210π cm2= 25\pi + 120\pi + 65\pi = 210\pi\text{ cm}^2.
The total surface area is the sum of all external and internal exposed surface areas.

Key Concept

Surface Area of Hollowed and Composite 3D Solids
Question 7371Question

If y=5e2x+cos(4x)y = 5e^{2x} + \cos(4x), find the value of dydx\frac{dy}{dx} at x=0x = 0.

Show answer & explanation

Answer: 10

Answer

10
Differentiating y=5e2x+cos(4x)y = 5e^{2x} + \cos(4x) with respect to xx yields dydx=10e2x4sin(4x)\frac{dy}{dx} = 10e^{2x} - 4\sin(4x). Substituting x=0x = 0 gives 10e04sin(0)=10(1)0=1010e^0 - 4\sin(0) = 10(1) - 0 = 10.

Step-by-Step Solution

1
Differentiate y=5e2x+cos(4x)y = 5e^{2x} + \cos(4x) with respect to xx.
dydx=10e2x4sin(4x)\frac{dy}{dx} = 10e^{2x} - 4\sin(4x)
The derivative of eaxe^{ax} is aeaxa e^{ax} and the derivative of cos(ax)\cos(ax) is asin(ax)-a \sin(ax).
2
Evaluate the derivative at x=0x = 0.
10
Substitute x=0x = 0 into 10e2x4sin(4x)10e^{2x} - 4\sin(4x) to obtain 10(1)4(0)=1010(1) - 4(0) = 10.

Key Concept

Differentiation of exponential and trigonometric functions
Question 7372Question

In a library, the ratio of science books to literature books was initially 4:54 : 5. After 6060 new science books were added to the collection and 20%20\% of the literature books were donated to a local school, the ratio of science books to literature books became 3:23 : 2. What was the total number of books (science and literature combined) originally in the library?

Show answer & explanation

Answer: 270270

Answer

The original total number of books in the library was 270270.
Let the original number of science books be 4x4x and literature books be 5x5x. After adding 6060 science books, there are 4x+604x + 60 science books. Donating 20%20\% of literature books leaves 80%80\% of 5x5x, which equals 4x4x literature books. Setting up the ratio 4x+604x=32\frac{4x + 60}{4x} = \frac{3}{2} yields 8x+120=12x8x + 120 = 12x, so 4x=1204x = 120 and x=30x = 30. The original total number of books was 4x+5x=9x=9(30)=2704x + 5x = 9x = 9(30) = 270.

Step-by-Step Solution

1
Define initial quantities using a ratio multiplier xx.
Initial science books = 4x4x, initial literature books = 5x5x, and total original books = 9x9x.
The initial ratio given is 4:54 : 5.
2
Calculate the updated quantities after books are added and donated.
New science books = 4x+604x + 60; new literature books = 5x×(10.20)=4x5x \times (1 - 0.20) = 4x.
6060 science books were added and 20%20\% of literature books were donated.
3
Set up the proportion for the new ratio of 3:23 : 2.
4x+604x=32\frac{4x + 60}{4x} = \frac{3}{2}
The new ratio of science to literature books is stated as 3:23 : 2.
4
Solve the algebraic proportion for xx.
2(4x + 60) = 3(4x) \implies 8x + 120 = 12x \implies 4x = 120 \implies x = 30.
Cross-multiplication simplifies the proportional equation to find the value of xx.
5
Compute the original total number of books.
9x = 9 \times 30 = 270.
The original total collection consists of 9x9x books.

Key Concept

Solving multi-step ratio changes and proportions with percentage alterations
Estimated Time:1m 30s
Question 7373Question

The sum of the interior angles of a convex polygon is three times the sum of its exterior angles. Calculate the number of sides of the polygon.

Show answer & explanation

Answer: 8

Answer

The polygon has 8 sides.
The sum of the exterior angles of any convex polygon is always 360360^\circ. Since the sum of the interior angles is three times this value, the interior angle sum is 3×360=10803 \times 360^\circ = 1080^\circ. Setting (n2)×180=1080(n - 2) \times 180^\circ = 1080^\circ gives n2=6n - 2 = 6, which yields n=8n = 8 sides.

Step-by-Step Solution

1
Determine the exterior angle sum
The sum of exterior angles for any convex polygon is 360360^\circ.
The exterior angles of any convex polygon sum to a full turn (360360^\circ).
2
Compute the sum of the interior angles
Sum of interior angles = 3×360=10803 \times 360^\circ = 1080^\circ.
The question states that the interior angle sum is three times the exterior angle sum.
3
Apply the interior angle sum formula
(n2)×180=1080(n - 2) \times 180^\circ = 1080^\circ.
The interior angle sum of an nn-sided convex polygon is given by (n2)×180(n - 2) \times 180^\circ.
4
Solve for nn
n2=1080180=6    n=8n - 2 = \frac{1080^\circ}{180^\circ} = 6 \implies n = 8.
Dividing 10801080^\circ by 180180^\circ gives 66, and adding 22 gives n=8n = 8.

Key Concept

Relationship between the sum of interior and exterior angles of a convex polygon
Estimated Time:1m 0s
Question 7374Question

What is the simplified numerical value of 2723×91227^{\frac{2}{3}} \times 9^{-\frac{1}{2}}?

Show answer & explanation

Answer: 3

Answer

The simplified numerical value of the expression is 3.
Evaluating 272327^{\frac{2}{3}} gives (273)2=32=9(\sqrt[3]{27})^2 = 3^2 = 9. Evaluating 9129^{-\frac{1}{2}} gives 19=13\frac{1}{\sqrt{9}} = \frac{1}{3}. Multiplying 99 by 13\frac{1}{3} yields 33.

Step-by-Step Solution

1
Rewrite bases in terms of prime factors
27=3327 = 3^3 and 9=329 = 3^2
Expressing bases in power-of-3 form allows direct application of index laws.
2
Simplify each indexed term using (am)n=amn(a^m)^n = a^{m \cdot n} and an=1ana^{-n} = \frac{1}{a^n}
2723=(33)23=32=927^{\frac{2}{3}} = (3^3)^{\frac{2}{3}} = 3^2 = 9 and 912=(32)12=31=139^{-\frac{1}{2}} = (3^2)^{-\frac{1}{2}} = 3^{-1} = \frac{1}{3}
Fractional indices denote roots and negative indices denote reciprocals.
3
Multiply the resulting numbers
9×13=39 \times \frac{1}{3} = 3
Simplifying the final product yields the single numeric answer.

Key Concept

Fractional and Negative Index Laws
Question 7375Question

What is the smallest non-negative integer xx that satisfies the modular congruence 5x+72(mod9)5x + 7 \equiv 2 \pmod{9}?

Show answer & explanation

Answer: 88

Answer

The smallest non-negative integer xx is 8.
Subtracting 77 from both sides yields 5x5(mod9)5x \equiv -5 \pmod{9}, which reduces to 5x4(mod9)5x \equiv 4 \pmod{9}. Multiplying both sides by the modular multiplicative inverse of 55 modulo 99 (which is 22, since 5×2=101(mod9)5 \times 2 = 10 \equiv 1 \pmod{9}) gives x4×2=8(mod9)x \equiv 4 \times 2 = 8 \pmod{9}. Thus, the smallest non-negative integer value is 88.

Step-by-Step Solution

1
Isolate the term containing xx by subtracting 7 from both sides of the congruence.
5x275(mod9)5x \equiv 2 - 7 \equiv -5 \pmod{9}
Standard algebraic balance operations apply under modular arithmetic.
2
Convert the negative remainder 5-5 to its canonical non-negative representative in modulo 9.
5+9=4    5x4(mod9)-5 + 9 = 4 \implies 5x \equiv 4 \pmod{9}
Modular numbers are conventionally expressed in the non-negative range [0,n1][0, n-1].
3
Find the modular multiplicative inverse of 5 modulo 9 and multiply both sides by it.
Since 5×2=101(mod9)5 \times 2 = 10 \equiv 1 \pmod{9}, the inverse is 2. Multiplying gives x4×2=8(mod9)x \equiv 4 \times 2 = 8 \pmod{9}.
Multiplying by the modular inverse solves for xx when gcd(5,9)=1\gcd(5, 9) = 1.

Key Concept

Linear Modular Congruences and Modular Inverses
Estimated Time:1m 30s
Question 7376Question

What is the xx-coordinate of the stationary point of the curve y=3x212x+7y = 3x^2 - 12x + 7?

Show answer & explanation

Answer: 22

Answer

The xx-coordinate of the stationary point is 22.
To find the stationary point, take the derivative of y=3x212x+7y = 3x^2 - 12x + 7 with respect to xx, obtaining dydx=6x12\frac{dy}{dx} = 6x - 12. Setting the derivative equal to zero gives 6x12=06x - 12 = 0, which solves to x=2x = 2.

Step-by-Step Solution

1
Differentiate the equation of the curve with respect to xx
dydx=6x12\frac{dy}{dx} = 6x - 12
Stationary points occur where the first derivative (gradient) of the function is equal to zero.
2
Set the derivative to zero and solve for xx
6x - 12 = 0 \implies 6x = 12 \implies x = 2
Solving this linear equation gives the exact value of xx at which the tangent to the curve is horizontal.

Key Concept

Stationary Points of a Curve
Estimated Time:45s
Question 7377Question

In a stable mainland population of a wildflower species, the frequency of a recessive allele (aa) causing albino foliage is 0.30.3. A small group of 10 seed-bearing plants is accidentally carried by wind to an isolated oceanic island where no other members of the species exist. In the newly established island colony, the frequency of allele aa is found to be 0.70.7 purely due to sampling chance during colonization. Which evolutionary force best accounts for this rapid change in allele frequency, and what is its primary consequence on the island's gene pool?

Show answer & explanation

Answer: Genetic drift via the founder effect, which reduces overall genetic variation in the new population regardless of natural selection.

Answer

Genetic drift via the founder effect, which reduces overall genetic variation in the new population regardless of natural selection.
The correct answer identifies the founder effect—a key mechanism of genetic drift in modern evolutionary theory. When a small group of individuals colonizes a new geographical area, the alleles carried by the founders determine the new gene pool. By chance alone, allele frequencies in the colonizing group differ markedly from the source population, which decreases overall genetic diversity independently of natural selection.

Step-by-Step Solution

1
Analyze the cause of the allele frequency shift in the population
A very small sample size (10 plants) colonized an isolated island, shifting the recessive allele frequency from 0.30.3 to 0.70.7 purely due to sampling chance.
When a small fragment of a population colonizes a new area, the allele frequencies of the founders rarely match the ancestral gene pool.
2
Identify the primary evolutionary mechanism
Random fluctuations in allele frequency resulting from small colony founding represent the founder effect, a form of genetic drift.
Genetic drift acts randomly on allele frequencies without regard to reproductive fitness or adaptive advantage.
3
Evaluate option claims against modern evolutionary genetics
The founder effect reduces overall genetic diversity because only a portion of the original population's alleles are represented in the new colony.
Natural selection, direct environmental mutation induction, and gene flow fail to explain an allele frequency shift caused by random sampling during reproductive isolation.

Key Concept

Genetic drift and the Founder effect in Modern Evolutionary Theory
Question 7378Question

If θ\theta is an acute angle such that 1tanθ1+tanθ=23\frac{1 - \tan \theta}{1 + \tan \theta} = 2 - \sqrt{3}, what is the exact value of 2sinθ+3cosθ2\sin \theta + \sqrt{3}\cos \theta?

Show answer & explanation

Answer: 52\frac{5}{2}

Answer

The exact value of 2sinθ+3cosθ2\sin \theta + \sqrt{3}\cos \theta is 52\frac{5}{2}.
Cross-multiplying the equation 1tanθ1+tanθ=23\frac{1 - \tan \theta}{1 + \tan \theta} = 2 - \sqrt{3} yields tanθ=13\tan \theta = \frac{1}{\sqrt{3}}, which identifies θ\theta as 3030^\circ. Evaluating 2sin30+3cos30=2(12)+3(32)=1+32=522\sin 30^\circ + \sqrt{3}\cos 30^\circ = 2\left(\frac{1}{2}\right) + \sqrt{3}\left(\frac{\sqrt{3}}{2}\right) = 1 + \frac{3}{2} = \frac{5}{2}.

Step-by-Step Solution

1
Solve the given equation 1tanθ1+tanθ=23\frac{1 - \tan \theta}{1 + \tan \theta} = 2 - \sqrt{3} for tanθ\tan \theta.
1tanθ=(23)(1+tanθ)    1tanθ=23+(23)tanθ1 - \tan \theta = (2 - \sqrt{3})(1 + \tan \theta) \implies 1 - \tan \theta = 2 - \sqrt{3} + (2 - \sqrt{3})\tan \theta. Rearranging terms gives (31)=(33)tanθ    tanθ=3133=313(31)=13(\sqrt{3} - 1) = (3 - \sqrt{3})\tan \theta \implies \tan \theta = \frac{\sqrt{3} - 1}{3 - \sqrt{3}} = \frac{\sqrt{3} - 1}{\sqrt{3}(\sqrt{3} - 1)} = \frac{1}{\sqrt{3}}.
Isolating tanθ\tan \theta allows determination of the specific angle θ\theta.
2
Determine the acute angle θ\theta corresponding to tanθ=13\tan \theta = \frac{1}{\sqrt{3}}.
Since θ\theta is acute and tan30=13\tan 30^\circ = \frac{1}{\sqrt{3}}, θ=30\theta = 30^\circ.
Special angle identities state that tan30=13\tan 30^\circ = \frac{1}{\sqrt{3}}.
3
Evaluate the target trigonometric expression 2sinθ+3cosθ2\sin \theta + \sqrt{3}\cos \theta at θ=30\theta = 30^\circ.
2sin30+3cos30=2(12)+3(32)=1+32=522\sin 30^\circ + \sqrt{3}\cos 30^\circ = 2\left(\frac{1}{2}\right) + \sqrt{3}\left(\frac{\sqrt{3}}{2}\right) = 1 + \frac{3}{2} = \frac{5}{2}.
Substituting the exact surd values sin30=12\sin 30^\circ = \frac{1}{2} and cos30=32\cos 30^\circ = \frac{\sqrt{3}}{2} simplifies directly to the final fraction.

Key Concept

Trigonometric ratio deduction using special angles and surd simplification.
Estimated Time:2m 0s
Question 7379Question

The sum of the first nn terms of an arithmetic progression (A.P.) is given by Sn=3n2+5nS_n = 3n^2 + 5n. A geometric progression (G.P.) has a first term of 11 and a common ratio of 22. If the 5th5^{\text{th}} term of the A.P. is equal to the kthk^{\text{th}} term of the G.P., what is the value of kk?

Show answer & explanation

Answer: 6

Answer

The value of kk is 6.
Evaluating the 5th5^{\text{th}} term of the A.P. gives 3232. Equating this to the kthk^{\text{th}} term formula of the G.P., 12k1=321 \cdot 2^{k-1} = 32, leads to 2k1=252^{k-1} = 2^5, which gives k=6k = 6.

Step-by-Step Solution

1
Find the general formula for the nthn^{\text{th}} term TnT_n of the A.P. using SnS_n
Tn=SnSn1=(3n2+5n)[3(n1)2+5(n1)]=6n+2T_n = S_n - S_{n-1} = (3n^2 + 5n) - [3(n-1)^2 + 5(n-1)] = 6n + 2
The nthn^{\text{th}} term of a series is the difference between the sum of the first nn terms and the sum of the first n1n-1 terms.
2
Calculate the 5th5^{\text{th}} term of the A.P.
T5=6(5)+2=32T_5 = 6(5) + 2 = 32
Substitute n=5n = 5 into the derived expression for TnT_n.
3
Set up the equation for the kthk^{\text{th}} term of the G.P.
Gk=ark1=12k1=2k1G_k = a \cdot r^{k-1} = 1 \cdot 2^{k-1} = 2^{k-1}
The standard formula for the kthk^{\text{th}} term of a G.P. is Gk=ark1G_k = a \cdot r^{k-1}.
4
Equate T5T_5 and GkG_k to solve for kk
2k1=32    2k1=25    k1=5    k=62^{k-1} = 32 \implies 2^{k-1} = 2^5 \implies k - 1 = 5 \implies k = 6
Since the bases are equal (22), equate the exponents to find kk.

Key Concept

Relating Arithmetic Progression sum formulas to term values and solving indexed Geometric Progression equations.
Estimated Time:2m 0s
Question 7380Question

In a technology conference of 6060 software developers, 3535 write code in Python, 2828 write in Java, and 1212 write in both Python and Java. How many developers write in neither of these two languages?

Show answer & explanation

Answer: 9

Answer

The number of developers who write in neither Python nor Java is 99.
The total number of developers writing in at least one language is given by 35+2812=5135 + 28 - 12 = 51. Subtracting this from the universal set size of 6060 gives 6051=960 - 51 = 9 developers who write in neither language.

Step-by-Step Solution

1
Calculate the number of developers who write in at least one of the languages.
n(PJ)=35+2812=51n(P \cup J) = 35 + 28 - 12 = 51
By the principle of inclusion-exclusion for two sets, n(PJ)=n(P)+n(J)n(PJ)n(P \cup J) = n(P) + n(J) - n(P \cap J).
2
Subtract from the universal set total to get the complement.
n((PJ))=6051=9n((P \cup J)') = 60 - 51 = 9
The number of elements outside the union is the universal set total minus the union cardinality.

Key Concept

Two-set inclusion-exclusion and complement cardinality
Estimated Time:1m 0s
PreviousPage 369 / 697Next
All practice questions — JAMB UTME | Examkin