You can put this solution on YOUR website! Sin x = 4/5 where 0 <= d < pi/2
---
I'll assume you mean 0 <= x < pi/2
Find tan2x
------------
sin^2 + cos^2 = 1 ------ the Pythagorean Identity. Remember it.
----
cos(x) = sqrt(1 - sin^2(x)) = sqrt(1 - 16/25) = 3/5
---
sin(2x) = 2sin(x)cos(x) = 24/25
cos(2x) = 7/25 -- Using the same method as above.
----
tan(2x) = sin(2x)/cos(2x)
tan(2x) = 24/7