All practice questions

13931 questions

Question 7321Question

Let the universal set be U={xZ+:1x200}\mathcal{U} = \{x \in \mathbb{Z}^+ : 1 \le x \le 200\}. Subsets AA, BB, and CC of U\mathcal{U} are defined as follows:
- A={xU:x is a multiple of 5}A = \{x \in \mathcal{U} : x \text{ is a multiple of } 5\}
- B={xU:x is a multiple of 7}B = \{x \in \mathcal{U} : x \text{ is a multiple of } 7\}
- C={xU:x is a multiple of 10}C = \{x \in \mathcal{U} : x \text{ is a multiple of } 10\}

Find the number of elements in the set (AB)C(A \cap B') \setminus C.

Show answer & explanation

Answer: 17; seventeen

Answer

The number of elements in the set (AB)C(A \cap B') \setminus C is 17.
The set (AB)C(A \cap B') \setminus C consists of elements in AA that are neither in BB nor in CC. Taking ACA \setminus C isolates the 20 odd multiples of 5 between 1 and 200. From these 20 numbers, removing those divisible by 7 leaves only the odd multiples of 35 (35, 105, and 175) to be subtracted, giving 203=1720 - 3 = 17.

Step-by-Step Solution

1
Simplify the set expression (AB)C(A \cap B') \setminus C.
(AB)C=(AC)B(A \cap B') \setminus C = (A \setminus C) \setminus B
By set algebra, taking elements in AA that are not in BB and then excluding elements in CC is equivalent to first removing elements of CC from AA, and then removing any remaining elements that belong to BB.
2
Determine the cardinality of ACA \setminus C.
n(A \setminus C) = 20
Set AA contains all multiples of 5 up to 200, of which there are 200/5=40\lfloor 200/5 \rfloor = 40. Set CC contains all multiples of 10 up to 200, which are the even multiples of 5, amounting to 200/10=20\lfloor 200/10 \rfloor = 20. Therefore, ACA \setminus C consists of the odd multiples of 5 up to 200, which gives 4020=2040 - 20 = 20 elements.
3
Find which elements of ACA \setminus C are also in set BB.
The common elements are 35, 105, and 175 (3 elements).
Elements in both AA and BB are multiples of lcm(5,7)=35\text{lcm}(5, 7) = 35. The multiples of 35 up to 200 are 35, 70, 105, 140, and 175. However, 70 and 140 are multiples of 10 (belonging to set CC) and have already been removed. Thus, only the odd multiples of 35 (35, 105, and 175) remain in ACA \setminus C and also belong to BB.
4
Subtract these common elements to calculate n((AC)B)n((A \setminus C) \setminus B).
20 - 3 = 17
Removing the 3 common elements from the 20 elements of ACA \setminus C leaves 17 elements.

Key Concept

Set difference, intersection with complement, and evaluation of cardinalities using divisibility properties.
Question 7322Question

Using differentiation from first principles, what is the derivative of the function f(x)=x25xf(x) = x^2 - 5x with respect to xx?

Show answer & explanation

Answer: 2x52x - 5

Answer

The derivative of f(x)=x25xf(x) = x^2 - 5x with respect to xx is 2x52x - 5.
Evaluating the difference quotient f(x+h)f(x)h\frac{f(x+h)-f(x)}{h} for f(x)=x25xf(x) = x^2 - 5x gives x2+2xh+h25x5h(x25x)h=2x+h5\frac{x^2+2xh+h^2-5x-5h-(x^2-5x)}{h} = 2x + h - 5. Taking the limit as h0h \to 0 yields 2x52x - 5.

Step-by-Step Solution

1
Write down the definition of the derivative from first principles.
f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}
This is the standard formula for differentiation from first principles.
2
Substitute f(x)=x25xf(x) = x^2 - 5x and f(x+h)=(x+h)25(x+h)f(x+h) = (x+h)^2 - 5(x+h) into the definition.
\frac{f(x+h) - f(x)}{h} = \frac{[(x+h)^2 - 5(x+h)] - (x^2 - 5x)}{h}
This sets up the difference quotient for the given polynomial function.
3
Expand the numerator and combine like terms.
\frac{x^2 + 2xh + h^2 - 5x - 5h - x^2 + 5x}{h} = \frac{2xh + h^2 - 5h}{h} = 2x + h - 5
Expanding allows x2x^2 and 5x-5x terms to cancel out, leaving terms containing hh.
4
Evaluate the limit as h0h \to 0.
\lim_{h \to 0} (2x + h - 5) = 2x - 5
As hh approaches 0, the term hh vanishes, giving the final derivative.

Key Concept

Differentiation from First Principles
Question 7323Question

What is the set of real values of xx that satisfies the quadratic inequality 2x2+5x+30-2x^2 + 5x + 3 \ge 0?

Show answer & explanation

Answer: 12x3-\frac{1}{2} \le x \le 3

Answer

The set of real values of xx satisfying the inequality is 12x3-\frac{1}{2} \le x \le 3.
Multiplying 2x2+5x+30-2x^2 + 5x + 3 \ge 0 by 1-1 gives 2x25x302x^2 - 5x - 3 \le 0. Factorizing yields (2x+1)(x3)0(2x + 1)(x - 3) \le 0. The product is non-positive between the roots x=12x = -\frac{1}{2} and x=3x = 3, giving 12x3-\frac{1}{2} \le x \le 3.

Step-by-Step Solution

1
Multiply or divide the inequality by 1-1 to make the leading coefficient positive.
2x25x302x^2 - 5x - 3 \le 0
Dividing or multiplying an inequality by a negative number reverses the direction of the inequality sign.
2
Factorize the quadratic expression 2x25x32x^2 - 5x - 3.
(2x+1)(x3)0(2x + 1)(x - 3) \le 0
Splitting the middle term 5x-5x into 6x+x-6x + x gives 2x(x3)+1(x3)=(2x+1)(x3)2x(x - 3) + 1(x - 3) = (2x + 1)(x - 3).
3
Find the critical points by setting the expression equal to zero.
x=12x = -\frac{1}{2} and x=3x = 3
Critical points mark the boundaries where the sign of the quadratic expression changes.
4
Determine the interval satisfying the inequality (2x+1)(x3)0(2x + 1)(x - 3) \le 0.
12x3-\frac{1}{2} \le x \le 3
A quadratic expression with a positive coefficient of x2x^2 is less than or equal to zero between its roots.

Key Concept

Quadratic Inequalities and Sign Reversal
Estimated Time:2m 0s
Question 7324Question

Each exterior angle of a regular polygon measures 2424^\circ. How many sides does this polygon have?

Show answer & explanation

Answer: 15

Answer

The polygon has 15 sides.
The sum of all exterior angles of any convex polygon is always 360360^\circ. Because the polygon is regular, all its exterior angles are equal. Dividing 360360^\circ by the measure of one exterior angle (2424^\circ) yields exactly 15 sides.

Step-by-Step Solution

1
Identify the formula relating exterior angle and number of sides
The sum of exterior angles of any convex polygon is 360360^\circ. For a regular polygon with nn sides, each exterior angle equals 360n\frac{360^\circ}{n}.
All exterior angles in a regular polygon are equal.
2
Rearrange the formula to solve for the number of sides nn
n=360Exterior Angle=36024=15n = \frac{360^\circ}{\text{Exterior Angle}} = \frac{360^\circ}{24^\circ} = 15.
Dividing the total sum of exterior angles by the measure of one exterior angle yields the total number of sides.

Key Concept

Exterior angle property of regular polygons
Question 7325Question

What is the solution set for the linear inequality 43x194 - 3x \ge 19?

Show answer & explanation

Answer: x5x \le -5

Answer

x5x \le -5
Subtracting 44 from both sides simplifies the inequality to 3x15-3x \ge 15. Dividing both sides by 3-3 requires reversing the direction of the inequality sign, yielding x5x \le -5.

Step-by-Step Solution

1
Subtract 4 from both sides of the inequality
3x15-3x \ge 15
Isolate the variable term 3x-3x on the left side of the inequality.
2
Divide both sides by 3-3 and reverse the inequality direction
x5x \le -5
Dividing an inequality by a negative number flips the inequality symbol from \ge to \le.

Key Concept

Reversing inequality signs when dividing by a negative quantity
Estimated Time:45s
Question 7326Question

If 11012+324=x51101_2 + 32_4 = x_5, what is the value of xx?

Show answer & explanation

Answer: 102

Answer

The value of xx is 102102.
To add numbers given in different bases, convert each term to base 10: 11012=13101101_2 = 13_{10} and 324=141032_4 = 14_{10}. Summing these decimal values gives 13+14=271013 + 14 = 27_{10}. Converting 271027_{10} to base 5 by repeated division by 5 gives remainders 2, 0, 1 (from least significant to most significant digit), resulting in 1025102_5. Therefore, x=102x = 102.

Step-by-Step Solution

1
Convert 110121101_2 to decimal (base 10)
131013_{10}
Expand in powers of 2: 1(23)+1(22)+0(21)+1(20)=8+4+0+1=131(2^3) + 1(2^2) + 0(2^1) + 1(2^0) = 8 + 4 + 0 + 1 = 13.
2
Convert 32432_4 to decimal (base 10)
141014_{10}
Expand in powers of 4: 3(41)+2(40)=12+2=143(4^1) + 2(4^0) = 12 + 2 = 14.
3
Add the two base-10 numbers together
271027_{10}
Perform standard addition: 13+14=2713 + 14 = 27.
4
Convert 271027_{10} into base 5
1025102_5
Divide 27 repeatedly by 5 and record remainders: 27=5×5+227 = 5 \times 5 + 2, 5=1×5+05 = 1 \times 5 + 0, 1=0×5+11 = 0 \times 5 + 1. Reading remainders upward yields 1025102_5.

Key Concept

Conversion between different number bases via base 10
Question 7327Question

When the cubic polynomial P(x)=2x3+px2+qx+6P(x) = 2x^3 + px^2 + qx + 6 is divided by x21x^2 - 1, the remainder is 3x+23x + 2. What is the remainder when P(x)P(x) is divided by 2x32x - 3?

Show answer & explanation

Answer: 214\frac{21}{4}

Answer

The remainder when P(x)P(x) is divided by 2x32x - 3 is 214\frac{21}{4}.
Using the Remainder Theorem on the quadratic divisor (x21)=(x1)(x+1)(x^2 - 1) = (x - 1)(x + 1), we find P(1)=5P(1) = 5 and P(1)=1P(-1) = -1. Substituting these values into P(x)=2x3+px2+qx+6P(x) = 2x^3 + px^2 + qx + 6 produces the simultaneous linear equations p+q=3p + q = -3 and pq=5p - q = -5. Solving gives p=4p = -4 and q=1q = 1, leading to P(x)=2x34x2+x+6P(x) = 2x^3 - 4x^2 + x + 6. Dividing by (2x3)(2x - 3) requires evaluating P(32)P\left(\frac{3}{2}\right), which equals 214\frac{21}{4}.

Step-by-Step Solution

1
Express the Division Algorithm for quadratic divisor x21=(x1)(x+1)x^2 - 1 = (x - 1)(x + 1).
P(x)=(x21)Q(x)+(3x+2)P(x) = (x^2 - 1)Q(x) + (3x + 2)
By the Remainder Theorem, evaluating at roots of x21=0x^2 - 1 = 0 (x=1x = 1 and x=1x = -1) yields the values of P(1)P(1) and P(1)P(-1).
2
Calculate P(1)P(1) and P(1)P(-1) from the remainder expression.
P(1)=3(1)+2=5P(1) = 3(1) + 2 = 5 and P(1)=3(1)+2=1P(-1) = 3(-1) + 2 = -1
The quotient term (x21)Q(x)(x^2 - 1)Q(x) vanishes at x=1x = 1 and x=1x = -1.
3
Substitute x=1x = 1 and x=1x = -1 into P(x)=2x3+px2+qx+6P(x) = 2x^3 + px^2 + qx + 6 to build a system of linear equations.
P(1)=2+p+q+6=p+q+8=5    p+q=3P(1) = 2 + p + q + 6 = p + q + 8 = 5 \implies p + q = -3, and P(1)=2+pq+6=pq+4=1    pq=5P(-1) = -2 + p - q + 6 = p - q + 4 = -1 \implies p - q = -5
This sets up two simultaneous linear equations in terms of pp and qq.
4
Solve the system of equations for pp and qq.
Adding the equations gives 2p=8    p=42p = -8 \implies p = -4, and substituting into p+q=3p + q = -3 gives q=1q = 1. Thus, P(x)=2x34x2+x+6P(x) = 2x^3 - 4x^2 + x + 6.
Determining pp and qq gives the explicit formula for the polynomial.
5
Apply the Remainder Theorem to find the remainder when P(x)P(x) is divided by 2x32x - 3.
Set 2x3=0    x=322x - 3 = 0 \implies x = \frac{3}{2}. Evaluate P(32)=2(32)34(32)2+32+6=2(278)4(94)+32+6=2749+64+6=3343=214P\left(\frac{3}{2}\right) = 2\left(\frac{3}{2}\right)^3 - 4\left(\frac{3}{2}\right)^2 + \frac{3}{2} + 6 = 2\left(\frac{27}{8}\right) - 4\left(\frac{9}{4}\right) + \frac{3}{2} + 6 = \frac{27}{4} - 9 + \frac{6}{4} + 6 = \frac{33}{4} - 3 = \frac{21}{4}.
The remainder of a polynomial P(x)P(x) divided by (axb)(ax - b) is P(ba)P\left(\frac{b}{a}\right).

Key Concept

Polynomial Division Algorithm and Remainder Theorem for Linear and Quadratic Divisors
Question 7328Question

If y=e2xln(ex+sinx)y = e^{2x} \ln(e^x + \sin x), determine the value of d2ydx2\frac{d^2 y}{dx^2} at x=0x = 0.

Show answer & explanation

Answer: 5

Answer

5
Evaluating the second derivative of y=e2xln(ex+sinx)y = e^{2x} \ln(e^x + \sin x) at x=0x = 0 yields 55. This is calculated by applying the product, chain, and quotient rules to get d2ydx2\frac{d^2 y}{dx^2}, and substituting x=0x = 0, where e0=1e^0 = 1, sin0=0\sin 0 = 0, cos0=1\cos 0 = 1, and ln1=0\ln 1 = 0.

Step-by-Step Solution

1
Differentiate y=e2xln(ex+sinx)y = e^{2x} \ln(e^x + \sin x) with respect to xx using the product rule.
dydx=2e2xln(ex+sinx)+e2x(ex+cosxex+sinx)\frac{dy}{dx} = 2e^{2x} \ln(e^x + \sin x) + e^{2x} \left(\frac{e^x + \cos x}{e^x + \sin x}\right)
The function is composed of u(x)=e2xu(x) = e^{2x} and v(x)=ln(ex+sinx)v(x) = \ln(e^x + \sin x). By chain rule, v(x)=ex+cosxex+sinxv'(x) = \frac{e^x + \cos x}{e^x + \sin x}.
2
Differentiate the first term T1(x)=2e2xln(ex+sinx)T_1(x) = 2e^{2x} \ln(e^x + \sin x) to get T1(x)T_1'(x).
T1(x)=4e2xln(ex+sinx)+2e2x(ex+cosxex+sinx)T_1'(x) = 4e^{2x} \ln(e^x + \sin x) + 2e^{2x} \left(\frac{e^x + \cos x}{e^x + \sin x}\right)
Applying the product rule to 2e2x2e^{2x} and ln(ex+sinx)\ln(e^x + \sin x).
3
Differentiate the second term T2(x)=e2x(ex+cosxex+sinx)T_2(x) = e^{2x} \left(\frac{e^x + \cos x}{e^x + \sin x}\right) using the product and quotient rules.
T2(x)=2e2x(ex+cosxex+sinx)+e2x((exsinx)(ex+sinx)(ex+cosx)2(ex+sinx)2)T_2'(x) = 2e^{2x} \left(\frac{e^x + \cos x}{e^x + \sin x}\right) + e^{2x} \left(\frac{(e^x - \sin x)(e^x + \sin x) - (e^x + \cos x)^2}{(e^x + \sin x)^2}\right)
The derivative of ex+cosxex+sinx\frac{e^x + \cos x}{e^x + \sin x} requires the quotient rule.
4
Evaluate T1(0)T_1'(0) and T2(0)T_2'(0) at x=0x = 0.
T1(0)=4(1)(0)+2(1)(2)=4T_1'(0) = 4(1)(0) + 2(1)(2) = 4, and T2(0)=2(1)(2)+1((1)(1)2212)=43=1T_2'(0) = 2(1)(2) + 1 \left(\frac{(1)(1) - 2^2}{1^2}\right) = 4 - 3 = 1.
At x=0x = 0, e0=1e^0 = 1, sin0=0\sin 0 = 0, cos0=1\cos 0 = 1, and ln(1)=0\ln(1) = 0.
5
Sum the evaluated derivative components to find d2ydx2x=0\frac{d^2 y}{dx^2}\Big|_{x=0}.
d2ydx2x=0=T1(0)+T2(0)=4+1=5\frac{d^2 y}{dx^2}\Big|_{x=0} = T_1'(0) + T_2'(0) = 4 + 1 = 5
Combining the evaluated terms gives the final numerical value.

Key Concept

Higher-Order Derivatives of Combined Transcendental Functions
Question 7329Question

Let the universal set be U={1,2,3,4,5,6,7,8,9,10}\mathcal{U} = \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\} and set P={2,3,5,7}P = \{2, 3, 5, 7\}. Which of the following is the complement of set PP, denoted by PP'?

Show answer & explanation

Answer: {1,4,6,8,9,10}\{1, 4, 6, 8, 9, 10\}

Answer

{1,4,6,8,9,10}\{1, 4, 6, 8, 9, 10\}
The complement of set PP, denoted as PP', consists of every element in the universal set U\mathcal{U} that is not present in set PP. Removing 2,3,5,72, 3, 5, 7 from {1,2,3,4,5,6,7,8,9,10}\{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\} leaves {1,4,6,8,9,10}\{1, 4, 6, 8, 9, 10\}.

Step-by-Step Solution

1
Identify elements of the universal set U\mathcal{U} and set PP
U={1,2,3,4,5,6,7,8,9,10}\mathcal{U} = \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\} and P={2,3,5,7}P = \{2, 3, 5, 7\}
The complement set requires comparing set PP against the universal set.
2
Remove elements of set PP from U\mathcal{U} to find PP'
P=UP={1,4,6,8,9,10}P' = \mathcal{U} \setminus P = \{1, 4, 6, 8, 9, 10\}
By definition, the complement PP' consists of all elements in U\mathcal{U} that do not belong to PP.

Key Concept

Set Complement
Question 7330Question

The frequency distribution table below shows the daily rainfall (in mm) recorded across 8080 weather monitoring stations during a storm:

Daily Rainfall (mm)Frequency (ff)
101910 - 1988
202920 - 291414
303930 - 392626
404940 - 492020
505950 - 591212

Using linear interpolation from the cumulative frequency distribution (ogive), what is the 75th percentile (P75P_{75}) of the daily rainfall in mm?

Show answer & explanation

Answer: 45.5

Answer

The 75th percentile of the daily rainfall distribution is 45.5 mm45.5\text{ mm}.
To find the 75th percentile (P75P_{75}), determine the 60th60^{\text{th}} cumulative frequency position (0.75×80=600.75 \times 80 = 60). The value lies within the 404940 - 49 class interval. Applying the lower class boundary L=39.5L = 39.5, preceding cumulative frequency cfb=48cf_b = 48, frequency f=20f = 20, and class width c=10c = 10, linear interpolation yields P75=39.5+604820×10=45.5 mmP_{75} = 39.5 + \frac{60 - 48}{20} \times 10 = 45.5\text{ mm}.

Step-by-Step Solution

1
Calculate cumulative frequencies across all class intervals.
Cumulative frequencies are 88 for 101910-19, 2222 for 202920-29, 4848 for 303930-39, 6868 for 404940-49, and 8080 for 505950-59. Total frequency N=80N = 80.
Cumulative frequencies are necessary to locate percentile positions on an ogive.
2
Determine the position corresponding to the 75th percentile.
Position =0.75×80=60th= 0.75 \times 80 = 60^{\text{th}} cumulative frequency item.
The 75th percentile represents 75%75\% of the total sample size.
3
Identify the target class interval parameters containing the 60th observation.
The interval 404940 - 49 contains cumulative frequencies from 4949 to 6868. Parameters: L=39.5L = 39.5, c=10c = 10, f=20f = 20, cfb=48cf_b = 48.
Linear interpolation requires the exact boundaries and frequencies of the container class.
4
Apply the percentile interpolation formula P75=L+(60cfbf)×cP_{75} = L + \left(\frac{60 - cf_b}{f}\right) \times c.
P75=39.5+(604820)×10=39.5+6=45.5 mmP_{75} = 39.5 + \left(\frac{60 - 48}{20}\right) \times 10 = 39.5 + 6 = 45.5\text{ mm}.
Calculates the exact rainfall value corresponding to the 75th percentile.

Key Concept

Linear interpolation for percentiles using cumulative frequency distribution (ogive)
Estimated Time:1m 30s
Question 7331Question

A library recorded the number of books borrowed over five consecutive days as 22, 44, 55, 66, and 88. What is the standard deviation of the number of books borrowed?

Show answer & explanation

Answer: 22

Answer

The standard deviation of the number of books borrowed is 22.
The mean of the five data points is 55. The sum of the squared deviations from the mean is 9+1+0+1+9=209 + 1 + 0 + 1 + 9 = 20. Dividing by 55 gives a variance of 44. Taking the square root of 44 yields the standard deviation of 22.

Step-by-Step Solution

1
Calculate the arithmetic mean (xˉ\bar{x}) of the given dataset.
xˉ=2+4+5+6+85=255=5\bar{x} = \frac{2 + 4 + 5 + 6 + 8}{5} = \frac{25}{5} = 5
The mean is required to determine the deviations of each data point.
2
Find the deviations from the mean (xxˉ)(x - \bar{x}) and square each deviation (xxˉ)2(x - \bar{x})^2.
(25)2=9,(45)2=1,(55)2=0,(65)2=1,(85)2=9(2-5)^2 = 9, \quad (4-5)^2 = 1, \quad (5-5)^2 = 0, \quad (6-5)^2 = 1, \quad (8-5)^2 = 9
Squaring ensures all deviation values are positive before summation.
3
Calculate the variance (mean of squared deviations).
Variance (σ2)=9+1+0+1+95=205=4\text{Variance } (\sigma^2) = \frac{9 + 1 + 0 + 1 + 9}{5} = \frac{20}{5} = 4
Variance measures the average squared spread around the mean.
4
Take the square root of the variance to find the standard deviation.
Standard Deviation (σ)=4=2\text{Standard Deviation } (\sigma) = \sqrt{4} = 2
Standard deviation expresses dispersion in the original unit of measurement.

Key Concept

Standard Deviation of Ungrouped Data
Question 7332Question

The table below shows the distribution of masses (in kg) of 5050 bags of cement inspected at a building construction site:

Mass (kg)Frequency (ff)
404440 - 4455
454945 - 491212
505450 - 541818
555955 - 591515

Calculate the mean mass of the bags of cement in kg.

Show answer & explanation

Answer: 51.3

Answer

The mean mass of the cement bags is 51.3 kg.
The mean mass of grouped data is computed using the formula xˉ=fxf\bar{x} = \frac{\sum fx}{\sum f}, where xx represents the class midpoints and ff represents the frequency of each class. The class midpoints are 4242, 4747, 5252, and 5757. Multiplying these midpoints by their respective frequencies yields 210210, 564564, 936936, and 855855. Summing these values gives fx=2565\sum fx = 2565. Dividing by the total frequency f=50\sum f = 50 produces a mean mass of 256550=51.3 kg\frac{2565}{50} = 51.3\text{ kg}.

Step-by-Step Solution

1
Determine the midpoint (x) of each class interval
Midpoints are 42, 47, 52, and 57
For grouped data, the class midpoint represents the average value of all observations falling within that class interval.
2
Calculate the product of each midpoint and its corresponding frequency (fx)
Products are 210, 564, 936, and 855
Multiplying the midpoint by frequency gives the total estimated mass contributed by that class interval.
3
Sum all frequencies and all fx products
Total frequency sum = 50, Total product sum = 2565
These totals are required to calculate the weighted average across all intervals.
4
Divide the sum of fx by the total frequency
Mean = 51.3 kg
Applying the formula for grouped mean: Mean = (sum of fx) / (sum of f).

Key Concept

Grouped Data Mean Calculation
Question 7333Question

What is the simplified form of the surd expression 451\frac{4}{\sqrt{5} - 1} after rationalizing the denominator?

Show answer & explanation

Answer: 1+51 + \sqrt{5}

Answer

1+51 + \sqrt{5}
The expression 1+51 + \sqrt{5} is correct because multiplying the numerator and denominator by the conjugate 5+1\sqrt{5} + 1 converts the denominator to (5)212=4(\sqrt{5})^2 - 1^2 = 4. Canceling the common factor of 44 in numerator and denominator simplifies the expression completely to 1+51 + \sqrt{5}.

Step-by-Step Solution

1
Identify the conjugate of the denominator
The conjugate of 51\sqrt{5} - 1 is 5+1\sqrt{5} + 1.
Multiplying a binomial surd by its conjugate eliminates the radical in the denominator using the difference of two squares identity (ab)(a+b)=a2b2(a-b)(a+b) = a^2 - b^2.
2
Multiply both the numerator and the denominator by the conjugate
\frac{4(\sqrt{5} + 1)}{(\sqrt{5} - 1)(\sqrt{5} + 1)} = \frac{4(\sqrt{5} + 1)}{(\sqrt{5})^2 - (1)^2}
Multiplying both numerator and denominator by the same expression preserves the value of the fraction.
3
Simplify the denominator and evaluate the fraction
\frac{4(\sqrt{5} + 1)}{5 - 1} = \frac{4(\sqrt{5} + 1)}{4} = 1 + \sqrt{5}
Dividing the numerator by 44 cancels out the factor of 44.

Key Concept

Rationalization of Binomial Denominators
Question 7334Question

If x=7+373x = \frac{\sqrt{7} + \sqrt{3}}{\sqrt{7} - \sqrt{3}} and y=737+3y = \frac{\sqrt{7} - \sqrt{3}}{\sqrt{7} + \sqrt{3}}, determine the numerical value of x2+y2x^2 + y^2.

Show answer & explanation

Answer: 23

Answer

The numerical value of x2+y2x^2 + y^2 is 2323.
Rationalizing xx yields 5+212\frac{5 + \sqrt{21}}{2} and rationalizing yy yields 5212\frac{5 - \sqrt{21}}{2}. The sum x+yx + y equals 55 and the product xyxy equals 11. Substituting these into x2+y2=(x+y)22xyx^2 + y^2 = (x + y)^2 - 2xy gives 522(1)=235^2 - 2(1) = 23.

Step-by-Step Solution

1
Rationalize the denominators of xx and yy
x=5+212x = \frac{5 + \sqrt{21}}{2} and y=5212y = \frac{5 - \sqrt{21}}{2}
Multiply the numerator and denominator by the conjugate of the denominator.
2
Calculate the sum x+yx + y and the product xyxy
x+y=5x + y = 5 and xy=1xy = 1
Summing conjugate surd expressions cancels the radical term, and multiplying them applies the difference of two squares.
3
Evaluate x2+y2x^2 + y^2 using the identity (x+y)22xy(x + y)^2 - 2xy
x2+y2=522(1)=23x^2 + y^2 = 5^2 - 2(1) = 23
Substituting the known sum and product avoids having to square complex surd expressions directly.

Key Concept

Rationalization of binomial denominators and application of symmetric algebraic identities.
Question 7335Question

The table below shows the frequency distribution of marks obtained by 2525 students in a mathematics quiz:

Score (xx)1357911
Frequency (ff)2pp6qq32

If the mean score of the distribution is 5.485.48, what is the median score?

Show answer & explanation

Answer: 5

Answer

The median score is 5.
By using the total student count of 25 and the mean formula, we obtain the simultaneous equations p+q=12p + q = 12 and 3p+7q=563p + 7q = 56, which yield p=7p = 7 and q=5q = 5. Computing cumulative frequencies shows that items 1 to 2 have score 1, items 3 to 9 have score 3, and items 10 to 15 have score 5. The 13th item lies in this third group, so the median score is 5.

Step-by-Step Solution

1
Set up an equation for total frequency
2+p+6+q+3+2=25    p+q+13=25    p+q=122 + p + 6 + q + 3 + 2 = 25 \implies p + q + 13 = 25 \implies p + q = 12
The sum of all frequencies equals the total number of students (2525).
2
Set up an equation for the mean score
\sum fx = 1(2) + 3(p) + 5(6) + 7(q) + 9(3) + 11(2) = 3p + 7q + 81.
\text{Mean} = \frac{3p + 7q + 81}{25} = 5.48 \implies 3p + 7q + 81 = 137 \implies 3p + 7q = 56.
The mean of an ungrouped frequency distribution is calculated using \bar{x} = \frac{\sum fx}{N}.
3
Solve the system of linear equations for pp and qq
Substitute p=12qp = 12 - q into 3p+7q=563p + 7q = 56:
3(12 - q) + 7q = 56 \implies 36 + 4q = 56 \implies 4q = 20 \implies q = 5.
Then p=125=7p = 12 - 5 = 7.
Finding the missing frequencies is necessary to determine cumulative frequencies.
4
Determine the position and value of the median score
Position of median = \frac{N + 1}{2} = \frac{25 + 1}{2} = 13\text{th position}.
Cumulative frequencies:
- Score 1: 2
- Score 3: 2 + 7 = 9
- Score 5: 9 + 6 = 15
Since the 13th value lies in the cumulative frequency interval up to 15, the median score is 5.
The median of N=25N=25 items is the score corresponding to the N+12\frac{N+1}{2} th item when ordered.

Key Concept

Measures of Central Tendency for Ungrouped Data
Question 7336Question

The table below shows the distribution of heights (in cm) of 2020 potted plants recorded during a biology experiment:

Height (cm)Frequency (ff)
10 – 144
15 – 196
20 – 248
25 – 292

What is the mean height of the potted plants?

Show answer & explanation

Answer: 19 cm19\text{ cm}

Answer

The mean height of the potted plants is 19 cm19\text{ cm}.
The mean height is calculated by multiplying each class interval's midpoint by its frequency, summing these products (380380), and dividing by the total number of plants (2020), giving 19 cm19\text{ cm}.

Step-by-Step Solution

1
Calculate the midpoint (xx) for each class interval.
Class midpoints are 1212, 1717, 2222, and 2727.
The midpoint represents the estimated mean value of data items in a grouped class interval.
2
Multiply each midpoint (xx) by its corresponding frequency (ff) to find fxf \cdot x.
4×12=484 \times 12 = 48, 6×17=1026 \times 17 = 102, 8×22=1768 \times 22 = 176, and 2×27=542 \times 27 = 54.
This determines the total estimated sum of values for each class.
3
Sum all fxf \cdot x values and calculate the total frequency f\sum f.
\sum fx = 48 + 102 + 176 + 54 = 380 and and \sum f = 4 + 6 + 8 + 2 = 20$.
These totals are required for the grouped mean formula.
4
Compute the mean using the formula xˉ=fxf\bar{x} = \frac{\sum fx}{\sum f}.
\bar{x} = \frac{380}{20} = 19\text{ cm}$.
Dividing total sum of values by total frequency yields the mean.

Key Concept

Grouped Mean Calculation using Class Midpoints
Estimated Time:1m 0s
Question 7337Question

If 1.41x=4625101.41_x = \frac{46}{25}_{10}, where xx is a positive integer base, find the value of xx.

Show answer & explanation

Answer: 5

Answer

The value of the base xx is 5.
Expanding 1.41x1.41_x yields 1+4x+1x21 + \frac{4}{x} + \frac{1}{x^2}. Setting this equal to 4625\frac{46}{25} gives 4x+1x2=2125\frac{4x + 1}{x^2} = \frac{21}{25}. Cross-multiplying results in the quadratic equation 21x2100x25=021x^2 - 100x - 25 = 0, which factors as (21x+5)(x5)=0(21x + 5)(x - 5) = 0. Since a number base must be a positive integer greater than 4, x=5x = 5 is the only valid solution.

Step-by-Step Solution

1
Expand 1.41x1.41_x using place value powers of xx.
1+4x+1x21 + \frac{4}{x} + \frac{1}{x^2}
Fractional digits to the right of the radix point represent negative powers of the base (x1,x2,x^{-1}, x^{-2}, \dots).
2
Equate the expanded form to 4625\frac{46}{25} and simplify.
4x+1x2=2125\frac{4x + 1}{x^2} = \frac{21}{25}
Subtracting 1 from both sides isolates the fractional place values.
3
Cross-multiply and solve the quadratic equation 21x2100x25=021x^2 - 100x - 25 = 0.
(21x+5)(x5)=0    x=5(21x + 5)(x - 5) = 0 \implies x = 5
A base must be a positive integer strictly greater than any individual digit in the number (digits present are 1 and 4).

Key Concept

Conversion of fractional numbers in non-decimal bases to base 10 and solving polynomial equations in unknown bases.
Question 7338Question

Four different Mathematics textbooks and three different Physics textbooks are to be arranged in a line on a shelf. In how many distinct ways can the books be arranged if all four Mathematics textbooks must be kept together?

Show answer & explanation

Answer: 576

Answer

576 distinct ways
Treating the four Mathematics textbooks as a single unit gives 4 items to arrange on the shelf (the Mathematics unit and the three individual Physics textbooks). These 4 items can be arranged in 4!=244! = 24 ways. Furthermore, the four distinct Mathematics textbooks within the unit can be arranged among themselves in 4!=244! = 24 ways. By the multiplication principle of counting, the total number of distinct arrangements is 24×24=57624 \times 24 = 576.

Step-by-Step Solution

1
Group the Mathematics textbooks into a single block
1 Mathematics block + 3 individual Physics textbooks = 4 items to arrange.
Because all four Mathematics textbooks must remain together, they act as a single composite unit.
2
Calculate the arrangements of the 4 main items
4!=4×3×2×1=244! = 4 \times 3 \times 2 \times 1 = 24 ways.
There are 4 distinct items (the Mathematics block and 3 separate Physics books) to place in linear order.
3
Calculate internal permutations of the Mathematics textbooks inside their block
4!=4×3×2×1=244! = 4 \times 3 \times 2 \times 1 = 24 ways.
The 4 Mathematics textbooks can be arranged in different orders among themselves.
4
Apply the fundamental counting principle
Total arrangements = 24×24=57624 \times 24 = 576.
Multiply the number of block arrangements by the internal arrangements of the Mathematics textbooks.

Key Concept

Permutations with Restricted Grouping (Block Method)
Question 7339Question

If the surd expression 126\frac{12}{\sqrt{6}} is simplified to the form k6k\sqrt{6}, what is the value of kk?

Show answer & explanation

Answer: 2

Answer

The value of kk is 2.
Multiplying the numerator and denominator of 126\frac{12}{\sqrt{6}} by 6\sqrt{6} yields 1266\frac{12\sqrt{6}}{6}. Dividing 1212 by 66 simplifies the expression to 262\sqrt{6}. Matching this with k6k\sqrt{6} gives k=2k = 2.

Step-by-Step Solution

1
Rationalize the denominator of 126\frac{12}{\sqrt{6}} by multiplying the numerator and denominator by 6\sqrt{6}.
1266\frac{12\sqrt{6}}{6}
Multiplying by 66\frac{\sqrt{6}}{\sqrt{6}} removes the radical from the denominator without changing the value of the expression.
2
Divide the integer coefficient in the numerator by the denominator.
262\sqrt{6}
Simplifying 126\frac{12}{6} yields 2.
3
Compare 262\sqrt{6} with k6k\sqrt{6} to determine the value of kk.
k=2k = 2
The coefficient of 6\sqrt{6} is 2.

Key Concept

Rationalization of monomial surd denominators
Question 7340Question

If 50+182=m\frac{\sqrt{50} + \sqrt{18}}{\sqrt{2}} = m, what is the value of the integer mm?

Show answer & explanation

Answer: 8

Answer

The value of the integer mm is 8.
Simplifying 50\sqrt{50} to 525\sqrt{2} and 18\sqrt{18} to 323\sqrt{2} gives a numerator of 828\sqrt{2}. Dividing 828\sqrt{2} by 2\sqrt{2} cancels out the radical part, yielding the integer 8.

Step-by-Step Solution

1
Simplify the radical expressions in the numerator.
50=52\sqrt{50} = 5\sqrt{2} and 18=32\sqrt{18} = 3\sqrt{2}.
Factor out perfect square numbers from within each radical.
2
Sum the simplified surds in the numerator.
52+32=825\sqrt{2} + 3\sqrt{2} = 8\sqrt{2}.
Surds with identical radicands are like terms and can be added by adding their coefficients.
3
Divide the numerator by the denominator.
822=8\frac{8\sqrt{2}}{\sqrt{2}} = 8.
Cancel the common factor of 2\sqrt{2} present in both numerator and denominator.

Key Concept

Simplification and division of surds
PreviousPage 367 / 697Next
All practice questions — JAMB UTME | Examkin