Algebra

239 questions

Question 121Question

The total cost CC per trip of operating a high-speed passenger ferry consists of a fixed administrative overhead cost and an operational cost that varies directly as the cube of its speed vv in knots. Given that the total cost per trip is $1,400\$1,400 when the ferry travels at 10 knots10\text{ knots} and $4,200\$4,200 when it travels at 20 knots20\text{ knots}, what is the total cost per trip when the ferry operates at a speed of 15 knots15\text{ knots}?

Show answer & explanation

Answer: \\ 2,350$

Answer

\\ 2,350$
The partial variation formula is C=k1+k2v3C = k_1 + k_2 v^3. Substituting the given points yields k1+1000k2=1400k_1 + 1000 k_2 = 1400 and k1+8000k2=4200k_1 + 8000 k_2 = 4200. Subtracting these equations gives 7000k2=28007000 k_2 = 2800, so k2=0.4k_2 = 0.4 and k1=1000k_1 = 1000. Evaluating at v=15v = 15 gives C=1000+0.4(3375)=1000+1350=C = 1000 + 0.4(3375) = 1000 + 1350 = \\ 2,350$.

Step-by-Step Solution

1
Set up the partial variation equation
C=k1+k2v3C = k_1 + k_2 v^3
Partial variation combines a fixed constant k1k_1 with a variable term k2v3k_2 v^3.
2
Form simultaneous linear equations using given conditions
Equation (1): k1+1000k2=1400k_1 + 1000 k_2 = 1400; Equation (2): k1+8000k2=4200k_1 + 8000 k_2 = 4200
Substitute v=10v = 10, C=1400C = 1400 and v=20v = 20, C=4200C = 4200 into the variation model.
3
Solve for the constants k1k_1 and k2k_2
k2=0.4k_2 = 0.4 and k1=1000k_1 = 1000
Subtract Equation (1) from Equation (2): 7000k2=2800    k2=0.47000 k_2 = 2800 \implies k_2 = 0.4. Substitute k2=0.4k_2 = 0.4 into Equation (1) to get k1=1400400=1000k_1 = 1400 - 400 = 1000.
4
Calculate total cost CC for speed v=15 knotsv = 15\text{ knots}
C=1000+0.4(15)3=1000+0.4(3375)=1000+1350=2350C = 1000 + 0.4(15)^3 = 1000 + 0.4(3375) = 1000 + 1350 = 2350
Substitute k1=1000k_1 = 1000, k2=0.4k_2 = 0.4, and v=15v = 15 back into the formula.

Key Concept

Partial Variation with non-linear powers solved via simultaneous linear equations
Estimated Time:2m 0s
Question 122Question

How many positive integer values of xx satisfy the quadratic inequality x24x5<0x^2 - 4x - 5 < 0?

Show answer & explanation

Answer: 4

Answer

There are 4 positive integer values of xx that satisfy the inequality.
Factoring x24x5<0x^2 - 4x - 5 < 0 yields (x5)(x+1)<0(x - 5)(x + 1) < 0, giving the real solution interval 1<x<5-1 < x < 5. Filtering for positive integers (xZ+x \in \mathbb{Z}^+) yields the set {1,2,3,4}\{1, 2, 3, 4\}, which contains exactly 4 values.

Step-by-Step Solution

1
Factor the quadratic inequality
(x5)(x+1)<0(x - 5)(x + 1) < 0
Factoring helps find the boundary roots of the quadratic equation.
2
Determine the solution set interval
1<x<5-1 < x < 5
For a quadratic inequality of the form (xa)(xb)<0(x - a)(x - b) < 0 with a<ba < b, the solution interval is a<x<ba < x < b.
3
List the positive integer solutions in the range 1<x<5-1 < x < 5
x{1,2,3,4}x \in \{1, 2, 3, 4\}
Positive integers are whole numbers strictly greater than 0.
4
Count the number of positive integers
4
Counting the elements in the set {1,2,3,4}\{1, 2, 3, 4\} gives a total of 4.

Key Concept

Solving quadratic inequalities and finding valid integer solutions within a target domain.
Estimated Time:45s
Question 123Question

Let the universal set be U={xZ:1x40}\mathcal{U} = \{x \in \mathbb{Z} : 1 \le x \le 40\}. Subsets PP, QQ, and RR of U\mathcal{U} are defined as follows:
P={xU:x is a multiple of 3}P = \{x \in \mathcal{U} : x \text{ is a multiple of } 3\},
Q={xU:x is a multiple of 4}Q = \{x \in \mathcal{U} : x \text{ is a multiple of } 4\}, and
R={xU:x is a perfect square}R = \{x \in \mathcal{U} : x \text{ is a perfect square\}}.
What is the cardinality of the set (PQ)R(P \cup Q)' \cap R'?

Show answer & explanation

Answer: 18

Answer

18
By De Morgan's Law, the expression (PQ)R(P \cup Q)' \cap R' is equivalent to (PQR)(P \cup Q \cup R)'. The universal set contains 40 integers. The set PQRP \cup Q \cup R consists of all integers from 1 to 40 that are multiples of 3, multiples of 4, or perfect squares, giving a total of 22 distinct elements. Subtracting this from 40 leaves 18 elements that belong to neither PP, QQ, nor RR.

Step-by-Step Solution

1
Apply De Morgan's Laws to simplify the required set expression
(PQ)R=(PQR)(P \cup Q)' \cap R' = (P \cup Q \cup R)'
The intersection of the complements of two sets is equal to the complement of their union.
2
List and count the elements belonging to sets PP, QQ, and RR within U={1,2,,40}\mathcal{U} = \{1, 2, \dots, 40\}
PP has 13 elements (multiples of 3); QQ adds 7 elements not in PP (multiples of 4 excluding 12, 24, 36); RR adds 2 elements not in PQP \cup Q (11 and 2525)
Counting unique elements avoids double-counting shared elements across sets.
3
Calculate the cardinality of PQRP \cup Q \cup R
n(PQR)=13+7+2=22n(P \cup Q \cup R) = 13 + 7 + 2 = 22
Summing the non-overlapping subsets gives the total size of the union.
4
Subtract the union cardinality from the universal set cardinality n(U)=40n(\mathcal{U}) = 40
n((PQR))=4022=18n((P \cup Q \cup R)') = 40 - 22 = 18
The cardinality of the complement is the size of the universal set minus the size of the set itself.

Key Concept

De Morgan's Laws and Set Complements
Question 124Question

Determine the number of integer values of xx that satisfy the quadratic inequality 3x214x5<03x^2 - 14x - 5 < 0.

Show answer & explanation

Answer: 5

Answer

The total number of integer values satisfying the inequality is 5.
Factoring 3x214x5<03x^2 - 14x - 5 < 0 gives (3x+1)(x5)<0(3x + 1)(x - 5) < 0. The critical roots are x=13x = -\frac{1}{3} and x=5x = 5. Since the parabola opens upward, the expression is negative between the roots, yielding the interval 13<x<5-\frac{1}{3} < x < 5. The integer values contained in this interval are 0,1,2,3,0, 1, 2, 3, and 44, which total 5 values.

Step-by-Step Solution

1
Factor the quadratic expression
(3x+1)(x5)<0(3x + 1)(x - 5) < 0
Factoring identifies the critical values where the quadratic expression changes sign.
2
Determine the critical points
x=13x = -\frac{1}{3} and x=5x = 5
Setting each factor to zero gives the boundary roots of the equation.
3
Formulate the solution interval
13<x<5-\frac{1}{3} < x < 5
Since the coefficient of x2x^2 is positive, the quadratic curve is below the x-axis strictly between the two roots.
4
List and count the integer solutions
The integers are 0,1,2,3,40, 1, 2, 3, 4, yielding 5 integer solutions.
Counting integers strictly greater than 13-\frac{1}{3} and strictly less than 55.

Key Concept

Solving quadratic inequalities and finding integer solution counts
Estimated Time:1m 30s
Question 125Question

The monthly operating cost CC (in naira) of a commercial power generator is partly constant and partly varies directly as the square of its daily operating time hh (in hours). When the generator operates for 33 hours per day, the monthly cost is ₦5,5005,500. When it operates for 55 hours per day, the monthly cost is ₦13,50013,500. What is the daily operating time, in hours, when the monthly operating cost is ₦33,00033,000?

Show answer & explanation

Answer: 8 hours

Answer

8 hours
The relationship is modeled by partial variation C=k1+k2h2C = k_1 + k_2 h^2. Solving the simultaneous equations derived from h=3h = 3 (C=5500C = 5500) and h=5h = 5 (C=13500C = 13500) yields k2=500k_2 = 500 and k1=1000k_1 = 1000. Substituting C=33000C = 33000 into 33000=1000+500h233000 = 1000 + 500 h^2 gives 500h2=32000500 h^2 = 32000, so h2=64h^2 = 64, which yields h=8h = 8 hours.

Step-by-Step Solution

1
Set up the general formula for partial variation.
C=k1+k2h2C = k_1 + k_2 h^2, where k1k_1 and k2k_2 are constants.
The cost consists of a constant part (k1k_1) and a part that varies directly as the square of daily hours (k2h2k_2 h^2).
2
Form simultaneous linear equations using the given data points.
Equation (1): 5500=k1+9k25500 = k_1 + 9 k_2
Equation (2): 13500=k1+25k213500 = k_1 + 25 k_2
Substitute h=3,C=5500h = 3, C = 5500 and h=5,C=13500h = 5, C = 13500 into the variation equation.
3
Solve for the variation constants k1k_1 and k2k_2.
Subtract Equation (1) from Equation (2): 8000=16k2    k2=5008000 = 16 k_2 \implies k_2 = 500.
Substitute k2=500k_2 = 500 into Equation (1): 5500=k1+9(500)    k1=10005500 = k_1 + 9(500) \implies k_1 = 1000.
Eliminating k1k_1 gives k2k_2, which is then used to find the constant part k1k_1.
4
Calculate hh when C=33000C = 33000.
33000=1000+500h2    32000=500h2    h2=64    h=833000 = 1000 + 500 h^2 \implies 32000 = 500 h^2 \implies h^2 = 64 \implies h = 8 hours.
Substitute the values of k1,k2,k_1, k_2, and target CC into the relation equation to solve for hh.

Key Concept

Partial Variation with Simultaneous Equations
Estimated Time:2m 30s
Question 126Question

Find the smallest integer xx that satisfies the linear inequality 53x75 - 3x \le -7.

Show answer & explanation

Answer: 4

Answer

The smallest integer value of xx satisfying the inequality is 44.
Subtracting 5 from both sides of 53x75 - 3x \le -7 gives 3x12-3x \le -12. Dividing both sides by 3-3 requires reversing the inequality sign to obtain x4x \ge 4. Therefore, the smallest integer value in the solution set is 4.

Step-by-Step Solution

1
Subtract 5 from both sides of the inequality to isolate the variable term
3x12-3x \le -12
Subtracting a constant from both sides maintains the inequality direction.
2
Divide both sides by 3-3 and flip the inequality sign
x4x \ge 4
Dividing an inequality by a negative number reverses the direction of the inequality symbol.
3
Identify the smallest integer satisfying the condition
4
The solution set contains all real numbers greater than or equal to 4, making 4 the minimum integer value.

Key Concept

Solving Linear Inequalities with Negative Coefficients
Estimated Time:45s
Question 127Question

Find the sum of all integer values of xx that satisfy the system of inequalities 3x+1>73x + 1 > 7 and x24x210x^2 - 4x - 21 \le 0.

Show answer & explanation

Answer: 25

Answer

25
Solving 3x+1>73x + 1 > 7 gives x>2x > 2. Solving x24x210x^2 - 4x - 21 \le 0 gives 3x7-3 \le x \le 7. The combined condition is 2<x72 < x \le 7. The integer values satisfying this condition are 3, 4, 5, 6, and 7. The sum of these integers is 3+4+5+6+7=253 + 4 + 5 + 6 + 7 = 25.

Step-by-Step Solution

1
Solve the linear inequality 3x+1>73x + 1 > 7.
x>2x > 2
Subtracting 1 from both sides gives 3x>63x > 6, and dividing by 3 yields x>2x > 2.
2
Solve the quadratic inequality x24x210x^2 - 4x - 21 \le 0.
3x7-3 \le x \le 7
Factoring the quadratic expression gives (x7)(x+3)0(x - 7)(x + 3) \le 0. The roots are 3-3 and 77, and the quadratic curve is non-positive between these roots.
3
Determine the intersection of the solution sets x>2x > 2 and 3x7-3 \le x \le 7.
2<x72 < x \le 7
The lower bound is determined by the strict linear constraint x>2x > 2, while the upper bound is determined by the inclusive quadratic constraint x7x \le 7.
4
List the integer values of xx within 2<x72 < x \le 7 and compute their sum.
Integers are 3,4,5,6,73, 4, 5, 6, 7; their sum is 2525.
The strict inequality excludes 22, while the inclusive inequality includes 77.

Key Concept

System of linear and quadratic inequalities
Question 128Question

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 129Question

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 130Question

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 131Question

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 132Question

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 133Question

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
Question 134Question

The total cost CC of printing a school magazine is partly constant and partly varies directly as the number of copies nn printed. If it costs N70,000\text{N}70,000 to print 500500 copies and N140,000\text{N}140,000 to print 1,2001,200 copies, what is the cost of printing 2,0002,000 copies?

Show answer & explanation

Answer: N220,000\text{N}220,000

Answer

N220,000\text{N}220,000
In partial variation, the total cost CC is represented by C=k1+k2nC = k_1 + k_2 n. Subtracting the two linear equations 70,000=k1+500k270,000 = k_1 + 500 k_2 and 140,000=k1+1,200k2140,000 = k_1 + 1,200 k_2 gives 700k2=70,000700 k_2 = 70,000, so k2=100k_2 = 100. Substituting k2=100k_2 = 100 yields the fixed constant k1=20,000k_1 = 20,000. Substituting n=2,000n = 2,000 into C=20,000+100nC = 20,000 + 100n yields 20,000+200,000=N220,00020,000 + 200,000 = \text{N}220,000.

Step-by-Step Solution

1
Set up the partial variation equation
C=k1+k2nC = k_1 + k_2 n, where k1k_1 is the fixed cost and k2k_2 is the rate per copy
Partial variation consists of a constant term and a term that varies directly with the independent variable.
2
Substitute given values to form simultaneous equations
Equation 1: 70,000=k1+500k270,000 = k_1 + 500 k_2
Equation 2: 140,000=k1+1,200k2140,000 = k_1 + 1,200 k_2
Using the two given data points (n=500,C=70,000)(n=500, C=70,000) and (n=1,200,C=140,000)(n=1,200, C=140,000) creates a system of linear equations.
3
Solve for the variation constants k1k_1 and k2k_2
Subtracting Equation 1 from Equation 2 gives 70,000=700k2    k2=10070,000 = 700 k_2 \implies k_2 = 100.
Substituting k2=100k_2 = 100 into Equation 1 gives 70,000=k1+500(100)    k1=20,00070,000 = k_1 + 500(100) \implies k_1 = 20,000.
Determines the specific values for the fixed overhead and rate per copy.
4
Calculate the total cost for 2,0002,000 copies
C=20,000+100(2,000)=20,000+200,000=N220,000C = 20,000 + 100(2,000) = 20,000 + 200,000 = \text{N}220,000
Evaluates the completed formula C=20,000+100nC = 20,000 + 100n at n=2,000n = 2,000.

Key Concept

Partial Variation and Simultaneous Equations
Estimated Time:1m 30s
Question 135Question

In a survey of 120 final year secondary school students in Lagos, 47 offer Physics (PP), 57 offer Chemistry (CC), and 48 offer Biology (BB). Records show that 17 students offer both Physics and Chemistry, 20 offer both Chemistry and Biology, and 15 offer both Physics and Biology. If the number of students who offer none of these three subjects is three times the number of students who offer all three subjects, find the total number of students who offer exactly one of the three subjects.

Show answer & explanation

Answer: 63

Answer

63 students offer exactly one of the three subjects.
By applying the principle of inclusion-exclusion for three sets, the total union is PCB=47+57+48(17+20+15)+x=100+x|P \cup C \cup B| = 47 + 57 + 48 - (17 + 20 + 15) + x = 100 + x, where xx is the number of students taking all three subjects. Setting the universal set total to 120 gives (100+x)+3x=120(100 + x) + 3x = 120, solving to x=5x = 5. Subtracting the relevant intersections yields 20 students for Physics only, 25 for Chemistry only, and 18 for Biology only. Summing these gives 63.

Step-by-Step Solution

1
Define unknown variables and set up the inclusion-exclusion formula for the union of three sets.
PCB=100+x|P \cup C \cup B| = 100 + x, where x=PCBx = |P \cap C \cap B|.
The Principle of Inclusion-Exclusion states that PCB=P+C+B(PC+CB+PB)+PCB|P \cup C \cup B| = |P| + |C| + |B| - (|P \cap C| + |C \cap B| + |P \cap B|) + |P \cap C \cap B|.
2
Formulate and solve an equation for the total number of students in the universal set.
120=(100+x)+3x    4x=20    x=5120 = (100 + x) + 3x \implies 4x = 20 \implies x = 5.
The total number of students equals those taking at least one subject plus those taking none (3x3x).
3
Determine the number of students taking exactly two subjects.
Physics and Chemistry only = 175=1217 - 5 = 12; Chemistry and Biology only = 205=1520 - 5 = 15; Physics and Biology only = 155=1015 - 5 = 10.
Subtract the triple intersection count (x=5x = 5) from each pairwise intersection count.
4
Calculate the number of students offering only Physics, only Chemistry, and only Biology.
Physics only = 47(12+10+5)=2047 - (12 + 10 + 5) = 20; Chemistry only = 57(12+15+5)=2557 - (12 + 15 + 5) = 25; Biology only = 48(10+15+5)=1848 - (10 + 15 + 5) = 18.
Subtract the sum of the two-subject-only regions and the three-subject region from each set's total cardinality.
5
Sum the counts of students offering exactly one subject.
20+25+18=6320 + 25 + 18 = 63.
The total offering exactly one subject is the sum of the three disjoint single-subject regions.

Key Concept

3-Set Principle of Inclusion-Exclusion and Venn Diagram Region Decomposition
Question 136Question

The electrical resistance RR of a wire varies directly as its length LL and inversely as the square of its diameter dd. A wire of length 50 m50\text{ m} and diameter 2 mm2\text{ mm} has a resistance of 5 ohms5\text{ ohms}. Calculate the resistance (in ohms) of a wire made of the same material with a length of 80 m80\text{ m} and a diameter of 4 mm4\text{ mm}.

Show answer & explanation

Answer: 2

Answer

The resistance of the wire is 2 ohms2\text{ ohms}.
The variation model is R=kLd2R = \frac{k L}{d^2}. Substituting R=5 ohmsR = 5\text{ ohms}, L=50 mL = 50\text{ m}, and d=2 mmd = 2\text{ mm} gives 5=50k45 = \frac{50k}{4}, so k=0.4k = 0.4. Substituting k=0.4k = 0.4, L=80 mL = 80\text{ m}, and d=4 mmd = 4\text{ mm} yields R=0.4×8042=3216=2 ohmsR = \frac{0.4 \times 80}{4^2} = \frac{32}{16} = 2\text{ ohms}.

Step-by-Step Solution

1
Set up the variation formula
R=kLd2R = \frac{k L}{d^2}
Resistance varies directly as length LL and inversely as the square of diameter dd.
2
Calculate the constant of variation kk
k=0.4k = 0.4
Substitute the initial values R=5R = 5, L=50L = 50, and d=2d = 2 into the variation equation.
3
Compute the new resistance RR
R=2 ohmsR = 2\text{ ohms}
Substitute k=0.4k = 0.4, L=80L = 80, and d=4d = 4 into the formula.

Key Concept

Direct and Inverse Joint Variation
Estimated Time:1m 30s
Question 137Question

Find the real value of xx that satisfies the equation log2(22x+12)x=3log2(2x1)\log_2 (2^{2x} + 12) - x = 3 - \log_2 (2^x - 1).

Show answer & explanation

Answer: 1

Answer

1
By bringing all terms involving xx together, the equation becomes log2(22x+12)+log2(2x1)log2(2x)=3\log_2(2^{2x}+12) + \log_2(2^x-1) - \log_2(2^x) = 3. Combining these logarithmic terms yields log2((22x+12)(2x1)2x)=3\log_2\left(\frac{(2^{2x}+12)(2^x-1)}{2^x}\right) = 3. Converting to exponential form gives (22x+12)(2x1)2x=8\frac{(2^{2x}+12)(2^x-1)}{2^x} = 8. Setting u=2xu = 2^x converts this into the cubic equation u3u2+4u12=0u^3 - u^2 + 4u - 12 = 0. Factoring out (u2)(u - 2) leaves (u2)(u2+u+6)=0(u - 2)(u^2 + u + 6) = 0. Since u2+u+6=0u^2 + u + 6 = 0 has no real solutions, u=2u = 2 is the only real root. Hence 2x=22^x = 2, which gives x=1x = 1.

Step-by-Step Solution

1
Rearrange the equation to group all logarithmic terms on one side.
\log_2 (2^{2x} + 12) + \log_2 (2^x - 1) - x = 3
Grouping logarithmic terms allows the application of logarithm combination laws.
2
Express xx as log2(2x)\log_2 (2^x) and combine the logarithms using log laws.
\log_2 \left( \frac{(2^{2x} + 12)(2^x - 1)}{2^x} \right) = 3
Product and quotient laws of logarithms allow single logarithmic expression formation: log2A+log2Blog2C=log2(ABC)\log_2 A + \log_2 B - \log_2 C = \log_2\left(\frac{AB}{C}\right).
3
Convert from logarithmic to exponential form.
\frac{(2^{2x} + 12)(2^x - 1)}{2^x} = 2^3 = 8
Definition of logarithm: logb(Y)=Z    Y=bZ\log_b(Y) = Z \implies Y = b^Z.
4
Substitute u=2xu = 2^x (where u>1u > 1) to form an algebraic equation.
\frac{(u^2 + 12)(u - 1)}{u} = 8 \implies (u^2 + 12)(u - 1) = 8u
Since 22x=(2x)2=u22^{2x} = (2^x)^2 = u^2, substitution simplifies the exponential expression into a polynomial.
5
Expand and simplify into a standard cubic equation.
u^3 - u^2 + 12u - 12 = 8u \implies u^3 - u^2 + 4u - 12 = 0
Standard polynomial form enables root searching via polynomial division and factoring.
6
Factor the cubic equation.
(u - 2)(u^2 + u + 6) = 0
Testing u=2u = 2 gives 2322+4(2)12=84+812=02^3 - 2^2 + 4(2) - 12 = 8 - 4 + 8 - 12 = 0, confirming (u2)(u - 2) is a factor.
7
Solve for real values of uu and xx.
u = 2 \implies 2^x = 2 \implies x = 1
The quadratic factor u2+u+6=0u^2 + u + 6 = 0 has discriminant Δ=124=23<0\Delta = 1 - 24 = -23 < 0 (no real roots). Thus u=2u = 2 is the unique solution.

Key Concept

Logarithmic equations requiring exponential substitution and polynomial factorization
Estimated Time:2m 30s
Question 138Question

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 139Question

Find the largest integer value of xx that satisfies the linear inequality 2x53x+14\frac{2x - 5}{3} \le \frac{x + 1}{4}.

Show answer & explanation

Answer: 4

Answer

The largest integer value of xx satisfying the inequality is 4.
Multiplying the entire inequality by 12 yields 4(2x - 5) <= 3(x + 1). Expanding both sides produces 8x - 20 <= 3x + 3. Subtracting 3x and adding 20 gives 5x <= 23, which simplifies to x <= 4.6. The largest integer less than or equal to 4.6 is 4.

Step-by-Step Solution

1
Clear the denominators by multiplying both sides by 12.
4(2x - 5) \le 3(x + 1)
Multiplying by a positive number preserves the inequality direction while clearing fractions.
2
Expand both sides of the inequality using the distributive property.
8x - 20 \le 3x + 3
Multiply 4 through (2x - 5) and 3 through (x + 1).
3
Isolate the variable terms on one side and constant terms on the other.
5x \le 23 \implies x \le 4.6
Subtract 3x from both sides and add 20 to both sides, then divide by 5.
4
Determine the maximum integer value satisfying the inequality boundary.
4
Since x must be less than or equal to 4.6, the greatest whole integer satisfying this condition is 4.

Key Concept

Solving linear inequalities with fractions and finding integer bounds
Question 140Question

The first term of an arithmetic progression (A.P.) is 77 and its common difference is 44. What is the value of the 12th12^{\text{th}} term of the progression?

Show answer & explanation

Answer: 51

Answer

The 12th12^{\text{th}} term of the arithmetic progression is 5151.
Applying the arithmetic progression nthn^{\text{th}} term formula Tn=a+(n1)dT_n = a + (n - 1)d with first term a=7a = 7, common difference d=4d = 4, and term index n=12n = 12 gives T12=7+(121)×4=7+44=51T_{12} = 7 + (12 - 1) \times 4 = 7 + 44 = 51.

Step-by-Step Solution

1
Identify given variables
a=7a = 7, d=4d = 4, and n=12n = 12
These are the necessary components to calculate the required term position in an arithmetic sequence.
2
Apply the nthn^{\text{th}} term formula for an AP
T12=7+(121)×4T_{12} = 7 + (12 - 1) \times 4
The standard formula Tn=a+(n1)dT_n = a + (n - 1)d determines the value of any term in an AP.
3
Compute the numerical result
T12=7+44=51T_{12} = 7 + 44 = 51
Multiplying the common difference by 11 and adding the first term yields the correct value.

Key Concept

Calculating the nth term of an Arithmetic Progression
PreviousPage 7 / 12Next
Algebra Practice Questions — JAMB UTME — Page 7 | Examkin