Lesson illustration

Solving Ratio, Proportion, and Variation Equations

Hello. In the previous lesson, you solved linear equations by preserving equality, clearing denominators with an LCD, and checking the final value in the original equation. Those skills are now used in word problems: the difficult part is often not the algebra, but deciding which equation the words require.

This lesson covers ratios, proportions, direct variation, and inverse variation. By the end, you should be able to turn common entrance-exam statements into equations, solve them efficiently, and distinguish relationships that look similar but behave differently.


Ratios: parts, not necessarily actual quantities

A ratio compares quantities in a specified order. For example,

A:B=2:3A:B=2:3

means that for every 22 equal parts of AA, there are 33 equal parts of BB. It does not mean A=2A=2 and B=3B=3. The actual values could be:

2:3,10:15,24:362:3,\quad 10:15,\quad 24:36

All have the same ratio because each is obtained by multiplying both parts by the same number.

The most dependable algebraic translation is:

A=2t,B=3tA=2t,\qquad B=3t

where tt represents the value of one ratio-unit. This automatically preserves the relationship.

When a total is given

Suppose boys, girls, and teachers are in the ratio

2:3:52:3:5

and their total number is 200200.

Write each quantity using one common multiplier:

B=2t,G=3t,T=5tB=2t,\qquad G=3t,\qquad T=5t

Since the total is 200200,

2t+3t+5t=2002t+3t+5t=200 10t=20010t=200 t=20t=20

Therefore,

B=40,G=60,T=100B=40,\qquad G=60,\qquad T=100

The key shortcut is: add the ratio parts first.

2+3+5=102+3+5=10

So each part is

20010=20.\frac{200}{10}=20.

When a difference is given

Suppose two quantities are in the ratio 5:35:3, and their difference is 2828.

Let the quantities be 5t5t and 3t3t. Their difference gives the equation:

5t3t=285t-3t=28 2t=282t=28 t=14t=14

Thus the quantities are

5t=70,3t=42.5t=70,\qquad 3t=42.

For a ratio-and-difference question, use the difference of the ratio parts. For a ratio-and-total question, use the sum of the ratio parts.

{"type":"video","title":"Ratio and Proportion Word Problems - Math","learning_duration":518,"video_id":"JOZSFwuyqok","par_intro":"Watch “Ratio and Proportion Word Problems - Math” by The Organic Chemistry Tutor for a clear visual method for scaling ratios and handling three-part ratios with a total.","par_directions":"Watch <span data-type=\"resource_video_timerange\" data-resource-subitem-id=\"e3ac93c2\" data-range-start=\"142\" data-range-end=\"439\">unknown ratios</span> to see a ratio converted into a proportion and solved by cross-multiplication. Then watch <span data-type=\"resource_video_timerange\" data-resource-subitem-id=\"14e7096e\" data-range-start=\"585\" data-range-end=\"806\">ratio with total</span>, which develops the same “common multiplier” idea for three quantities. Focus on why the sum of ratio parts represents the total number of equal units.","video_duration":806,"isV2":true,"blockId":"e87525fd-020c-4b9b-89a5-f994dfd0e60b","lessonId":"78cff94a-930f-43b9-8b81-f111b73675fc"}



{
  "type": "exercise",
  "id": "9d1f569c-d2ea-4029-b0f1-149cb3e271b6"
}

Proportions: equality of two ratios

A proportion says that two ratios are equal:

ab=cd\frac{a}{b}=\frac{c}{d}

provided b0b\neq0 and d0d\neq0.

A ratio is a comparison, such as 2:52:5. A proportion is an equation, such as

25=820.\frac{2}{5}=\frac{8}{20}.

To solve a proportion, multiply both sides by the product of the denominators. This produces the familiar cross-product rule:

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

Cross-multiplication is therefore not a separate magic trick; it is simply the fraction-clearing method from the previous lesson.

Keep units in the same positions

Suppose a machine makes 1414 identical components in 66 minutes at a constant rate. How many components, xx, does it make in 1515 minutes?

Keep components in numerators and time in denominators:

14 components6 min=x components15 min\frac{14\text{ components}}{6\text{ min}} = \frac{x\text{ components}}{15\text{ min}}

Now cross-multiply:

6x=14(15)6x=14(15) 6x=2106x=210 x=35\boxed{x=35}

The equation is valid because both fractions mean the same thing: components per minute.

A frequent setup error is reversing only one ratio:

146=15x\frac{14}{6}=\frac{15}{x}

This compares components per minute on the left with minutes per component on the right, so it is invalid. Before solving, inspect the units: numerator units must match numerator units, and denominator units must match denominator units.


Direct variation: a constant ratio

When yy varies directly with xx, the relationship has the form

y=kx,y=kx,

where kk is a fixed number called the constant of variation.

Equivalently,

yx=k.\frac{y}{x}=k.

So in direct variation, the quotient yx\frac{y}{x} stays constant. If xx doubles, yy also doubles; if xx becomes three times as large, yy becomes three times as large.

For example, suppose the cost CC of a material varies directly with the number of kilograms qq. If 77 kg costs 294294 rupees, find the equation and then the cost of 12.512.5 kg.

Start with the direct-variation model:

C=kqC=kq

Use the known pair C=294C=294, q=7q=7:

294=7k294=7k k=42.k=42.

Thus the complete equation is

C=42q.\boxed{C=42q}.

For q=12.5q=12.5,

C=42(12.5)C=42(12.5) C=525.\boxed{C=525}.

Here, k=42k=42 has a useful meaning: the material costs 4242 rupees per kilogram.

Not every straight-line equation is direct variation. Compare:

y=4xy=4x

and

y=4x+7.y=4x+7.

The first is direct variation because it has the form y=kxy=kx and passes through the origin. The second has a fixed extra amount of 77, so the ratio yx\frac{y}{x} is not constant. A taxi fare with a base charge plus a per-kilometre rate is usually linear, but not directly proportional.

{
  "type": "exercise",
  "id": "1f51fcb8-4cb2-4a7b-bedb-2b1ac871483c"
}

Inverse variation: a constant product

When yy varies inversely with xx, the relationship is

y=kx.y=\frac{k}{x}.

Multiplying by xx gives the form most useful in exams:

xy=k.xy=k.

Thus, in inverse variation, the product xyxy stays constant. If xx doubles, yy halves. If xx becomes three times as large, yy becomes one-third as large.

Suppose the time tt required to finish a fixed job varies inversely with the number nn of equally efficient workers. If 66 workers take 1515 days, how long will 1010 workers take?

Because this is inverse variation,

tn=k.tn=k.

Use the known values:

15(6)=k15(6)=k k=90.k=90.

Therefore,

tn=90.tn=90.

For n=10n=10,

10t=9010t=90 t=9.\boxed{t=9}.

The answer is sensible: more workers should require less time. This model assumes all workers are equally productive and that the total job remains fixed.

{"type":"image","url":"https://www.onlinemathlearning.com/image-files/direct-inverse-proportion-problem.png","caption":"The comparison table shows the defining equations, numerical behaviour, and graph shapes of direct proportion \\(y=kx\\) and inverse proportion \\(y=\\frac{k}{x}\\).","isV2":true,"blockId":"87d7d280-89e9-4e35-8fed-8697b96956c8","lessonId":"78cff94a-930f-43b9-8b81-f111b73675fc"}



The fastest recognition test is:

RelationshipConstant quantityStandard equation
Direct variationyx\frac{y}{x}y=kxy=kx
Inverse variationxyxyy=kxy=\frac{k}{x}
Neither necessarilyNeither is constantMust inspect the equation

For instance, consider the pairs (x,y)(x,y):

(2,10),(4,20).(2,10),\qquad (4,20).

Their ratios are

102=5,204=5.\frac{10}{2}=5,\qquad \frac{20}{4}=5.

The ratio is constant, so this is direct variation:

y=5x.y=5x.

Now consider:

(2,20),(4,10).(2,20),\qquad (4,10).

Their products are

2(20)=40,4(10)=40.2(20)=40,\qquad 4(10)=40.

The product is constant, so this is inverse variation:

y=40x.y=\frac{40}{x}.
{"type":"video","title":"Direct and inverse variation | Rational expressions | Algebra II | Khan Academy","learning_duration":226,"video_id":"92U67CUy9Gc","par_intro":"Watch “Direct and inverse variation” by Khan Academy to make the distinction between a constant ratio and a constant product visually automatic.","par_directions":"Watch <span data-type=\"resource_video_timerange\" data-resource-subitem-id=\"d2d6bccd\" data-range-start=\"92\" data-range-end=\"245\">direct variation</span> for the model \\(y=kx\\) and the idea that both variables scale by the same factor. Then watch <span data-type=\"resource_video_timerange\" data-resource-subitem-id=\"3fd92cf5\" data-range-start=\"471\" data-range-end=\"544\">inverse variation</span> for \\(y=\\frac{k}{x}\\), the opposite scaling pattern, and a final method for classifying a relationship from its equation.","video_duration":593,"isV2":true,"blockId":"4e9a0315-10db-4049-b2f3-7b2c5108b4f8","lessonId":"78cff94a-930f-43b9-8b81-f111b73675fc"}




Turning wording into the right equation

Certain phrases should trigger a particular model immediately:

Wording in the questionAlgebraic model
yy is directly proportional to xxy=kxy=kx
yy varies directly as xxy=kxy=kx
yy is inversely proportional to xxy=kxy=\frac{k}{x}
yy varies inversely as xxxy=kxy=k
a:b=m:na:b=m:na=mt, b=nta=mt,\ b=nt
“For every aa units, there are bb units”Set up equal ratios with matching units

A reliable four-step routine is:

  1. Name the quantities and attach units where possible.
  2. Identify the relationship: ratio, direct variation, inverse variation, or a general equation.
  3. Write the general model before substituting numbers.
  4. Check direction and units after solving.

The direction check catches many errors quickly:

  • In direct variation, an increase in one positive quantity should produce an increase in the other.
  • In inverse variation, an increase in one positive quantity should produce a decrease in the other.
  • In a ratio-total question, the individual quantities must add to the stated total.
  • In a ratio-difference question, the computed quantities must have the stated difference.
{"type":"reading","par_intro":"Read the direct- and inverse-variation portions of OpenStax’s *Intermediate Algebra 2e*. It reinforces the model-first method: find the constant of variation from one known pair, write the complete equation, then use it for the required value.","par_directions":"In Section 7.5, begin at the subsection “Solve Direct Variation Problems.” Read the definition beginning <span data-type=\"resource_reading_textrange\" data-resource-subitem-id=\"8da474b4\" data-range-start=\"Two variables vary directly if one is the product of a constant and the other.\" data-range-end=\"The constant k is called the constant of variation.\">the direct definition</span>, then follow Example 7.52’s sequence of finding \\(k\\), writing an equation, and using it. Next read the subsection “Solve Inverse Variation Problems,” especially <span data-type=\"resource_reading_textrange\" data-resource-subitem-id=\"bdf6087d\" data-range-start=\"Many applications involve two variable that vary inversely.\" data-range-end=\"using the constant of variation.\">the inverse method</span>. Focus on the changed equation form: direct variation keeps a ratio fixed, whereas inverse variation keeps a product fixed.","learning_duration":"6 minutes","url":"https://openstax.org/books/intermediate-algebra-2e/pages/7-5-solve-applications-with-rational-equations","title":"7.5 Solve Applications with Rational Equations - Intermediate Algebra 2e | OpenStax","isV2":true,"blockId":"7ed9c5e8-4048-4e19-a47a-e6dbc98b0f89","lessonId":"78cff94a-930f-43b9-8b81-f111b73675fc"}



{
  "type": "exercise",
  "id": "01a752c7-b3b8-4939-a557-f2bae77e534d"
}

An exam-speed decision routine

When a question presents two quantities, do not begin calculation immediately. Classify it first.

  • If it gives a comparison such as 3:43:4, introduce a common multiplier tt.
  • If it equates two rates or scale relationships, form a proportion with matching units.
  • If it states “directly proportional,” use y=kxy=kx.
  • If it states “inversely proportional,” use xy=kxy=k.
  • If it gives an equation such as y=5x+12y=5x+12, do not force it into direct variation merely because yy rises when xx rises.

For IPMAT-style questions, this classification step usually takes only a few seconds, but it prevents spending a minute solving the wrong equation.


Key takeaways

A ratio such as a:b=m:na:b=m:n describes relative parts, best written as a=mta=mt and b=ntb=nt. Use the sum of ratio parts when a total is given, and their difference when a difference is given.

A proportion equates two ratios. Keep units in the same order, then clear fractions or cross-multiply. Direct variation has the model

y=kx,y=kx,

so yx\frac{y}{x} is constant. Inverse variation has the model

y=kx,y=\frac{k}{x},

so xyxy is constant.

Next, you will move into simultaneous linear equations, where two related equations determine two unknown quantities. The equation-formation discipline from this lesson will remain essential.

Can't find a good explanation? Sign up and we'll make it for you