document.write( "Question 176064: Long-term history has shown that 65% of all elected offices in a rural county have been won by Republican candidates. This year there are 5 offices up for public election in the county Let r be the number of public offices won by Republicans.
\n" );
document.write( "a) Find P(r) for r=0,1,2,3,4, and 5
\n" );
document.write( "b) Make a histogram for the r probability distribution.
\n" );
document.write( "c) What is the expected number of Republicans who will win office in the coming election?
\n" );
document.write( "d) What is the standard deviation of r? \n" );
document.write( "
Algebra.Com's Answer #131178 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Long-term history has shown that 65% of all elected offices in a rural county have been won by Republican candidates. This year there are 5 offices up for public election in the county Let r be the number of public offices won by Republicans. \n" ); document.write( "a) Find P(r) for r=0,1,2,3,4, and 5 \n" ); document.write( "General Formula: P(x = r) = 5Cr*0.65^r*0.35^(5-r) \n" ); document.write( "Eg: P(x=3) = 5C3*0.65^3*0.35^2 = 10*0.2746*0.1225 = 0.3364... \n" ); document.write( "----------------------------------------------------------- \n" ); document.write( "b) Make a histogram for the r probability distribution. \n" ); document.write( "I'll let you do that. \n" ); document.write( "What is the expected number of Republicans who will win office in the coming election? \n" ); document.write( "E(x) = 0*P(0)+1*P(1)+2*P(2)+3*P(3)+... \n" ); document.write( "---------------------------------------- \n" ); document.write( "d) What is the standard deviation of r? \n" ); document.write( "It's binomial so it's sqrt(npq) = sqrt(5*0.65*0.35) = 1.0665... \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |