Total number of wrong answers permutation

  • Thread starter Thread starter zorro
  • Start date Start date
  • Tags Tags
    Permutation
AI Thread Summary
The problem involves determining the number of questions, n, in a test where 2n – i students answered at least i questions incorrectly, with a total of 2047 wrong answers given. The key insight is recognizing that 2047 can be expressed as 2^11 - 1, which relates to the powers of 2 in the context of the problem. By analyzing the distribution of wrong answers, it is concluded that n equals 11, as this corresponds to the scenario where one student answered all questions incorrectly. The discussion emphasizes the importance of rephrasing the problem and identifying patterns in the data. Ultimately, the solution hinges on understanding the relationship between the number of students and the questions answered incorrectly.
zorro
Messages
1,378
Reaction score
0

Homework Statement


In a test there were n questions. In the test 2n – i students gave wrong answers to at least i questions where i = 1, 2, 3, …, n. If the total number of wrong answers given is 2047, then n is


The Attempt at a Solution



I don't understand how to transform the second sentence to an equation.
 
Physics news on Phys.org
Instead of transforming the 2nd sentence into an equation, what about rephrasing the 2nd sentence in terms of specific values of i? For example, what does this sentence say when i = 1? i = 2? ... i = n?

It may or may not be relevant that 2047 = 211 - 1 = 20 + 21 + 22 + ... + 210.
 
2n-1 students gave wrong answers to atleast 1 question.
2n-2 students gave wrong answers to atleast 2 questions...

Do I have to add 2n-1 + 2n-2 + ... 20?
It may or may not be relevant that 2047 = 211 - 1 = 20 + 21 + 22 + ... + 210.

Yes 11 is the answer.
 
Going from the other end, 2n - n = 20 = 1 student got at least n questions wrong, which means that 1 of the n students got all n questions wrong. In this case, "at least n" means "exactly n" since there were only n questions.

Work out some more sentences and see if you can find a pattern.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top