(adsbygoogle = window.adsbygoogle || []).push({});
Hi guys. Just wondering how I could find the length of the opposite and adjacent sides on a right angle triangle using only the angles.
What for?
If you are wondering, no its not for homework. My friend has come up with a method of finding both unknown angles when using tan-1. I am making a program to test the percentage of success and to do so I need to generate a theoretical triangle. I have managed to generate random angles for the triangle and now I need to generate sides but don't know how. Thus, I am here.