 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Let `A-=(3,-4),B-=(1,2)`. Let `P-=(2k-1+1)` be a variable point such that `PA+PB` is the minimum. Then k isA. `7//9`B. 0C. `7//8`D. none of these | 
| Answer» Correct Answer - C We know that `PA+PBgeAB` (by triangle inequality). So, `PA+PB` is the minimum if `PA+PB=AB` , i.e., A,P,B are collinear. Therefore, `|{:(3,,-4,,1),(1,,2,,1),(2k-1,,2k+1,,1):}|=0` or `3(2-2k-1)+4(1-2k+1)+1(2k+1)+1(2k+1-4k+2)=0` or `3-6k+8-8k+3-2k=0` or `14-16k=0` `therefore k=(7)/(8)` | |