We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
We can Solve this problem by using a property: ** That a median on the hypotenuse divides the right angled triangle in two isoceles triangle.**
* Means AM=BM=CM
* So, ∡MBC = ∡MCB
Divisibility of Power
You are viewing a single comment's thread. Return to all comments →
We can Solve this problem by using a property: ** That a median on the hypotenuse divides the right angled triangle in two isoceles triangle.** * Means AM=BM=CM * So, ∡MBC = ∡MCB
import mathAB = int(raw_input())BC = int(raw_input())print str(int(round(math.degrees(math.atan2(AB,BC)))))+'°'