2.2 Proportions & Direct/Inverse Variation

Key Takeaways

  • A proportion states that two ratios are equal (a/b = c/d); it is solved algebraically via the Cross-Multiplication Property (a x d = b x c).
  • Direct variation follows the linear model y = kx (or y/x = k), representing relationships that always graph as straight lines passing through the origin (0, 0).
  • Inverse variation follows the hyperbolic model y = k/x (or xy = k), where the product of the two variables remains constant as one variable increases while the other decreases proportionally.
  • Collaborative work-rate scenarios combine individual reciprocal rates (rate = 1 / time) using the formula 1/t1 + 1/t2 = 1/t_together.
  • Joint and combined variation models (z = kxy or z = kx/y) are solved by first computing the invariant constant k from baseline conditions.
Last updated: August 2026

Defining and Solving Proportions

A proportion is a mathematical statement establishing that two ratios are strictly equal. It is expressed in the standard fractional form:

ab=cd(b0,  d0)\frac{a}{b} = \frac{c}{d} \quad (b \ne 0, \; d \ne 0)

In classical terminology, aa and dd are called the extremes, while bb and cc are called the means.

The Cross-Multiplication Property

The fundamental theorem of proportions states that for any valid proportion, the product of the extremes equals the product of the means:

ab=cd    ad=bc\frac{a}{b} = \frac{c}{d} \iff a \cdot d = b \cdot c

This property allows for the immediate conversion of rational equations into linear or polynomial equations.

Solving Linear Proportions with Binomial Expressions

On the ACCUPLACER test, proportions frequently involve algebraic binomials in the numerators or denominators. When applying cross-multiplication, always enclose binomial terms in parentheses to distribute coefficients correctly.

2x+53=5x24\frac{2x + 5}{3} = \frac{5x - 2}{4} 4(2x+5)=3(5x2)4(2x + 5) = 3(5x - 2) 8x+20=15x68x + 20 = 15x - 6 20+6=15x8x20 + 6 = 15x - 8x 26=7x    x=26726 = 7x \implies x = \frac{26}{7}

Worked Example 1: Scale Factor & Cartography

On an architectural blueprint for a commercial medical clinic, a scale of 0.75 inches=12 feet0.75\text{ inches} = 12\text{ feet} is used. If the actual length of the surgical recovery ward is 68 feet68\text{ feet}, what is the corresponding length on the blueprint in inches?

  1. Set up a proportion matching blueprint units to real-world units: 0.75 in12 ft=x in68 ft\frac{0.75\text{ in}}{12\text{ ft}} = \frac{x\text{ in}}{68\text{ ft}}
  2. Apply cross-multiplication: 12x=0.756812 \cdot x = 0.75 \cdot 68 12x=5112x = 51
  3. Solve for xx: x=5112=4.25 inches  (414 inches)x = \frac{51}{12} = 4.25\text{ inches} \;\left(4\frac{1}{4}\text{ inches}\right)

Direct Variation (y=kxy = kx)

Two variables xx and yy exhibit direct variation (or are said to be directly proportional) if a constant ratio exists between them for all non-zero values.

Mathematical Formulation

y=kxoryx=ky = kx \quad \text{or} \quad \frac{y}{x} = k

where kk is a non-zero constant called the constant of proportionality (or constant of variation).

Geometric and Functional Characteristics

  • Graph: The graph of a direct variation relationship is a straight line passing directly through the origin (0,0)(0, 0) with slope equal to kk.
  • Behavior: If xx is multiplied by a factor cc, yy is multiplied by the exact same factor cc. If xx doubles, yy doubles; if xx is halved, yy is halved.
  • Proportional Equivalence: For any two paired data points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2): y1x1=y2x2\frac{y_1}{x_1} = \frac{y_2}{x_2}

(Exam Warning: The linear equation y=3x+4y = 3x + 4 is NOT direct variation because when x=0x = 0, y=40y = 4 \ne 0. A true direct variation line must have a yy-intercept of 00.)

Worked Example 2: Direct Variation in Physics

Under Hooke's Law, the distance dd that an elastic spring stretches varies directly with the force FF applied to it. When a force of 45 Newtons45\text{ Newtons} is applied, the spring stretches 7.2 centimeters7.2\text{ centimeters}. How far will the spring stretch when a force of 75 Newtons75\text{ Newtons} is applied?

  1. Find the constant of proportionality kk: k=d1F1=7.2 cm45 N=0.16 cm/Nk = \frac{d_1}{F_1} = \frac{7.2\text{ cm}}{45\text{ N}} = 0.16\text{ cm/N}
  2. Write the specific direct variation equation: d=0.16Fd = 0.16 F
  3. Substitute the new force F=75 NF = 75\text{ N}: d=0.16×75=12.0 centimetersd = 0.16 \times 75 = 12.0\text{ centimeters}

Alternatively, solve directly via proportion: 7.245=d275    45d2=7.2×75=540    d2=54045=12.0 cm\frac{7.2}{45} = \frac{d_2}{75} \implies 45 d_2 = 7.2 \times 75 = 540 \implies d_2 = \frac{540}{45} = 12.0\text{ cm}


Inverse Variation (y=kxy = \frac{k}{x} or xy=kx \cdot y = k)

Two variables xx and yy exhibit inverse variation (or are said to be inversely proportional) if their mathematical product remains constant for all values.

Mathematical Formulation

y=kxorxy=ky = \frac{k}{x} \quad \text{or} \quad x \cdot y = k

where kk is the non-zero constant of variation.

Geometric and Functional Characteristics

  • Graph: The graph of an inverse variation relationship is a rectangular hyperbola asymptotic to the xx-axis and yy-axis (lying in Quadrants I and III if k>0k > 0).
  • Reciprocal Scaling: If xx is multiplied by a constant factor cc, yy is divided by cc (multiplied by 1c\frac{1}{c}). If xx triples, yy decreases to 13\frac{1}{3} of its original value.
  • Product Invariance Equation: For any two paired data points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2): x1y1=x2y2x_1 \cdot y_1 = x_2 \cdot y_2

Real-World Applications of Inverse Variation

  • Speed vs. Travel Time: For a fixed distance DD, speed rr and time tt vary inversely: rt=Dr \cdot t = D.
  • Workforce vs. Project Duration: For a fixed total workload, number of workers WW and completion hours HH vary inversely: WH=Constant Worker-HoursW \cdot H = \text{Constant Worker-Hours}.
  • Boyle's Law in Chemistry: Pressure PP and volume VV of an ideal gas at constant temperature satisfy PV=kP \cdot V = k.
  • Gear and Pulley Mechanics: Gear teeth count NN and rotational speed SS satisfy N1S1=N2S2N_1 S_1 = N_2 S_2.

Worked Example 3: Workforce Scheduling (Worker-Hours)

A landscaping company determines that a crew of 66 technicians can clear and sod a corporate park in 14 hours14\text{ hours}. If the client requires the project to be completed in exactly 8 hours8\text{ hours}, how many technicians must be assigned to the crew, assuming all technicians work at the same constant rate?

  1. Identify the constant of variation kk (total required worker-hours): k=W1H1=6 technicians×14 hours=84 worker-hoursk = W_1 \cdot H_1 = 6\text{ technicians} \times 14\text{ hours} = 84\text{ worker-hours}
  2. Set up the product invariance equation with new time H2=8 hoursH_2 = 8\text{ hours}: W2H2=84W_2 \cdot H_2 = 84 W28=84W_2 \cdot 8 = 84
  3. Solve for W2W_2: W2=848=10.5 techniciansW_2 = \frac{84}{8} = 10.5\text{ technicians}
  4. Interpret practical constraints: Since partial technicians cannot be hired, the company must deploy at least 1111 technicians to finish within the 8-hour deadline (or exactly 10.510.5 if fractional labor-hours are modeled).

Comparison of Direct vs. Inverse Variation

AttributeDirect VariationInverse Variation
Core Formulay=kxy = kxy=kxy = \frac{k}{x} or xy=kxy = k
Constant kkk=yxk = \frac{y}{x}k=xyk = x \cdot y
Two-Point Relationy1x1=y2x2\frac{y_1}{x_1} = \frac{y_2}{x_2}x1y1=x2y2x_1 y_1 = x_2 y_2
Graphical FormStraight line through (0,0)(0, 0)Hyperbola with axes as asymptotes
Effect of Doubling xxyy doubles (2y2y)yy is halved (12y\frac{1}{2}y)
Classic ExampleTotal cost vs. quantity purchasedVehicle speed vs. travel time

Joint and Combined Variation

Many physical and economic models involve three or more variables simultaneously.

Definitions and Formulas

  1. Joint Variation (zz varies jointly as xx and yy): z=kxyz = k \cdot x \cdot y Example: The volume of a cylinder V=πr2hV = \pi r^2 h varies jointly as hh and the square of rr.
  2. Combined Variation (zz varies directly as xx and inversely as yy): z=kxyz = \frac{k \cdot x}{y} Example: Electrical resistance R=ρLAR = \frac{\rho L}{A} varies directly with length LL and inversely with cross-sectional area AA.

Systematic Two-Step Solving Procedure

  • Step 1: Substitute initial baseline data (x0,y0,z0)(x_0, y_0, z_0) into the model to solve explicitly for the constant kk.
  • Step 2: Re-write the general equation with the calculated numerical value of kk, then substitute the new given variables to solve for the target unknown.

Collaborative Work-Rate Problems

Work-rate problems represent a high-yield application of rational proportions on the ACCUPLACER test. In collaborative work problems, each entity's rate is expressed as the fraction of the total job completed per unit of time.

Work Done=Rate×Time    Rate=1Individual Time t\text{Work Done} = \text{Rate} \times \text{Time} \implies \text{Rate} = \frac{1}{\text{Individual Time } t}

The Combined Rate Formula

When multiple entities work together simultaneously without interfering with one another, their individual working rates are additive:

Ratecombined=Rate1+Rate2++Raten\text{Rate}_{\text{combined}} = \text{Rate}_1 + \text{Rate}_2 + \dots + \text{Rate}_n 1ttogether=1t1+1t2\frac{1}{t_{\text{together}}} = \frac{1}{t_1} + \frac{1}{t_2}

Solving for ttogethert_{\text{together}} yields the Product-over-Sum Shortcut for two workers: ttogether=t1t2t1+t2t_{\text{together}} = \frac{t_1 \cdot t_2}{t_1 + t_2}

Worked Example 4: Collaborative Drainage Pipes

A commercial storage reservoir has two drainage pipes. Pipe A can completely empty the full reservoir in 6 hours6\text{ hours} when operating alone. Pipe B can empty the reservoir in 9 hours9\text{ hours} when operating alone. If both pipes are opened simultaneously, how long will it take to drain the entire reservoir?

  1. Express individual rates per hour: RateA=16 of reservoir/hr,RateB=19 of reservoir/hr\text{Rate}_A = \frac{1}{6}\text{ of reservoir/hr}, \quad \text{Rate}_B = \frac{1}{9}\text{ of reservoir/hr}
  2. Sum rates to find combined rate: Ratetogether=16+19=318+218=518 of reservoir/hr\text{Rate}_{\text{together}} = \frac{1}{6} + \frac{1}{9} = \frac{3}{18} + \frac{2}{18} = \frac{5}{18}\text{ of reservoir/hr}
  3. Invert the combined rate to find total time: ttogether=185 hours=3.6 hours=3 hours and 36 minutest_{\text{together}} = \frac{18}{5}\text{ hours} = 3.6\text{ hours} = 3\text{ hours and } 36\text{ minutes}

Common Pitfalls & ACCUPLACER Exam Traps

  1. Applying Direct Variation Logic to Inverse Problems: If 44 machines build an order in 12 hours12\text{ hours}, 88 machines will NOT take 24 hours24\text{ hours}. More machines take LESS time: 4×12=48    8×t=48    t=6 hours4 \times 12 = 48 \implies 8 \times t = 48 \implies t = 6\text{ hours}.
  2. Averaging Speeds Directly (Harmonic Mean Trap): If a delivery truck drives to a destination at 40 mph40\text{ mph} and returns along the identical route at 60 mph60\text{ mph}, the average speed for the round trip is NOT 40+602=50 mph\frac{40 + 60}{2} = 50\text{ mph}. Because more time is spent at the slower speed, the true average speed is Total DistanceTotal Time=2DD40+D60=25120=2405=48 mph\frac{\text{Total Distance}}{\text{Total Time}} = \frac{2D}{\frac{D}{40} + \frac{D}{60}} = \frac{2}{\frac{5}{120}} = \frac{240}{5} = 48\text{ mph}.
  3. Omitting Parentheses During Cross-Multiplication: In x+24=x13\frac{x+2}{4} = \frac{x-1}{3}, forgetting parentheses leads to the common error 3x+2=4x13x + 2 = 4x - 1, rather than the correct 3(x+2)=4(x1)    3x+6=4x43(x + 2) = 4(x - 1) \implies 3x + 6 = 4x - 4.
  4. Linear Equations with Non-Zero Intercepts: Never classify y=mx+by = mx + b (b0b \ne 0) as direct variation. While linear, it fails the proportionality requirement yx=constant\frac{y}{x} = \text{constant}.
Loading diagram...
Direct vs. Inverse Variation Comparison
Test Your Knowledge

The time tt required to drive between two cities varies inversely with the average driving speed rr. If an automobile traveling at an average speed of 54 miles per hour makes the trip in 3 hours and 20 minutes, how long would the trip take if the driver averaged 60 miles per hour?

A
B
C
D
Test Your Knowledge

Solve the algebraic proportion for xx: 3x45=2x+74\frac{3x - 4}{5} = \frac{2x + 7}{4}

A
B
C
D
Test Your Knowledge

Working alone at a constant rate, Painter A can paint an entire apartment in 8 hours, while Painter B can paint the same apartment in 12 hours. If both painters work simultaneously without interfering with each other, how many hours will it take them to paint the apartment together?

A
B
C
D