Decimals Are Evil

Quick Overview

The central concept is that while decimals are useful for addition/subtraction (especially with computers), improper fractions should be the default for mental math, pencil/paper calculations, multiplication, and division because they preserve expressibility and intuition, avoiding pitfalls like long repeating periods or complex rounding when dealing with irrational numbers.

Key Points: For addition and subtraction, decimals are generally preferred (e.g., 35.215 + 4.479 = 39.694), even with infinite decimals, because the process is easy to implement in binary-based computer systems. For multiplication and division, improper fractions are superior because they retain exactness, unlike decimals which can lead to cumbersome repeating periods (e.g., 1/7 has a period of 6, 1/17 has a period of 16, and 1/97 has a period of 96). When dealing with multiplication or division, using improper fractions prevents the difficulty associated with long decimal expansions, as demonstrated by the simplicity of $\frac{56}{27} \times \frac{45}{32} = \frac{7 \times 5}{3 \times 4} = \frac{35}{12}$ versus its decimal equivalent. Mixed numbers should be converted to improper fractions before performing multiplication or division, as distributing the terms (e.g., $(2 + \frac{5}{7}) \times (3 + \frac{3}{4})$) introduces unnecessary complexity compared to working with a single improper fraction. When approximating values, decimals offer an intuitive way to round to the nearest whole number (e.g., $32.734 \approx 33$), whereas rounding fractions like $\frac{1429}{43}$ to 33 requires more effort. The key takeaway is that inflexibility in choosing between fractions and decimals is detrimental to developing math skills; one must use the number system that best fits the specific mathematical task.

Context: This video explores the practical advantages and disadvantages of using decimals versus improper fractions in various mathematical operations. It argues that although decimals are convenient for addition/subtraction (especially in computing) and quick rounding, improper fractions are fundamentally better for multiplication, division, and maintaining mathematical precision, particularly when dealing with rational numbers that produce long repeating decimal expansions.

Raw markdown version of this recap