document.write( "Question 362835:  It is estimated that 60% of all college graduates find a job in their chosen career field within one year of graduation.  If six college graduates from the year 2009 are chosen at random, let x be the number who found a job within one year.  \r
\n" );
document.write( "\n" );
document.write( "I have calculated the probabilities as follow:  P(0) .004, P(1) .037, P(2) .138, P(3) .276, P(4) .311 P(5) .187 P(6) .047\r
\n" );
document.write( "\n" );
document.write( "a) what is the probability that fewer than 4 found a job in their field?  I think it is .455\r
\n" );
document.write( "\n" );
document.write( "b) what is the probability that all of them found a job in their field?  I think it is 1\r
\n" );
document.write( "\n" );
document.write( "c) Compute the mean, the expected number of job seekers (round to the appropriate whole number) I think it is 4 people\r
\n" );
document.write( "\n" );
document.write( "d) Compute the standard deviation of the number of successful job seekers.  I think it is either 1.2 or 1.27\r
\n" );
document.write( "\n" );
document.write( "Any help with the doublechecks would be great.  Thanks! \n" );
document.write( "
| Algebra.Com's Answer #258665 by stanbon(75887)      You can put this solution on YOUR website! It is estimated that 60% of all college graduates find a job in their chosen career field within one year of graduation. If six college graduates from the year 2009 are chosen at random, let x be the number who found a job within one year. \n" ); document.write( "I have calculated the probabilities as follow: P(0) .004, P(1) .037, P(2) .138, P(3) .276, P(4) .311 P(5) .187 P(6) .047 \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n=6 and p = 0.6 \n" ); document.write( " \n" ); document.write( "a) what is the probability that fewer than 4 found a job in their field? I think it is .455 \n" ); document.write( "OK \n" ); document.write( "------ \n" ); document.write( "b) what is the probability that all of them found a job in their field? I think it is 1 \n" ); document.write( "No. \n" ); document.write( "P(x=6) = 0.06^6 = 0.04666 as you listed above. \n" ); document.write( "------------------ \n" ); document.write( "c) Compute the mean, the expected number of job seekers (round to the appropriate whole number) I think it is 4 people \n" ); document.write( "mean of binomial = np = 6*0.6 = 3.6 \n" ); document.write( "-------------------------- \n" ); document.write( "d) Compute the standard deviation of the number of successful job seekers. I think it is either 1.2 or 1.27 \n" ); document.write( "-- \n" ); document.write( "std of binomial is sqrt(npq) = sqrt(6*0.6*0.4)= 1.2 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |