Question 1052973

Find two integers whose difference is 4 and whose square differ by 72
<pre>Let larger and smaller integers be L and S, respectively
We then get: {{{system(L - S = 4, L^2 - S^2 = 72)}}}
Simplify to get: {{{system(L - S = 4, L + S = 18)}}}
You should be able to finish this!