2.2 Fractions, Decimals, Percents & Ratios
Key Takeaways
- To compare two positive fractions a/b and c/d without calculating decimal approximations, cross-multiply: a/b > c/d if and only if a * d > b * c.
- Percent change is given by ((New Value - Old Value) / Old Value) * 100%; consecutive percent changes are multiplicative, not additive (e.g., a +20% increase followed by a -20% decrease results in a net 4% loss).
- The compound interest formula A = P(1 + r/n)^(nt) accounts for interest earned on prior interest, producing higher returns than simple interest I = P * r * t.
- In a part-to-part ratio of A:B, the fraction representing part A of the entire total is A / (A + B).
- In an inverse proportion between two variables x and y, their product remains constant: x1 * y1 = x2 * y2.
2.2 Fractions, Decimals, Percents & Ratios
Fractions, decimals, percents, and ratios are all different mathematical representations of proportional relationships and rational numbers. GRE Quantitative Reasoning tests your ability to seamlessly convert between these formats and apply them to real-world scenarios such as financial growth, mixture problems, and scaling rates.
Fraction Arithmetic & Comparison
A fraction represents a division of two numbers, $\frac{a}{b}$, where $a$ is the numerator and $b$ ($b eq 0$) is the denominator.
Core Operations with Fractions
- Addition & Subtraction: Find a Least Common Denominator (LCD).
- Multiplication: Multiply numerators together and denominators together.
- Division: Multiply by the reciprocal of the divisor.
Cross-Multiplication Method for Comparing Fractions
When comparing two positive fractions $\frac{a}{b}$ and $\frac{c}{d}$, cross-multiply the numerators by the opposite denominators:
- If $a \times d > b \times c$, then $\frac{a}{b} > \frac{c}{d}$.
- If $a \times d < b \times c$, then $\frac{a}{b} < \frac{c}{d}$.
Example Comparison: $\frac{7}{11}$ vs $\frac{5}{8}$
- Cross-products: $7 \times 8 = 56$ versus $11 \times 5 = 55$.
- Since $56 > 55$, it follows that $\frac{7}{11} > \frac{5}{8}$.
Decimals & Decimal-Fraction Conversions
Decimals represent fractions with denominators that are powers of ten ($10, 100, 1000, \dots$).
Converting Repeating Decimals to Fractions
To convert a repeating decimal like $0.\overline{36} = 0.363636\dots$ into a fraction:
- Let $x = 0.363636\dots$
- Multiply by $10^k$ where $k$ is the period length ($k=2$ digits repeating): $100x = 36.363636\dots$
- Subtract the original equation: $100x - x = 36.363636\dots - 0.363636\dots \implies 99x = 36$.
- Solve for $x$: $x = \frac{36}{99} = \frac{4}{11}$.
Percentages, Percent Change & Successive Percents
A percent simply means "per hundred" ($1% = \frac{1}{100} = 0.01$).
The Universal Percent Change Formula
- If the result is positive, it is a percent increase.
- If the result is negative, it is a percent decrease.
GRE Trap - The Reference Base: The denominator in the percent change formula is ALWAYS the original ("Old") value, never the new value!
Successive Percent Changes
Consecutive percentage changes are multiplicative, NOT additive.
- An increase of $x%$ corresponds to multiplying by a factor of $\left(1 + \frac{x}{100}\right)$.
- A decrease of $y%$ corresponds to multiplying by a factor of $\left(1 - \frac{y}{100}\right)$.
Worked Example: Price Shift Analysis
An item priced at $$100$ receives a $20%$ markup followed by a $20%$ markdown: Result: A net decrease of $4%$, NOT $0%$!
Interest Calculations: Simple vs. Compound Interest
| Interest Type | Formula | Variables Definition |
|---|---|---|
| Simple Interest | $I = P \cdot r \cdot t$ | $P =$ Principal, $r =$ annual rate (decimal), $t =$ time in years |
| Simple Total Balance | $A = P(1 + rt)$ | $A =$ Total accumulated balance |
| Compound Interest | $A = P\left(1 + \frac{r}{n}\right)^{nt}$ | $n =$ number of compounding periods per year |
Compounding Frequency Definitions ($n$)
- Annual: $n = 1$
- Semi-annual: $n = 2$
- Quarterly: $n = 4$
- Monthly: $n = 12$
Worked Example: Compound Interest Calculation
Invest $$5,000$ at $8%$ annual interest compounded semi-annually ($n=2$) for $2$ years ($t=2$):
Ratios, Proportions & Direct/Inverse Variation
A ratio expresses the relative size of two or more quantities, written as $A:B$, $\frac{A}{B}$, or "$A$ to $B$".
Part-to-Part vs. Part-to-Whole
If the ratio of apples to oranges in a basket is $3:5$:
- Part-to-Part Ratio: Apples : Oranges $= 3:5$.
- Total Parts: $3 + 5 = 8$.
- Part-to-Whole Ratios: Apples $= \frac{3}{8}$ of total fruit; Oranges $= \frac{5}{8}$ of total fruit.
Combining Multiple Ratios
If Ratio $A:B = 2:3$ and Ratio $B:C = 4:5$, combine them by finding a common multiple for $B$ (LCM of $3$ and $4$ is $12$):
- Scale $A:B = 2:3$ by $4 \rightarrow 8:12$
- Scale $B:C = 4:5$ by $3 \rightarrow 12:15$
- Combined Ratio $A:B:C = 8:12:15$.
Direct vs. Inverse Variation
- Direct Proportion: $y = kx \implies \frac{y_1}{x_1} = \frac{y_2}{x_2}$ (as $x$ increases, $y$ increases proportionally).
- Inverse Proportion: $y = \frac{k}{x} \implies x_1 \cdot y_1 = x_2 \cdot y_2$ (as $x$ increases, $y$ decreases proportionally, such as worker-time problems).
A retail store manager marks up the price of a designer jacket by 25%. During a end-of-season clearance sale, the marked-up price is discounted by 20%. If the original price before any adjustments was $200, what is the final clearance price of the jacket?
An investor deposits $5,000 into a high-yield savings account that pays an annual interest rate of 8%, compounded semi-annually. What will be the total balance in the account after 2 years?
In a technology firm, the ratio of software engineers to project managers is 5:2, and the ratio of project managers to graphic designers is 3:4. If the firm employs 16 graphic designers, how many software engineers work at the firm?
If 6 experienced technicians can complete a server room overhaul in 10 full working days, how many days will it take 15 technicians working at the exact same rate to complete the identical overhaul?