You can put this solution on YOUR website! The length of the side of a square is increase by 50%. By what % is the area of the square increase.
------------------------------
If side = "s", area = s^2.
---
If s is increased by 50% you get (1.5s)
Area will be (1.5s)^2 = 2.25s^2
---
Increase = 2.25s^2-s^2 = 1.25s^2
---
% increase = (1.25s^2)/s^2 = 1.25 = 125% increase
===============================
Cheers,
Stan H.