

InterviewSolution
Saved Bookmarks
1. |
If a,b,c and d are odd natural numbers such that a+b+c+d=20, the number of values of the ordered quadruplet (a,b,c,d) isA. 165B. 455C. 310D. None of these |
Answer» Correct Answer - A Let `a=2x-1,b=2y-1,c=2z-1,d=2w-1` where, x,y,z,w`inN` then, `a+b+c+d=20` `implies x+y+z+w=12` `therefore`Number of ordered quadruplet`=.^(12-1)C_(4-1)` `=.^(11)C_(3)=(11*10*9)/(1*2*3)=165` |
|