<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Maths on Zymacs</title>
    <link>//localhost:1313/tags/maths/</link>
    <description>Recent content in Maths on Zymacs</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 18 Jun 2026 08:09:50 +0300</lastBuildDate>
    <atom:link href="//localhost:1313/tags/maths/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Binomial theorem</title>
      <link>//localhost:1313/let-me-explain/the_binomial_theorem/</link>
      <pubDate>Thu, 18 Jun 2026 08:09:50 +0300</pubDate>
      <guid>//localhost:1313/let-me-explain/the_binomial_theorem/</guid>
      <description>&lt;p&gt;&#xA;Given the math problem (a+b)^2. You are required to expand it to its terms. There&amp;#39;s different ways to&#xA;go about this. One way is to multiply (a+b) into (a+b). That would give us a(a) + a(b) + b(a) + b(b)&#xA;which would result in &lt;code class=&#34;verbatim&#34;&gt;a^2 + ab + ba + b^2&lt;/code&gt; which essentially is &lt;code class=&#34;verbatim&#34;&gt;a^2 + 2ab + b^2&lt;/code&gt;. But&#xA;what if we replace the power 2 with some bigger number, say, 4. It becomes an impractical task solving this with rudimentary expansion.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What is a combination</title>
      <link>//localhost:1313/let-me-explain/what-is-a-combination/</link>
      <pubDate>Thu, 18 Jun 2026 07:09:50 +0300</pubDate>
      <guid>//localhost:1313/let-me-explain/what-is-a-combination/</guid>
      <description>&lt;p&gt;&#xA;In previous posts I defined a permutation and a factorial. A combination is somewhat similar&#xA;to a permutation. With a permutation, the order of arrangements matters. Which isn&amp;#39;t the&#xA;case with combinations. A combination 121 is the same as the combination 211 and 112.&#xA;But those are three different  permutations.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;In some problems , the order of elements in an arrangement makes sense while in others&#xA;it does not. Permutations matter for passwords. But if we are dealing with food mixtures,&#xA;meat, chicken and beans would make up the same mixture as chicken, meat and beans.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What is a permutation</title>
      <link>//localhost:1313/let-me-explain/what_a_permutation_is/</link>
      <pubDate>Thu, 18 Jun 2026 06:09:50 +0300</pubDate>
      <guid>//localhost:1313/let-me-explain/what_a_permutation_is/</guid>
      <description>&lt;p&gt;&#xA;In a previous post I wrote about what a factorial is. Its the number of ways n distinct&#xA;positions can be filled. Or, the number of ways n distinct elements can be arranged in&#xA;n distinct positions.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;Now the permutation. The number of elements is more than the number of positions to be filled&#xA;or vice versa. If given 6 distinct elements, we need to find out how many ways&#xA;we can fill up 4 distinct positions, that is a permutation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What is a logarithm</title>
      <link>//localhost:1313/let-me-explain/what_a_logarithm_is/</link>
      <pubDate>Wed, 17 Jun 2026 15:09:36 +0300</pubDate>
      <guid>//localhost:1313/let-me-explain/what_a_logarithm_is/</guid>
      <description>&lt;p&gt;&#xA;This one will be simple.&#xA;A logarithm is how many times you have to repeatedly divide some number&#xA;by the denominator until the quotient is a one.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;You have a number &lt;code class=&#34;verbatim&#34;&gt;a&lt;/code&gt; that you divide by &lt;code class=&#34;verbatim&#34;&gt;b&lt;/code&gt; and use the quotient as the next&#xA;division operation&amp;#39;s numerator. Carry on with the pattern till you get&#xA;to a quotient which when divided by &lt;code class=&#34;verbatim&#34;&gt;b&lt;/code&gt; you get one. The number of division&#xA;operations is the logarithm to the base &lt;code class=&#34;verbatim&#34;&gt;b&lt;/code&gt; of the number &lt;code class=&#34;verbatim&#34;&gt;a&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
