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?
You have several choices already for the proof, so I'll focus on the pattern of values of $\delta.$ I think this is easier to reason about if we write the expression under the radical as $(5b)^2 - 80.$ In order for the radical to be a whole number, then, we would need the difference between two squares to be $80,$ where one of the squares is a square of a multiple of $5.$
For small values of $b$ there can be one or more squares strictly between $(5b)^2 - 80$ and $(5b)^2,$ so $\delta$ ends up being the difference between $(5b)^2$ and $(5b - n)^2$ where $n \geq 2.$ But
$$ (5b)^2 - (5b - 1)^2 = (5b)^2 - ((5b)^2 - 2(5b) + 1) = 10b - 1, $$
so if $b \geq 9$ then the difference between $(5b)^2$ and the next smaller square is at least $89,$ which is greater than $80.$ Hence there are no squares at all in the numbers from $(5b)^2 - 80$ to $(5b)^2$ (other than $(5b)^2$ itself), so $\delta$ is just the difference between $(5b)^2 - 80$ and the next smaller square, which is $(5b - 1)^2$:
\begin{align} \delta &= ((5b)^2 - 80) - (5b - 1)^2 \\ &= (10b - 1) - 80 \\ &= 10(b - 8) - 1\\ &= 10(b - 9) + 9. \end{align}
(Note that this is slightly different from the formula written in the question.)
By the way, since we found while doing this that there are no squares at all in the numbers from $(5b)^2 - 80$ to $(5b)^2 - 1$ when $b \geq 9,$ a corollary is that $(5b)^2 - 80$ is not a square, so after checking each case where $b < 9$ individually, you have shown that $(5b)^2 - 80$ cannot be a square.