The solution to last week's challenge can be found HERE.
This week, we get back to spatial! A wireless carrier wants to geolocate or triangulate the location of a device/user based on the location of nearby cell towers and the device/user by determining the azimuth. As a result, they would like to calculate the angle (in degrees) between two points where a line is drawn from the lower point directly horizontally towards the other point.

Bonus: Try solving one way with the spatial tools, and another using no spatial tools!