At least I need to explain to an 11 year old
One square is cut out of another. Side lengths of each square are whole numbers less than 25. Remaining area of larger is 57. What is perimeter of smaller square?
Obviously we can use excel to find B (bigger), L (littler, if that's even a word) s.t $B^2 - L^2 = 57$ namely B=11,L=8 but I think there is some simple trick to this that I'm overlooking like we would be able to compute 4L without directly computing B or L. Completing the square?
Like
$B^2 - 57 - 4L + 4 = L^2 - 4L + 4$
Side question: is quadratic formula even helpful here? I think we are still going to do trial and error
Hint : Use $$B^2-L^2=(B-L)(B+L)=57$$ For every pair $(u,v)$ with $uv=57$, solve the linear equation system $$B-L=u$$ $$B+L=v$$ This should be faster than trial and error.