I'm trying to create a custom description environment (using enumitem) so I can describe the terms of an equation. What I want is to define item labels that are defaulted to inline math mode, and also to horizontally align the list to the right hand side of the items described, as in this example (without the colons):

I'm aware of the solutions given here (in fact, I pulled the image from that post), but I'm required to use enumitem (not using tabular, array, etc.) and the enumitem solution doesn't quite do what I want.
So, how can I define a custom description list like that? I've tried using the package's documentation, but haven't been able to do it.

