You can put this solution on YOUR website! The difference of the square of a number and 21 is equal to 4 times that number. Find the negative solution
-----------
n is "the number"
The difference of n^2 and 21 is either
n^2 - 21, or
21 - n^2
---
n^2 - 21 = 4n
=====================================
Or,
21 - n^2 = 4n
Solve for n.