Audition Online is a music game where players compete to gain the most number of points in a given song. In each song, there are a certain number of bars - in each bar, a player has to execute a certain sequence of keystrokes and press spacebar on the 4th beat. A judgment is made based on how accurately the spacebar is pressed - from best to worst, "perfect", "great", "cool", "bad", and "miss". When a player does 2 or more "perfects" consecutively, he will get bonus points for doing so. Within a song, the largest number of consecutive "perfects" a player gets is called his "chain".
A song has number of bars. Assume that a given player has a constant probability of getting a "perfect", , on each bar. The chain for a particular song (largest number of consecutive "perfects") is denoted as .
What is the expected value of in terms of and ?
Add-on: What is the probability of getting a particular in terms of and ? (In essence, what is the probability distribution of ?)
A valid solution must minimally satisfy the following cases:
We know that given (i.e. a completely perfect player), .
We also know that given (i.e. a completely horrible player), .
A song with basically has only one bar, hence .
A song with has two bars and the expected value of can be trivially calculated to be .
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
A partial result. If the chain length, c, satisfies n>c>2n, then the probability of the maximal chain being of length c is
Pn(c)=2pc(1−p)+(n−(c+1))pc(1−p)2.
Where the first term is due to the chains being right at the start or end, and the second term due to the chain being in the middle. Obviously Pn(n)=pn.
For c≤2n, it's harder as previously we didn't have to worry about what was happening in any bars other than those in chain and the one or two bars surrounding it, as the chain would always be the longest chain regardless. It's fairly easy to represent as a sum, but simplifying it would be problematic.