document.write( "Question 376017: USA Today reports that about 25% of all prison parolees become repeat offenders. Alice is a social worker whose job is to counsel people on parole. Let us say success means a person does not become a repeat offender. Alice has been given a group of four parolees.\r
\n" );
document.write( "\n" );
document.write( "(a) Find the probability P(r) of r successes ranging from 0 to 4.\r
\n" );
document.write( "\n" );
document.write( "(b) What is the expected number of parolees in Alice's group who will not be repeat offenders? What is the standard deviation? \n" );
document.write( "
Algebra.Com's Answer #267449 by edjones(8007)![]() ![]() You can put this solution on YOUR website! let x=.75 and y=.25 \n" ); document.write( "(x+y)^4 Binomial distribution. \n" ); document.write( ". \n" ); document.write( "a) \n" ); document.write( "x^4=.3164 P(4) \n" ); document.write( "4x^3y=.4219 \n" ); document.write( "6x^2y^2=.2109 \n" ); document.write( "4xy^3=.0469 \n" ); document.write( "y^4=.0039 P(0) \n" ); document.write( ". \n" ); document.write( "b) \n" ); document.write( "mean=n*p=4*.75=3 the expected number of parolees in Alice's group who will not be repeat offenders. \n" ); document.write( "Standard deviation=sqrt(np(1-p)) \n" ); document.write( "=sqrt(4*.75*.25) \n" ); document.write( "=sqrt(.75) \n" ); document.write( "=0.8660 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |