This started our with a pretty trivial problem that went:
Fill in the blanks with whole numbers to make mathematically true statements. Do not use the same number twice within a statement.$$\frac{*}4+\frac{1}*=\frac{*}{20}$$
Now solutions were pretty easy, so I decided to change the problem and asked myself what solutions could be made when I must use a number twice. Solutions were easy for this format $$\frac{a}4+\frac{1}a=\frac{b}{20}$$ where $a\ne b$. But are there any solutions for the following format? $$\frac{b}4+\frac{1}a=\frac{a}{20}$$
To determine if there were any, I firstly rearranged the equation into a quadratic form, i.e.$$0=a^2-5ba+20$$ which yields solutions if $$a=\frac{5b\pm\sqrt{25b^2-80}}2$$Now this can only satisfy the condition of "whole numbers" if $\sqrt{25b^2-80}$ is a whole number. (Even then there is more that needs to be satisfied, so this is a minimal condition.) At this point, I didn't know how to prove this formally, so I decided to use excel to determine ${25b^2-80}$ for different values of b, and then use the vlookup function to find the nearest square, $n^2$, below that value. I then subtracted these two values because I figured that I was looking for any instances where $$\delta=25b^2-80-n^2\equiv0$$ Now I didn't find any, however, I found an unexpected pattern for the difference, $\delta$ given b=2, 3, ...
The value of $$\delta = (4, 1, 31, 16, 36, 56, 76, 9, 19, 29, 39, ...)$$ That is, for $b>8$, $$\delta =10(b-8)+9$$
I therefore have two questions. Why did this pattern emerge for $\delta$? And how do you formally write this reasoning, which does show that no value of "$a$" exists that is a whole number?