

InterviewSolution
Saved Bookmarks
1. |
If the 7th terms from the beginning and end in the expansion of `( root(3) 2+1/(root(3)2))^(n)` are equal, find the value of n. |
Answer» Correct Answer - n=12 ` " 7th term from the end " =(n-7+2)th " term " =(n-5) th " term ".` `:. T _ (7) = T _ ( n-5 ) rArr n-5 = 7 rArr n = 12.` |
|