Question
Question: The supreme court has given a \(6\) to \(3\) decision upholding a lower court. The number of ways it...
The supreme court has given a 6 to 3 decision upholding a lower court. The number of ways it can give a majority decision reversing the lower court is
A. 256
B. 276
C. 245
D. 226
Solution
In this problem we need to find the number of ways to lower the decision. In the given problem we have given that the supreme court has given a 6 to 3 decision upholding a lower court. From this we will calculate the number of judges in the court. To lower the decision, we need to have more than half of the judge's support. So, we will calculate the number of required judges to lower the decision. Now we will calculate the number of combinations that satisfies the requirement which is our required result.
Complete step by step answer:
Given that, the supreme court has given a 6 to 3 decision upholding a lower court.
Total number of judges in the court is given by 6+3=9.
In the court we have 9. To lower the decision, we need to have more than 50% of the judge’s support. 50% of 9 means 4.5 that means we need to have minimum 5 judge’s support.
Now the number of ways that minimum 5 judges lower the decision out of 9 judges is given by
N=9C9+9C8+9C7+9C6+9C5
Simplifying the above equation by using the formula nCr=(n−r)!r!n!, then we will get
N=(9−9)!9!9!+(9−8)!8!9!+(9−7)!7!9!+(9−6)!6!9!+(9−5)!5!9!⇒N=0!9!9!+1!8!9!+2!7!9!+3!6!9!+4!5!9!
Simplifying the above equation by substituting all the known values, then we will get
N=1×362880362880+1×40320362880+2×5040362880+6×720362880+24×120362880
Simplifying the above equation by using basic mathematical operations, then we will have
N=1+9+36+84+126⇒N=256
So, the correct answer is “Option A”.
Note: We have calculated the factorial values of any number by using the formula n!=n(n−1)(n−2)......3×2×1. We can also use some basic permutation and combination formulas like nCn=1, nCr=nCn−r.