You can put this solution on YOUR website! Two positive numbers differ by 5 and their square roots differ by 1. Find the numbers
--------------
Call them x^2 and y^2
x^2 + 5 = y^2
x + 1 = y
Sub for y into 1st eqn
----------------
x^2 + 5 = (x+1)^2 = x^2 + 2x + 1
5 = 2x + 1
2x = 4
x = 2
--------------
y = 3
----------
The numbers are 4 and 9