document.write( "Question 845402: I am looking for a mathematical formula (equation) for the following scenario:\r
\n" );
document.write( "\n" );
document.write( "A challenge is played by X number of participants.
\n" );
document.write( "Each participant contributes the same number of Y points to the challenge (when they join).
\n" );
document.write( "Thus, the total points in the challenge at any given time is: X*Y points.\r
\n" );
document.write( "\n" );
document.write( "The points ares distributed according to the following rule (for which I need a formula):
\n" );
document.write( "1. The person in 1st place, takes 50% of the points.
\n" );
document.write( "2. For the remaining (X-1) participants, the remaining points are distributed in a descending order of value.\r
\n" );
document.write( "\n" );
document.write( "e.g. Challenge A has 10 participants and each participant puts in 10,000 points. With total points in the challenge being 100,000 points.\r
\n" );
document.write( "\n" );
document.write( "Person in the 1st place gets - 50,000 points
\n" );
document.write( "The remaining 9 participants get the remaining 50,000 points distributed in a decreasing order of value
\n" );
document.write( "For example (one such scenario):
\n" );
document.write( "#2 - 12,000
\n" );
document.write( "#3 - 10,000
\n" );
document.write( "#4 - 9,000
\n" );
document.write( "#5 - 8,000
\n" );
document.write( "#6 - 5,000
\n" );
document.write( "#7 - 3,000
\n" );
document.write( "#8 - 2,000
\n" );
document.write( "#9 - 1,000\r
\n" );
document.write( "\n" );
document.write( "Can this be modeled mathematically?\r
\n" );
document.write( "\n" );
document.write( "Thank you.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #514571 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! z=x*y \n" ); document.write( "p=z/2 \n" ); document.write( "p = ½(2a + d(n-1))n \n" ); document.write( "n=x-1 \n" ); document.write( "d=-1 \n" ); document.write( "a= second prize\r \n" ); document.write( "\n" ); document.write( "in your example, \n" ); document.write( "x=10 \n" ); document.write( "y=10000 \n" ); document.write( "z=100000 \n" ); document.write( "p=50000, \n" ); document.write( "n=9, \n" ); document.write( "d=-1, \n" ); document.write( "a=5559.56 \n" ); document.write( "p = ½(2a + d(n-1))n\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |