document.write( "Question 273125: The number of golf balls ordered by customers of a pro shop has the following probability distribution:
\n" );
document.write( "x 3 / 6 / 9 / 12 / 15 /
\n" );
document.write( "______________________________________
\n" );
document.write( "P(X) 0.27 / 0.17 /0.33 / 0.12 / 0.11 /\r
\n" );
document.write( "\n" );
document.write( "I know the mean is 7.89 and the standard deviation is 3.88
\n" );
document.write( "u=sum(x times P(x)) divided by P(P(x))\r
\n" );
document.write( "\n" );
document.write( "I'm not sure what is the process of this question
\n" );
document.write( "Find the probability of six or more golf balls being ordered?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #199599 by stanbon(75887) ![]() You can put this solution on YOUR website! The number of golf balls ordered by customers of a pro shop has the following probability distribution: \n" ); document.write( "x 3 / 6 / 9 / 12 / 15 / \n" ); document.write( "______________________________________ \n" ); document.write( "P(X) 0.27 / 0.17 /0.33 / 0.12 / 0.11 / \n" ); document.write( "I know the mean is 7.89 and the standard deviation is 3.88 \n" ); document.write( "u=sum(x times P(x)) divided by P(P(x)) \n" ); document.write( "I'm not sure what is the process of this question \n" ); document.write( "Find the probability of six or more golf balls being ordered? \n" ); document.write( "-------------------- \n" ); document.write( "Adding the P(x) values you see they sum to 1. \n" ); document.write( "---- \n" ); document.write( "So, P(x >= 6) \n" ); document.write( "= 1 - P(x=3) \n" ); document.write( "= 1 - 0.27 \n" ); document.write( "= 0.73 \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========================= \n" ); document.write( " |