Express a repeating decimalas a fraction is a fundamental skill that bridges the gap between two representations of rational numbers. In this guide you will learn how to express a repeating decimal as a fraction through a clear, step‑by‑step method, see the underlying mathematical reasoning, and get answers to common questions. Whether you are a high‑school student preparing for exams or a curious adult refreshing your math basics, the techniques below will empower you to convert any recurring decimal into its exact fractional form.
Introduction
A repeating decimal (or recurring decimal) is a way of writing rational numbers whose decimal expansion eventually settles into a repeating block of digits, such as 0.\overline{3}=0.333… or 0.\overline{142857}=0.142857142857… Converting these decimals to fractions not only provides an exact value but also reinforces the concept that every repeating decimal corresponds to a rational number. The process relies on algebraic manipulation and a solid grasp of place value, making it an excellent exercise for developing problem‑solving skills.
Steps to Convert a Repeating Decimal to a Fraction
Below is a systematic approach you can follow for any repeating decimal. The method works whether the repeat is a single digit, a short group, or a longer cycle Small thing, real impact..
-
Identify the repeating part
- Write the decimal and clearly mark the repetend (the repeating block).
- Example: For 0.\overline{7}, the repetend is 7; for 2.1\overline{45}, the repetend is 45.
-
Set up an equation
- Let x represent the entire decimal number.
- Multiply x by a power of 10 that shifts the decimal point past one full repetend.
- The exponent of 10 depends on the length of the repetend: 1 digit → 10¹, 2 digits → 10², etc.
-
Subtract to eliminate the repetend
- Subtract the original equation from the multiplied one.
- This subtraction cancels out the repeating portion, leaving a simple linear equation in x.
-
Solve for x
- Isolate x on one side of the equation.
- The result will be a fraction; simplify it by dividing numerator and denominator by their greatest common divisor (GCD).
-
Simplify and verify - Reduce the fraction to its lowest terms.
- Optionally, convert the fraction back to a decimal to confirm the original repeating pattern.
Example 1: Single‑digit repetend
Convert 0.\overline{4} to a fraction The details matter here..
- Let x = 0.\overline{4}.
- Multiply by 10 (one digit repeats): 10x = 4.\overline{4}.
- Subtract: 10x – x = 4.\overline{4} – 0.\overline{4} → 9x = 4. 4. Solve: x = 4/9.
- The fraction is already simplified; 4/9 ≈ 0.444…, confirming the conversion.
Example 2: Two‑digit repetend with non‑repeating prefix
Convert 2.1\overline{45} to a fraction.
- Let x = 2.1\overline{45}. 2. The repetend has two digits, so multiply by 100: 100x = 214.\overline{45}.
- To align the repeating parts, also multiply the original x by 10 (to move past the non‑repeating digit): 10x = 21.\overline{45}.
- Subtract the second equation from the first: 100x – 10x = 214.\overline{45} – 21.\overline{45} → 90x = 193.
- Solve: x = 193/90.
- Simplify: 193 and 90 share no common divisor other than 1, so the fraction remains 193/90, which indeed equals 2.1\overline{45}.
Scientific Explanation
Why does this algebraic trick work? The key lies in the properties of geometric series and place value. Consider a generic repeating decimal:
[ x = a.b\overline{c} ]
where a is the integer part, b is the non‑repeating fractional part, and c is the repetend of length n. Writing x as a sum of a terminating decimal and an infinite series captures the essence:
[ x = \text{terminating part} + \frac{c}{10^{n}} + \frac{c}{10^{2n}} + \frac{c}{10^{3n}} + \dots ]
The infinite sum is a geometric series with first term (\frac{c}{10^{n}}) and common ratio (\frac{1}{10^{n}}). Its sum equals (\frac{c/10^{n}}{1 - 1/10^{n}} = \frac{c}{10^{n} - 1}). Multiplying by the appropriate power of 10 isolates this series, and subtraction eliminates the repeating tail, leaving a rational expression that can be simplified to a fraction The details matter here..
The official docs gloss over this. That's a mistake.