Expressing relationship between two-numbers as a percentage based on their quotient

Or, numbers are fun and here is a way to wow someone

 March 18, 2016


I love finding relationships in number-sets. A favorite memory from high school deals with a game we would play in Algebra class. The teacher would give us a set of numbers and one target number. The goal was to use the set of numbers and arithmetic operations to get to the target. Here is an example:

Set: \({1, 2, 4, 6}\)

Target: \(49\)

A couple solutions: \([1 + (2 * 4) * 6], [1 + 2 * (4 * 6)]\)

You can find problems like this in a handy desk calendar (non-affiliate link).

Fast forward several years and I started thinking about age as a percentage between a parent and child. It seemed interesting that a child is half the age of their parent when the child is the same age as the parent when the child is born. At first, I thought this was a fluke of the number-world, but gave it more thought, given both child and parent age at the same numerical-rate. I was interested in finding a general-purpose equation–one that could be applied at any age and came up with: \(a = (b + a)c\), where \(a\) is the child's age, \(b\) is the age of the parent when the child is born, and \(c\) is the relationship between both as a percentage. Let us go through an example:

My Dad is thirty years old when I am born. When I am ten, what percentage of my Dad's age am I?

Solution:

What I really want to do, though, is find age based on percentage. Now, the question becomes what is my age when I am twenty-five percent of my Dad's age? Taking the original equation, we can work to get \(a\) on one-side:

And plugging our numbers into the equation:

But, we can do even better–we can also answer the question what is the age of my Dad when I am twenty-five percent of his age? Again, looking at the original equation, we can create a new variable \(d\) and put it in place of \((b + a)\):

We already solved for \(a\), so we can put it into the equation:

And plugging our numbers into this equation:

Of course, these equations are not limited to comparing age. They can be applied to any two-numbers. The key is to represent \(b\) relative to zero. So, if \(a\) is not zero, then \(b\) becomes \(b-a\). Keep in mind, however, \(c\) cannot be one-hundred percent. This leads to division by zero. Lastly, for some extra visual flaire, we can graph the results using \(x = 30 / (1 - y)\). Keeping with our theme, this plots my Dad's age on the x-axis with my percentage (in decimal-form) of his age on the y-axis. Notice the asymptotic-nature of the line:

Full-view plotting x = 30 / (1 - y)

Close-up view plotting x = 30 / (1 - y)

Graphs plotted using https://www.desmos.com/calculator.