You've spent hours on TikTok today. You opened Instagram and somehow saw exactly the video you would have searched for. WhatsApp served you a forwarded message from a group of 256 people that a friend of a friend of a friend started. None of this is accidental. All of it is mathematics — and specifically, it's the kind of mathematics you're studying right now in secondary school.
This article breaks down the real maths powering the social media platforms that dominate your daily life. Not simplified versions — the actual mathematical concepts behind recommendation algorithms, viral spread, and engagement metrics. Once you see it, you'll never look at your feed the same way again.
EXPONENTIAL GROWTH — WHY THINGS GO VIRAL
When a post goes viral, it doesn't grow by addition — it grows by multiplication. This is what separates genuinely viral content from merely popular content, and it's described by a branch of mathematics you almost certainly study in school: geometric progressions.
Imagine a video that each viewer shares with exactly 3 people, and those 3 people each share with 3 more, and so on. This is a geometric sequence with first term 1 and common ratio 3:
The GP sum formula tells us the total number of people who've seen the video after n generations: Sₙ = a(rⁿ − 1)/(r − 1). With a=1 and r=3, just 20 generations of sharing reaches more people than exist on Earth. That's why viral content feels like it "comes from nowhere" — exponential growth is incomprehensible to human intuition, but completely predictable mathematically.
Real viral spread is messier — not everyone shares, share rates change over time, platforms impose their own algorithms. But the mathematical core is identical to what you practise when solving GP problems. The difference between r=1.5 and r=3 is the difference between mildly popular content and genuinely viral content — a small change in the ratio produces astronomical differences in the outcome over time.
During COVID-19, the world learned about the "R number" — the average number of people each infected person passed the virus to. An R below 1 means the spread dies out; above 1 means it grows. This is identical to the common ratio r in a geometric sequence. Epidemiologists, economists, and social media engineers all use the same mathematical model. Your WAEC GP topic is their working tool.
PROBABILITY — HOW ALGORITHMS PREDICT WHAT YOU'LL LIKE
When TikTok's algorithm decides whether to show you a particular video, it's running a probability calculation. Based on your past behaviour — what you watched all the way through, what you scrolled past quickly, what you liked, what you commented on — it assigns each piece of content a probability score: "There is a 73% chance this user will watch this video for more than 15 seconds."
This is Bayesian probability in action. The algorithm starts with a prior probability (the average engagement rate for that type of content) and updates it based on evidence from your personal history:
Every time you interact with content, you're providing data that updates these probability estimates. The algorithm is essentially running thousands of probability calculations per second, using your entire interaction history as the sample space. This is why the more you use a platform, the better it gets at predicting your preferences — more data means more accurate probability estimates.
RATIOS AND PERCENTAGES — THE ENGAGEMENT RATE FORMULA
Social media platforms, marketing teams, and content creators obsess over a single metric: engagement rate. It's a ratio, expressed as a percentage, and it's calculated using exactly the arithmetic you practise in WAEC mathematics:
A 2.67% engagement rate is actually considered strong — industry benchmarks vary by platform, but anything above 2% on Instagram or TikTok is considered good, and above 5% is excellent. When a creator says their content "performed well," they almost always mean the engagement rate exceeded expectations.
For Arithmos Arena: when our developers look at how well the platform is engaging students, they calculate the same kind of metric — sessions per user, percentage of players who return within 24 hours, average battle completion rate. Every digital product lives and dies by these percentages.
GRAPH THEORY — WHY YOUR NETWORK SHAPES WHAT YOU SEE
WhatsApp's forwarding restrictions are a direct application of mathematical graph theory. A "graph" in mathematics isn't a bar chart — it's a structure of nodes (points) connected by edges (lines). Your WhatsApp contacts are nodes; each contact relationship is an edge; the whole structure is your personal social graph.
When WhatsApp limits message forwarding to 5 chats and adds a "Forwarded Many Times" label, it's deliberately reducing the branching factor of the graph — the average number of connections each node passes information to. Reducing the branching factor from 10 to 5 doesn't just halve the spread; because this is exponential growth, it reduces spread far more dramatically:
This is why WhatsApp's restriction was so effective at slowing misinformation spread during elections and public health crises. Changing one parameter in the exponential model — the branching factor — produced dramatic real-world effects. Understanding exponential models means understanding why seemingly small policy changes can have enormous consequences.
STATISTICS — HOW PLATFORMS DECIDE WHAT'S TRENDING
"Trending" on Twitter/X or TikTok isn't just "the most talked-about topic." It's a statistical calculation comparing current mention rates to historical baseline rates. A topic is trending when its current frequency is a significant statistical deviation from its expected frequency.
This is the same concept as mean and standard deviation that you study in WAEC statistics. If a topic is normally mentioned 500 times per hour (the mean), and suddenly gets mentioned 15,000 times in one hour, the algorithm flags it as trending because 15,000 is many standard deviations above the expected value. A topic that gets 600 mentions (slightly above mean) isn't trending even though it's more popular than usual — the deviation isn't large enough to be statistically significant.
Geometric progressions, probability, percentage calculations, ratio analysis, and statistical deviation — these are the mathematical concepts powering the platforms you use every day. Every time you study these topics for WAEC, you're learning the same mathematics that billion-dollar companies use to make decisions. The only difference is context and scale.
THESE ARE REAL WAEC TOPICS IN DISGUISE
Look at the mathematical concepts we've covered in this article and match them to the WAEC syllabus:
Algorithm predictions → Probability (WAEC Topic)
Engagement rate → Percentages and Ratios (WAEC Topic)
Network analysis → Number patterns and sequences (WAEC Topic)
Trending detection → Mean, Standard Deviation, Statistics (WAEC Topic)
Every mathematical concept that seems abstract in a textbook has a real, powerful application somewhere in the world you already inhabit. Social media is just one of the most visible and immediate examples. The students who understand why maths matters — not just how to pass the exam — are the ones who develop genuine mathematical intuition that serves them throughout their lives.
Use what you've learned in this article:
- A video is shared by 4 people per viewer. Starting with 1 person, how many people have seen it after 6 generations?
- A post gets 840 likes, 120 comments, and 340 shares. Total reach was 62,000. What is the engagement rate (to 2 decimal places)?
- If WhatsApp changes its forwarding limit from 5 contacts to 3, compare reach after 4 hops (branching factor 5 vs 3).
Answers: 5,460 total (GP sum) · 2.10% · 625 vs 81