<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Math Mental: Math blog</title>
    <link>https://math.jhonatasfender.com/en/blog</link>
    <atom:link href="https://math.jhonatasfender.com/en/blog/rss.xml" rel="self" type="application/rss+xml"/>
    <description>Math articles with step-by-step worked examples: percentages, the rule of three, interest, quadratic equations, fractions, LCM and GCD, logarithms and statistics.</description>
    <language>en</language>
    <lastBuildDate>Thu, 17 Sep 2026 00:00:00 GMT</lastBuildDate>
    <item>
      <title>How to calculate percentages in your head: 10%, 1% and growth factors</title>
      <link>https://math.jhonatasfender.com/en/blog/how-to-calculate-percentages-in-your-head</link>
      <guid isPermaLink="true">https://math.jhonatasfender.com/en/blog/how-to-calculate-percentages-in-your-head</guid>
      <description>To find x% of a value, multiply the value by x/100. In your head, start from 10% (divide by 10) and 1% (divide by 100) and combine them: 15% = 10% + 5%. For increases and discounts, multiply by the factor: +20% is ×1.2 and −20% is ×0.8.</description>
      <pubDate>Thu, 17 Sep 2026 00:00:00 GMT</pubDate>
      <category>percentages</category>
      <category>mental math</category>
      <category>personal finance</category>
      <category>exam prep</category>
    </item>
    <item>
      <title>The rule of three: direct, inverse and compound proportion with examples</title>
      <link>https://math.jhonatasfender.com/en/blog/rule-of-three-direct-inverse-and-compound</link>
      <guid isPermaLink="true">https://math.jhonatasfender.com/en/blog/rule-of-three-direct-inverse-and-compound</guid>
      <description>The rule of three solves problems with proportional quantities. If they are directly proportional, their ratio is constant; if inversely proportional, their product is constant. In a compound rule of three, the unknown equals the known value times one ratio per quantity, inverted when the relationship is inverse.</description>
      <pubDate>Wed, 16 Sep 2026 00:00:00 GMT</pubDate>
      <category>rule of three</category>
      <category>proportion</category>
      <category>ratio</category>
      <category>exam prep</category>
    </item>
    <item>
      <title>Simple vs. compound interest: the difference, formulas and examples</title>
      <link>https://math.jhonatasfender.com/en/blog/simple-vs-compound-interest</link>
      <guid isPermaLink="true">https://math.jhonatasfender.com/en/blog/simple-vs-compound-interest</guid>
      <description>With simple interest, each period's interest is charged only on the initial principal: A = P(1 + r·t), linear growth. With compound interest, it is charged on the accumulated amount: A = P(1 + r)^t, exponential growth. At the same rate, compound interest yields more from the second period on.</description>
      <pubDate>Tue, 15 Sep 2026 00:00:00 GMT</pubDate>
      <category>interest</category>
      <category>personal finance</category>
      <category>percentages</category>
      <category>exam prep</category>
    </item>
    <item>
      <title>How to solve quadratic equations: the quadratic formula and sum and product</title>
      <link>https://math.jhonatasfender.com/en/blog/how-to-solve-quadratic-equations</link>
      <guid isPermaLink="true">https://math.jhonatasfender.com/en/blog/how-to-solve-quadratic-equations</guid>
      <description>An equation ax² + bx + c = 0 with a ≠ 0 has roots x = (−b ± √Δ)/(2a), where Δ = b² − 4ac. If Δ &gt; 0 there are two real roots, if Δ = 0 one double root, and if Δ &lt; 0 no real roots. The roots add up to −b/a and multiply to c/a, which lets you find integer roots mentally.</description>
      <pubDate>Mon, 14 Sep 2026 00:00:00 GMT</pubDate>
      <category>quadratic equations</category>
      <category>quadratic formula</category>
      <category>algebra</category>
      <category>exam prep</category>
    </item>
    <item>
      <title>Fractions: how to add, subtract, multiply and divide, with examples</title>
      <link>https://math.jhonatasfender.com/en/blog/fractions-add-subtract-multiply-divide</link>
      <guid isPermaLink="true">https://math.jhonatasfender.com/en/blog/fractions-add-subtract-multiply-divide</guid>
      <description>To add or subtract fractions, rewrite them over the same denominator (ideally the least common multiple) and combine the numerators. To multiply, multiply numerators together and denominators together. To divide, multiply the first fraction by the reciprocal of the second. Simplify at the end or, better, before multiplying.</description>
      <pubDate>Sun, 13 Sep 2026 00:00:00 GMT</pubDate>
      <category>fractions</category>
      <category>LCM</category>
      <category>arithmetic</category>
      <category>mental math</category>
    </item>
    <item>
      <title>LCM and GCD: fast methods (prime factorization, ladder and Euclid)</title>
      <link>https://math.jhonatasfender.com/en/blog/lcm-and-gcd-fast-methods</link>
      <guid isPermaLink="true">https://math.jhonatasfender.com/en/blog/lcm-and-gcd-fast-methods</guid>
      <description>The GCD is the greatest common divisor and the LCM the least positive common multiple. With prime factorization, the GCD takes the shared primes with the smallest exponent and the LCM takes every prime with the largest exponent. For two numbers, lcm(a, b) · gcd(a, b) = a · b, and the Euclidean algorithm finds the GCD without factoring.</description>
      <pubDate>Sat, 12 Sep 2026 00:00:00 GMT</pubDate>
      <category>LCM</category>
      <category>GCD</category>
      <category>prime numbers</category>
      <category>divisibility</category>
    </item>
    <item>
      <title>Logarithms: definition, properties and worked examples</title>
      <link>https://math.jhonatasfender.com/en/blog/logarithms-definition-and-properties</link>
      <guid isPermaLink="true">https://math.jhonatasfender.com/en/blog/logarithms-definition-and-properties</guid>
      <description>The logarithm of a in base b is the exponent x such that b^x = a, with b &gt; 0, b ≠ 1 and a &gt; 0. The key rules are log(xy) = log x + log y, log(x/y) = log x − log y, log(xⁿ) = n · log x and the change of base log_b a = log a / log b. Logarithms turn exponential equations into linear ones.</description>
      <pubDate>Fri, 11 Sep 2026 00:00:00 GMT</pubDate>
      <category>logarithms</category>
      <category>exponential functions</category>
      <category>algebra</category>
      <category>exam prep</category>
    </item>
    <item>
      <title>Mean, median and mode: how to calculate them and when to use each</title>
      <link>https://math.jhonatasfender.com/en/blog/mean-median-and-mode</link>
      <guid isPermaLink="true">https://math.jhonatasfender.com/en/blog/mean-median-and-mode</guid>
      <description>The mean adds the values and divides by how many there are; it is sensitive to outliers. The median is the middle value of the sorted data; it resists outliers and better describes skewed distributions such as salaries. The mode is the most frequent value and the only one that works for categorical data.</description>
      <pubDate>Thu, 10 Sep 2026 00:00:00 GMT</pubDate>
      <category>statistics</category>
      <category>mean</category>
      <category>median</category>
      <category>mode</category>
      <category>exam prep</category>
    </item>
  </channel>
</rss>
