document.write( "Question 1164152: Fidelity records the number of X-Trails sold each day. This data is used in calculating the following probability distribution of daily sales:\r
\n" ); document.write( "\n" ); document.write( " x P(x)
\n" ); document.write( " 0 0.1
\n" ); document.write( " 1 0.1
\n" ); document.write( " 2 0.2
\n" ); document.write( " 3 0.2
\n" ); document.write( " 4 0.3
\n" ); document.write( " 5 0.1\r
\n" ); document.write( "\n" ); document.write( "1) Find the cumulative distribution function (CDF)
\n" ); document.write( "Some help would be greatly appreciated, thanks!
\n" ); document.write( "

Algebra.Com's Answer #788452 by Edwin McCravy(20063)\"\" \"About 
You can put this solution on YOUR website!
Fidelity records the number of X-Trails sold each day. This data is used in calculating the following probability distribution of daily sales:\r
\n" ); document.write( "\n" ); document.write( "1) Find the cumulative distribution function (CDF)
\n" ); document.write( "Some help would be greatly appreciated, thanks!
\n" ); document.write( "
\r\n" );
document.write( "The word \"cumulative\" reminds you of 'accumulating', so you 'accumulate'\r\n" );
document.write( "the P(x)'s as you go, by adding all the previous values to each one.\r\n" );
document.write( "\r\n" );
document.write( "                x       P(x)   CDP(x)\r\n" );
document.write( "                0       0.1    0.1 = 0.1                \r\n" );
document.write( "                1       0.1    0.1+0.1 = 0.2\r\n" );
document.write( "                2       0.2    0.1+0.1+0.2 = 0.4\r\n" );
document.write( "                3       0.2    0.1+0.1+0.2+0.2 = 0.6\r\n" );
document.write( "                4       0.3    0.1+0.1+0.2+0.2+0.3 = 0.9\r\n" );
document.write( "                5       0.1    0.1+0.1+0.2+0.2+0.3+0.1 = 1.0\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );