InterviewSolution
Saved Bookmarks
| 1. |
If p - q is small compared to either p or q, then show that sqrt(p/q)=((n+1)p+(n-1)q)/((n-1)p+(n+1)q) Hence find sqrt(15/16). |
|
Answer» |
|