Currently going through my Lecturer's notes and came across the Mahalanobis distance but nothing in the notes on how to work this out and googling hasn't really turned up anything either. My maths isn't great but I've been at it for 20 minutes now trying to come up with the same answer and can't.
The Mahalanobis norm is defined by $D_M^2(x) = (x-\mu)^T C^{-1}(x-\mu)$, and for my calculation, I have $(x-\mu)^T = [-90, -100]$ with covariance matrix
$C=\begin{pmatrix} 0.00025 & -0.00015 \\ -0.00015 & 0.00025 \end{pmatrix}$
Thanks in advance for your help.