4.2 Ratios, Proportions, Direct & Inverse Variations
Key Takeaways
- Ratios express relative quantitative magnitude and must be distinguished between part-to-part comparisons (a:b) and part-to-whole proportions (a / [a+b]), which define total fractional shares.
- Partitive proportions divide a total quantity across three or more entities using the total-parts method, where a common scaling multiplier k is derived by dividing the total quantity by the sum of ratio terms.
- Direct variation (y = kx) governs linear relationships where quantities scale in the same direction, while inverse variation (xy = k) governs reciprocal trade-offs, prominently seen in personnel-time (man-days) and speed-time problems.
- Combined and joint variations unite multiple rate factors into a single master compound proportion equation: (Workers₁ × Time₁) / Work₁ = (Workers₂ × Time₂) / Work₂.
- Dimensional analysis (the Factor-Label Method) systematically eliminates unit conversion errors across military metrics, such as converting knots to km/h (factor of 1.852) and km/h to m/s (factor of 5/18 or divide by 3.6).
4.2 Ratios, Proportions, Direct & Inverse Variations
Operational Imperative: Military officers continuously handle proportional reasoning: scaling supply requisitions according to troop strength, calculating convoy fuel burn rates across variable terrain, scheduling combat engineering projects under changing personnel numbers, and converting navigational coordinates between metric, imperial, and maritime nautical standards. Mastery of direct, inverse, and partitive variations provides the algebraic toolkit to resolve these problems in under one minute per item.
The Architecture of Ratios: Part-to-Part vs. Part-to-Whole
A ratio is a mathematical comparison of two or more quantities having the same unit of measurement, expressed as $a : b$, $\frac{a}{b}$, or "$a$ to $b$". Ratios represent relative scale rather than absolute quantities. A ratio of $3:5$ means that for every 3 units of the first entity, exactly 5 units of the second entity exist.
Part-to-Part vs. Part-to-Whole Ratios
One of the most frequent traps on the AFPSAT involves confusing part-to-part relationships with part-to-whole relationships:
- Part-to-Part Ratio ($a : b$): Compares one subgroup directly to another subgroup. For example, if a specialized scout platoon contains 6 officers and 24 enlisted personnel, the part-to-part ratio of officers to enlisted personnel is $6 : 24$, which simplifies to $1 : 4$.
- Part-to-Whole Ratio ($a : [a + b]$): Compares one subgroup to the aggregate total. In the same platoon, the total personnel count is $6 + 24 = 30$. The part-to-whole ratio of officers to the entire platoon is $\frac{6}{30} = \frac{1}{5}$ (or $20%$). The part-to-whole ratio of enlisted soldiers is $\frac{24}{30} = \frac{4}{5}$ (or $80%$).
Rule for Ratio Conversion: If a part-to-part ratio between two groups is $a : b$, the fractional share of group $a$ relative to the whole is $\frac{a}{a + b}$, and the fractional share of group $b$ is $\frac{b}{a + b}$. Misidentifying a part-to-part ratio as a part-to-whole fraction (e.g., assuming $1:4$ means $1/4 = 25%$ rather than $1/5 = 20%$) is a major source of examinee error.
Scaling and Simplifying Ratios
Ratios behave identically to fractions regarding multiplication and division: multiplying or dividing all terms in a ratio by the same non-zero constant preserves the proportional relationship:
However, adding or subtracting a constant from ratio terms destroys the ratio. If two platoons have personnel in the ratio $3:5$, transferring or adding 10 soldiers to both platoons completely alters the proportion.
Partitive Proportion & Multi-Part Distribution
A partitive proportion involves partitioning an aggregate quantity into multiple unequal portions according to a designated multi-part ratio $a : b : c$.
The "Total Parts" Scaling Algorithm
To divide total quantity $T$ according to the ratio $a : b : c$:
- Sum the ratio parts: $S = a + b + c$.
- Derive the scaling multiplier ($k$): Determine the physical value of a single ratio part by dividing the total quantity by the sum of the parts: $k = \frac{T}{S}$.
- Compute each individual share: Multiply each ratio term by $k$:
Step-by-Step Worked Example
Problem: A joint task force allocates a logistics shipment of $9,600$ crates of field rations among the Army, Navy, and Air Force components in the ratio $5 : 2 : 1$. How many crates does the Army component receive?
- Sum the parts: $S = 5 + 2 + 1 = 8$ parts.
- Find the value of 1 part ($k$):
- Compute allocations:
- Army ($5$ parts): $5 \times 1,200 = 6,000$ crates.
- Navy ($2$ parts): $2 \times 1,200 = 2,400$ crates.
- Air Force ($1$ part): $1 \times 1,200 = 1,200$ crates.
- Verification: $6,000 + 2,400 + 1,200 = 9,600$ crates. The Army component receives $6,000$ crates.
Direct Variation: Concepts, Formulations & Logistical Scenarios
A direct proportion (or direct variation) describes a mathematical relationship between two variables where their ratio remains constant. When one quantity increases, the other increases at the same proportional rate; when one decreases, the other decreases identically.
Mathematical Formulation
Variable $y$ varies directly as $x$ if: where $k$ is the non-zero constant of proportionality (the rate). For any two states $(x_1, y_1)$ and $(x_2, y_2)$: Cross-multiplying yields:
Classic Military Direct Variation Scenarios
- Convoy Fuel Consumption: Fuel burned ($F$) varies directly with travel distance ($D$): $F = kD$.
- Ammunition Expenditure: Rounds fired ($R$) vary directly with firing duration ($t$): $R = kt$.
- Subsistence Rations: Rations required ($R$) vary directly with troop count ($P$): $R = kP$.
Worked Scenario: A military transport convoy of six-wheeled utility trucks consumes $180$ liters of diesel fuel while traversing $75$ kilometers of mountain terrain. Under identical driving conditions, how many liters of diesel will the convoy consume over a distance of $225$ kilometers?
Instead of long division, notice the horizontal scaling factor: $225 = 75 \times 3$. Because the distance increases by a factor of 3, fuel consumption must scale by the exact same factor of 3: Solving via cross-multiplication: $75 F_2 = 180 \times 225 \implies F_2 = \frac{180 \times 225}{75} = 180 \times 3 = 540$ liters.
Inverse (Indirect) Variation: Worker-Time & Speed-Time Trade-Offs
An inverse proportion (or indirect variation) describes a relationship between two variables where their product remains constant. As one variable increases, the other variable decreases proportionally.
Mathematical Formulation
Variable $y$ varies inversely as $x$ if: where $k$ is the invariant product. For any two corresponding states $(x_1, y_1)$ and $(x_2, y_2)$:
Notice that in an inverse proportion, the ratio of the second variable is inverted (flipped) relative to the first.
The Worker-Time Principle (The "Man-Days" Model)
The most pervasive inverse proportion on military exams involves workforce size and project completion time. Total required labor is a fixed constant measured in man-days or man-hours:
- Doubling the workforce halves the required completion time.
- Reducing the workforce to one-third triples the required completion time.
Exam Trap Alert: Test writers frequently ask "How many additional workers must be assigned?" rather than "What is the total new worker count?" If 10 men take 6 days ($60$ man-days), finishing in 4 days requires $60 / 4 = 15$ men total. If the question asks for additional men, the correct answer is $15 - 10 = 5$ additional men, not $15$.
The Speed-Time Distance Model
When transit distance $D$ is constant, speed ($S$) and travel time ($T$) are inversely proportional: Increasing convoy cruising speed reduces transit time proportionally: $\frac{S_1}{S_2} = \frac{T_2}{T_1}$.
Garrison Provision Depletion Model
A fixed quantity of rations in an isolated military outpost will feed a certain number of soldiers for a specific number of days ($P_1 D_1 = P_2 D_2$). If reinforcements arrive (increasing $P$), the days of food remaining ($D$) decreases inversely.
Joint & Combined Variation: The Master Compound Proportion
Many real-world operational problems involve multiple variables fluctuating concurrently:
- Joint Variation: A variable varies directly as the product of two or more other variables: $z = kxy$.
- Combined Variation: A variable varies directly with one variable and inversely with another: $z = \frac{kx}{y}$.
The Master Compound Work Formula
When multiple workers ($M$) operate for a given number of days ($D$) and daily hours ($H$) to complete a measurable quantity of work ($W$), the overarching relationship is:
Worked Scenario: If $12$ combat engineers working $8$ hours per day can excavate $480$ meters of defensive antitank ditch in $5$ days, how many meters of ditch can $18$ engineers excavate in $4$ days working $6$ hours per day?
- Set up the master compound proportion:
- Simplify the left-hand side numerator:
- Evaluate the right-hand side numerator:
- Solve for $W_2$:
Dimensional Analysis & Military Unit Conversion Chains
In military operations, calculations frequently span different measurement systems: kilometers to nautical miles, meters per second to kilometers per hour, and map millimeters to field meters. Dimensional Analysis (the Factor-Label Method) guarantees precision by treating measurement units as algebraic factors that cancel diagonally.
The Unit Multiplier Rule
Multiply the given quantity by conversion fractions that are mathematically equivalent to $1$ (where numerator and denominator represent identical physical magnitudes in different units), arranging units so that unwanted units cancel:
Key Conversion Chains for AFPSAT
1. Speed Conversions: km/h to m/s
To convert kilometers per hour ($\text{km/h}$) to meters per second ($\text{m/s}$):
- To convert $\text{km/h} \implies \text{m/s}$: Multiply by $\frac{5}{18}$ (or divide by $3.6$).
- Example: Convert $72 \text{ km/h}$ to $\text{m/s}$: $72 \times \frac{5}{18} = 4 \times 5 = 20 \text{ m/s}$.
- To convert $\text{m/s} \implies \text{km/h}$: Multiply by $\frac{18}{5}$ (or multiply by $3.6$).
- Example: Convert $25 \text{ m/s}$ to $\text{km/h}$: $25 \times \frac{18}{5} = 5 \times 18 = 90 \text{ km/h}$.
2. Maritime Navigation: Knots, Nautical Miles, and Kilometers
In naval operations (Philippine Navy and Philippine Coast Guard) and tactical aviation (Philippine Air Force):
- 1 International Nautical Mile (NM) $= 1.852 \text{ kilometers} = 1,852 \text{ meters} \approx 1.151 \text{ statute miles}$.
- 1 Knot (kt) $= 1 \text{ Nautical Mile per hour} = 1.852 \text{ km/h} \approx 0.5144 \text{ m/s}$.
3. Topographic Map Scale Conversions
Standard military topographic maps use standard representative fractions:
- Scale 1 : 50,000: $1 \text{ cm}$ on the map represents $50,000 \text{ cm} = 500 \text{ meters} = 0.5 \text{ km}$ on the ground. Therefore, $2 \text{ cm} = 1.0 \text{ km}$.
- Scale 1 : 25,000: $1 \text{ cm}$ on the map represents $25,000 \text{ cm} = 250 \text{ meters} = 0.25 \text{ km}$ on the ground. Therefore, $4 \text{ cm} = 1.0 \text{ km}$.
Comparative Framework: Direct, Inverse, and Partitive Proportions
The following table synthesizes the three primary forms of proportion tested on the AFPSAT:
| Proportion Type | Core Mathematical Model | Invariant Constant ($k$) | Defining Characteristics & Behavior | Operational Keyword Indicators | Worked Military Scenario |
|---|---|---|---|---|---|
| Direct Proportion | $\frac{y_1}{x_1} = \frac{y_2}{x_2}$ or $y = kx$ | $k = \frac{y}{x}$ (Ratio is constant) | As $x$ increases, $y$ increases proportionally; graphs as a straight ray through the origin | "At a constant rate," "per unit," "consumed proportionally," "burn rate" | A patrol vessel burns 160 L of fuel in 4 hrs; burning at the same rate, 10 hrs consumes $\frac{160}{4} \times 10 = 400$ L. |
| Inverse Proportion | $x_1 y_1 = x_2 y_2$ or $y = \frac{k}{x}$ | $k = x \times y$ (Product is constant) | As $x$ increases, $y$ decreases proportionally; graphs as a rectangular hyperbola | "Shared equally," "working together," "man-days," "speed vs travel time" | 12 engineers build a fortification in 6 days ($12 \times 6 = 72$ man-days). 8 engineers require $72 \div 8 = 9$ days. |
| Partitive Proportion | $T = k(a + b + c)$ where $x = ak, y = bk, z = ck$ | $k = \frac{T}{\sum \text{parts}}$ (Value per single part) | A single aggregate whole is divided into distinct fractional portions according to multi-term ratio | "Divided in the ratio of," "apportioned among," "split respectively into" | 4,500 rounds partitioned 2:3:4 ($9$ parts). Value per part = $4,500 / 9 = 500$. Shares: 1,000, 1,500, and 2,000 rounds. |
A Philippine Army combat engineer detachment consisting of 18 engineers can construct a tactical timber-trestle bridge across a river in 12 days. If General Headquarters orders the bridge completed in only 8 days to support an upcoming armored offensive, how many ADDITIONAL engineers of equal capability must be attached to the detachment?
A disaster response joint task force distributes a relief shipment of 8,400 bags of emergency rice among three typhoon-affected coastal municipalities in the ratio of 3 : 4 : 7. How many bags of rice are received by the municipality with the largest allocation?
A Philippine Navy coastal patrol boat cruises at a continuous speed of 24 knots during a maritime interdiction patrol. Given that 1 international nautical mile equals exactly 1.852 kilometers, what is the patrol boat's speed converted to meters per second (m/s)? (Round your calculation to one decimal place.)