Okay, here's my answer. Also, I just wanted to attract some attention to some topics that I have posted in that aren't getting replied to so that I can receive feedback:
The "Series of Levels" topic in the Velocity Raptor forums
The "Centrifugal Game" topic in the And the Rest forums
I understand why anyone hasn't replied to my posts in the "Hello" topic and the "Welcome" topic, and I don't really care for anyone to post in there, but I just want to point out that no one has responded on those (didn't expect someone to post in there, did ya?

)
Also, though I was not the last to post in the "Quantum Game" thread, I would still like it if other people could contribute ideas, because I'm out of ideas to contribute to the "Quantum Game" thread in the And the Rest forums
The thing I would like people to contribute to the most is my series of levels, because I spent a lot of time on it, and for some reason, people just stopped posting in there. I haven't even received a post from anyone saying that they completed the whole story. By the way, 1,000 awesome points to the first to do so and post about it! I would find it super-awesome if anyone could post anything about my series in that thread, whether it be asking for help on a level, suggesting a way to improve a level, or saying you have the most achievements of anyone. Well, enough chitter-chatter, let's get to the problem:
So, this is the sum of the chances for each student being the first in their class to get their own paper. Let's see the chances for each person being the first to get their own paper and try to spot any patterns that crop up. I will represent the number person getting their first paper as x.
Starting off, at x=1, the probability is:
1/n
Nice and sweet, though it gets harder at x=2, because we have to account for the first person taking neither his/her paper nor the second person's paper
and the chance that the second person gets their paper:
(n-2)/n * 1/(n-1)
or
(n-2) / ((n)(n-1))
Somehow, it reaches an even higher level of difficulty at x=3, because not one, but two terms come into play. The first is the chance that the first person chooses a paper not belonging to one of the first three paper, then the second chooses neither his/her paper nor the third persons, then the third person chooses their paper. The second is the chance that the first person chooses the second person's paper and the second person doesn't choose the third person's paper, then the third person chooses their own paper. Here it is:
(n-3)/n * (n-3)/(n-1) * 1/(n-2) +
1/n * (n-2)/(n-1) * 1/(n-2)
Already we see patterns emerging. The denominator counts down from n for obvious reasons (you lose an essay each time), and the numerator always ends in one (the last person always needs their essay, because this is the chance that they get it while the people in front of them don't). Also, interestingly, the numerator stays (n-3) until the 1 on the first term. On x=2 it stays (n-2). If x=1 had more to it, we might even see that there would be an (n-1) before the 1 there. Also, since the denominators of both of these terms are the same, we can add them without much trouble. Here they are added together:
((n-3)^2 + (n-2)) / ((n)(n-1)(n-2))
or
(n^2 - 5n + 7) / ((n)(n-1)(n-2))
Hm... It seemed prettier before. Anyways, lets move on to x=4, where we have to count the chance of the first person choosing none of the first four's and the second not choosing the second's, third's, or fourth's, the chance of the first person choosing none of the first four's and the second choosing the third's, the chance of the first choosing the second's and the second not choosing the third's or the the fourth's, the chance of the first choosing the second's and the second choosing the third's, and the chance of the first choosing the third's and the fourth still getting his/hers. Wow. Hopefully, we won't have to go any farther than this before we figure out how to solve it (the terms represent the chances of the events on the list happening plus any other criteria for the fourth getting his/her paper first in order top to bottom representing the first to last ones in the list):
(n-4)/n * (n-4)/(n-1) * (n-4)/(n-2) * 1/(n-3) +
(n-4)/n * 1/(n-1) * (n-3)/(n-2) * 1/(n-3) +
1/n * (n-3)/(n-1) * (n-4)/(n-2) * 1/(n-3) +
1/n * 1/(n-1) * (n-3)/(n-2) * 1/(n-3) +
1/n * (n-3)/(n-1) * (n-3)/(n-2) * 1/(n-3)
This can be summed up to:
((n-4)^3 + 2(n-4)(n-3) + (n-3)^2 + (n-3)) / ((n)(n-1)(n-2)(n-3))
So, here's the list so far:
x=1, ((1)) / ((n))
x=2, ((n-2)) / ((n)(n-1))
x=3, ((n-3)^2 + (n-2)) / ((n)(n-1)(n-2))
x=4, ((n-4)^3 + (2)(n-4)(n-3) + (n-3)^2 + (n-3)) / ((n)(n-1)(n-2)(n-3))
And, if you feel the urge to simplify this, you could look at it this way:
x=1, ((1)) / ((n))
x=2, ((n-2)) / ((n)(n-1))
x=3, ((n-3)^2) / ((n)(n-1)(n-2)) + ((1)) / ((n)(n-1))
x=4, ((n-4)^3) / ((n)(n-1)(n-2)(n-3)) + ((2)(n-4) + (n-3) + (1)) / ((n)(n-1)(n-2))
If you add all these simplified expressions up, you will get this:
((1)) / ((n)) + ((n-2) + (1)) / ((n)(n-1)) + ((n-3)^2 + (2)(n-4) + (n-3) + (1)) / ((n)(n-1)(n-2)) + ((n-4)^3) / ((n)(n-1)(n-2)(n-3))
Simplify this and you get:
((1)) / ((n)) + ((n-1)) / ((n)(n-1)) + (n^2 - 3n - 1) / ((n)...(n-2)) + ((n-4)^3) / ((n)...(n-3))
And now I will keep on rearranging this in hopes of seeing a pattern of some sort...
2/n + (n^2 - 3n - 1)/(n...(n-2)) + ((n-4)^3)/(n...(n-3))
Let's try this out for n=1 and n=2:
2/1 + (1^2 - 3*1 - 1)/(1(1-1)(1-2)) + ((1-4)^3)/(1(1-1)(1-2)(1-3))
2 + (1 - 3 - 1)/(1*-1*0) + (-3)^3/(1*-1*-2*0)
2 + (-3)/0 + (-27)/0
Of course, I get an answer even more indeterminate than indeterminate itself! Did I do anything wrong? I think no, but I could be wrong, so tell me if I am. This should give 1, not two, and I believe it does in fact equal 1. If I have stuck to the basic principles of mathematics, then it has to give 1! So, 2 + undefined + undefined = 1! Of course, in my understanding, 2 + undefined + undefined = indeterminate as well. It can also equal undefined, which is why I say it is more indeterminate than indeterminate itself, because indeterminate never equals undefined, yet this expression can equal undefined or indeterminate, so you have even less of a chance of knowing what it will equal. Sorry for going into the mathematics of infinite, but I just thought that it was interesting how I got myself into a situation where division by zero crops up without doing anything mathematically wrong. Well, I didn't really arrive at the expression that I was looking for, but I hope this can be a starting point for anyone else looking into this, and I did get a cool end result!