- Joined
- Sep 19, 2011
- Messages
- 576
- Reaction score
- 10
So often times when I'm going through TBR you get problems involving Cos(30) or Sin(60) and that gets you the Sqrt[3]/2. Dividing 2 is fast and simple, but Sqrt(3) gives you the awkward 1.73 to deal with.
I haven't yet tried doing percentages, but I think a possible faster way would be Sqrt(3)/2 is approximately .9 so you deduct 10% off your number.
Example
87 * Sqrt(3)/2 is approximately 87 * .9 which is 87 - 8.7 (8.7 being 10% of 87) which is just under 80. Although in reality Sqrt(3)/2 is .86 so you're off 4% on your calculation.
Yes this is a serious question, just wondering how anyone else does it?
I haven't yet tried doing percentages, but I think a possible faster way would be Sqrt(3)/2 is approximately .9 so you deduct 10% off your number.
Example
87 * Sqrt(3)/2 is approximately 87 * .9 which is 87 - 8.7 (8.7 being 10% of 87) which is just under 80. Although in reality Sqrt(3)/2 is .86 so you're off 4% on your calculation.
Yes this is a serious question, just wondering how anyone else does it?