Binomial theorem
Given the math problem (a+b)^2. You are required to expand it to its terms. There's different ways to
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)
which would result in a^2 + ab + ba + b^2 which essentially is a^2 + 2ab + b^2. But
what if we replace the power 2 with some bigger number, say, 4. It becomes an impractical task solving this with rudimentary expansion.