You can put this solution on YOUR website! find the absolute value of -4-9i
----
Absolute value mean distance.
For complex numbers it's the distance from 0 + 0i
----
Ans: dist = sqrt[4^2+9^2]
= sqrt[16+81]
---
= sqrt[97]
which is approximately 9.85..
Cheers,
Stan H.