Direct, Inverse, Joint and Partial Variation

24 questions

Question 21Question

The operating cost CC (in Naira per hour) of a speed boat is partly constant and partly varies directly as the square of its speed vv (in km/h). At a speed of 20 km/h20\text{ km/h}, the operating cost is 18,000₦18,000 per hour, and at a speed of 30 km/h30\text{ km/h}, the operating cost is 33,000₦33,000 per hour. What is the operating cost per hour (in Naira) when the boat travels at a speed of 40 km/h40\text{ km/h}?

Show answer & explanation

Answer: 54000

Answer

The operating cost per hour when the speed boat travels at 40 km/h40\text{ km/h} is 54,00054,000 Naira.
By writing the partial variation relationship as C=k1+k2v2C = k_1 + k_2 v^2 and substituting the given pairs (20,18000)(20, 18000) and (30,33000)(30, 33000), we set up simultaneous equations k1+400k2=18000k_1 + 400k_2 = 18000 and k1+900k2=33000k_1 + 900k_2 = 33000. Solving these yields k2=30k_2 = 30 and k1=6000k_1 = 6000. Evaluating the model at v=40 km/hv = 40\text{ km/h} gives C=6000+30(402)=54,000C = 6000 + 30(40^2) = 54,000 Naira per hour.

Step-by-Step Solution

1
Set up the general formula for partial variation
C=k1+k2v2C = k_1 + k_2 v^2
The total cost consists of a fixed constant component k1k_1 and a variable component k2v2k_2 v^2 that varies directly with speed squared.
2
Form simultaneous linear equations from the given conditions
18,000=k1+400k218,000 = k_1 + 400 k_2 and 33,000=k1+900k233,000 = k_1 + 900 k_2
Substituting v=20,C=18,000v = 20, C = 18,000 and v=30,C=33,000v = 30, C = 33,000 creates a solvable system of equations in k1k_1 and k2k_2.
3
Solve for the variation constants k1k_1 and k2k_2
k2=30k_2 = 30 and k1=6,000k_1 = 6,000
Subtracting the first equation from the second eliminates k1k_1, giving 500k2=15,000    k2=30500 k_2 = 15,000 \implies k_2 = 30. Substituting k2=30k_2 = 30 into the first equation yields k1=6,000k_1 = 6,000.
4
Calculate the operating cost at v=40 km/hv = 40\text{ km/h}
C=54,000C = 54,000
Evaluating C=6,000+30(40)2=6,000+30(1,600)=6,000+48,000=54,000C = 6,000 + 30(40)^2 = 6,000 + 30(1,600) = 6,000 + 48,000 = 54,000.

Key Concept

Partial Variation with Simultaneous Equations
Question 22Question

A quantity QQ is partly constant and partly varies inversely as pp. Given that Q=11Q = 11 when p=2p = 2, and Q=5Q = 5 when p=5p = 5, what is the value of QQ when p=10p = 10?

Show answer & explanation

Answer: 33

Answer

The value of QQ when p=10p = 10 is 33.
The relationship for partial inverse variation is Q=k1+k2pQ = k_1 + \frac{k_2}{p}. Substituting (p=2,Q=11)(p=2, Q=11) gives 2k1+k2=222k_1 + k_2 = 22, and substituting (p=5,Q=5)(p=5, Q=5) gives 5k1+k2=255k_1 + k_2 = 25. Solving these simultaneous equations gives k1=1k_1 = 1 and k2=20k_2 = 20. Substituting p=10p = 10 into Q=1+20pQ = 1 + \frac{20}{p} results in Q=1+2=3Q = 1 + 2 = 3.

Step-by-Step Solution

1
Set up the general formula for partial variation.
Q=k1+k2pQ = k_1 + \frac{k_2}{p}, where k1k_1 and k2k_2 are constants.
Partial variation consists of a constant part and a part that varies inversely with pp.
2
Substitute the given values to form two simultaneous linear equations.
For p=2,Q=11    11=k1+k22    2k1+k2=22p = 2, Q = 11 \implies 11 = k_1 + \frac{k_2}{2} \implies 2k_1 + k_2 = 22
For p=5,Q=5    5=k1+k25    5k1+k2=25p = 5, Q = 5 \implies 5 = k_1 + \frac{k_2}{5} \implies 5k_1 + k_2 = 25
Substituting known data points provides equations to solve for the variation constants.
3
Solve the simultaneous equations for k1k_1 and k2k_2.
Subtracting the first equation from the second gives 3k1=3    k1=13k_1 = 3 \implies k_1 = 1.
Substituting k1=1k_1 = 1 into 2(1)+k2=222(1) + k_2 = 22 yields k2=20k_2 = 20.
Determining k1k_1 and k2k_2 establishes the explicit relationship between QQ and pp.
4
Calculate QQ when p=10p = 10.
Q=1+2010=1+2=3Q = 1 + \frac{20}{10} = 1 + 2 = 3.
Substitute p=10p = 10 into the established variation equation Q=1+20pQ = 1 + \frac{20}{p}.

Key Concept

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

The pressure PP of a given mass of gas varies directly as its absolute temperature TT and inversely as its volume VV. Given that P=50 kPaP = 50\text{ kPa} when T=300 KT = 300\text{ K} and V=10 m3V = 10\text{ m}^3, what is the value of PP when T=360 KT = 360\text{ K} and V=8 m3V = 8\text{ m}^3?

Show answer & explanation

Answer: 75 kPa75\text{ kPa}

Answer

75 kPa75\text{ kPa}
The relationship is governed by P=kTVP = \frac{kT}{V}. Substituting P=50P = 50, T=300T = 300, and V=10V = 10 yields k=53k = \frac{5}{3}. Using k=53k = \frac{5}{3} with T=360T = 360 and V=8V = 8 gives P=(5/3)×3608=75 kPaP = \frac{(5/3) \times 360}{8} = 75\text{ kPa}.

Step-by-Step Solution

1
Set up the general formula for joint and inverse variation.
P=kTVP = \frac{kT}{V}, where kk is the constant of variation.
Pressure varies directly as temperature TT and inversely as volume VV.
2
Substitute initial conditions to determine kk.
50=k×30010    50=30k    k=5350 = \frac{k \times 300}{10} \implies 50 = 30k \implies k = \frac{5}{3}.
The initial values P=50 kPaP = 50\text{ kPa}, T=300 KT = 300\text{ K}, and V=10 m3V = 10\text{ m}^3 allow solving for kk.
3
Calculate the new pressure with updated temperature and volume values.
P=53×3608=6008=75 kPaP = \frac{\frac{5}{3} \times 360}{8} = \frac{600}{8} = 75\text{ kPa}.
Substitute k=53k = \frac{5}{3}, T=360 KT = 360\text{ K}, and V=8 m3V = 8\text{ m}^3 into the variation formula.

Key Concept

Joint and inverse variation in algebraic relationships
Estimated Time:1m 30s
Question 24Question

If PP varies directly as the square root of qq and inversely as the square of rr, what is the percentage change in PP when qq is increased by 44%44\% and rr is decreased by 20%20\%?

Show answer & explanation

Answer: 87.5%87.5\% increase

Answer

An increase of 87.5%87.5\%
The variation relation is P=kqr2P = k \frac{\sqrt{q}}{r^2}. Increasing qq by 44%44\% scales q\sqrt{q} by 1.44=1.2\sqrt{1.44} = 1.2. Decreasing rr by 20%20\% scales r2r^2 by (0.8)2=0.64(0.8)^2 = 0.64. Dividing 1.21.2 by 0.640.64 gives 1.8751.875, meaning the new value PP' is 187.5%187.5\% of the original PP, which corresponds to an increase of 87.5%87.5\%.

Step-by-Step Solution

1
Set up the joint variation equation
P=kqr2P = k \frac{\sqrt{q}}{r^2}, where kk is a constant of variation.
Direct variation puts q\sqrt{q} in the numerator, and inverse variation puts r2r^2 in the denominator.
2
Express new values qq' and rr' in terms of original variables
q=1.44qq' = 1.44q and r=0.80rr' = 0.80r.
An increase of 44%44\% gives 1+0.44=1.441 + 0.44 = 1.44, and a decrease of 20%20\% gives 10.20=0.801 - 0.20 = 0.80.
3
Substitute new variables into the variation formula to find the new value PP'
P=k1.44q(0.80r)2=k1.2q0.64r2=1.20.64(kqr2)=1.875PP' = k \frac{\sqrt{1.44q}}{(0.80r)^2} = k \frac{1.2\sqrt{q}}{0.64r^2} = \frac{1.2}{0.64} \left(k \frac{\sqrt{q}}{r^2}\right) = 1.875P.
Evaluating 1.44=1.2\sqrt{1.44} = 1.2 and (0.80)2=0.64(0.80)^2 = 0.64 gives the multiplier for PP.
4
Calculate the percentage change in PP
Percentage Change=(1.8751)×100%=87.5%\text{Percentage Change} = (1.875 - 1) \times 100\% = 87.5\% increase.
Subtracting 11 converts the multiplier to a relative increase.

Key Concept

Joint Variation with Percentage Changes
Estimated Time:1m 30s
PreviousPage 2 / 2
Direct, Inverse, Joint and Partial Variation Practice Questions — JAMB UTME — Page 2 | Examkin