Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Ques. from bitsat sample paper...?
At most n books can be selected from 2n+1 books. If a student can select at least 1 book in 1023 ways then find n?
3 Answers
- HemantLv 71 decade agoFavorite Answer
Solve :
²ⁿ⁺¹C₁ + ²ⁿ⁺¹C₂ + ²ⁿ⁺¹C₃ + ··· + ²ⁿ⁺¹Cn = 1023.
________________________________
- mathsmanretiredLv 71 decade ago
There may be a better way to do this, but here is one approach. Look for a pattern with small n values and then infer from that.
n = 1 ----> 3 books. Can choose up to 1 book in 3C1 = 3 ways.
n = 2 ----> 5 books. Can choose up to 2 books in 5C1 + 5C2 = 15 ways
n = 3 ----> 7 books. Can choose up to 3 books in 7C1 + 7C2 + 7C3 = 63 ways.
3 = 2^2 - 1
15 = 2^4 - 1
63 = 2^6 - 1
The pattern seems to be 2^(2n) - 1
Can you finish from there?