document.write( "Question 1159593: Please help me solve these.. I am having such a hard time. \r
\n" );
document.write( "\n" );
document.write( "A baseball player has a batting average of 0.245. What is the probability that he has exactly 4 hits in his next 7 at bats?\r
\n" );
document.write( "\n" );
document.write( "The results of a common standardized test used in psychology research is designed so that the population mean is 165 and the standard deviation is 20. A subject earns a score of 217. What is the z-score for this raw score?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #782666 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Problem 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p = 0.245 is the probability of success = probability of getting a hit \n" ); document.write( "k = number of hits we want = 4 \n" ); document.write( "n = sample size = number of at bats (aka batting attempts) = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Compute the binomial coefficient \n" ); document.write( "Use the combination formula \n" ); document.write( "n C k = (n!)/(k!*(n-k)!) \n" ); document.write( "7 C 4 = (7!)/(4!*(7-4)!) \n" ); document.write( "7 C 4 = (7!)/(4!*3!) \n" ); document.write( "7 C 4 = (7*6*5*4!)/(4!*3!) \n" ); document.write( "7 C 4 = (7*6*5)/(3!) \n" ); document.write( "7 C 4 = (7*6*5)/(3*2*1) \n" ); document.write( "7 C 4 = 210/6 \n" ); document.write( "7 C 4 = 35\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is then useful to compute the binomial probability \n" ); document.write( "P(X = k) = (n C k)*(p)^(k)*(1-p)^(n-k) \n" ); document.write( "P(X = 4) = (7 C 4)*(0.245)^(4)*(1-0.245)^(7-4) \n" ); document.write( "P(X = 4) = (7 C 4)*(0.245)^(4)*(0.755)^(3) \n" ); document.write( "P(X = 4) = (35)*(0.245)^(4)*(0.755)^3 \n" ); document.write( "P(X = 4) = (35)*(0.003603000625)*(0.430368875) \n" ); document.write( "P(X = 4) = 0.0542716763961941\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You didnt provide rounding instructions, so make sure you check with the teacher to see how many decimal places they want for the final answer. If they wanted say 3 decimal places, then 0.0542716763961941 rounds to 0.054\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So there's roughly a 5.4% chance of the player hitting exactly 4 times out of 7 attempts at bat. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "=================================================================== \n" ); document.write( "Problem 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 217 is the raw score \n" ); document.write( "mu = 165 is the population mean \n" ); document.write( "sigma = 20 is the population standard deviation\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug those values into the formula below. \n" ); document.write( "z = (x-mu)/sigma \n" ); document.write( "z = (217-165)/20 \n" ); document.write( "z = 52/20 \n" ); document.write( "z = 2.6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The z score is 2.6 \n" ); document.write( " \n" ); document.write( " |