InterviewSolution
Saved Bookmarks
| 1. |
In the formula `k=sqrt((n^(2)-1)/(n^(2)+1))`, make n the subject and find n if k=0.5. |
| Answer» Correct Answer - `n=sqrt((1+k^(2))/(1-k^(2))),sqrt((5)/(3))` | |