document.write( "Question 919719: During the last student elections at a certain college, 45% of the students voted for the democratic student party. A simple random sample of students from this college is to be selected.
\n" );
document.write( "If 12 students are selected, what is the probability exactly 7 of them voted for the democratic student body? \n" );
document.write( "
Algebra.Com's Answer #557908 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(dem) = .45, n = 12 \n" ); document.write( "P(x = 7) = binompdf(12, .45, 7) \n" ); document.write( "Recommend Using stattrek.com to check Your TI Calculator Results \n" ); document.write( "until You are comfortable using it. \n" ); document.write( "re TY \n" ); document.write( "So good...to hear You checked: 12C7(.45)^7(.55)^5 with Your Calculator!!! \n" ); document.write( "Music to my ears!!! \n" ); document.write( "For ex: When it comes to cumulative Probabilities... \n" ); document.write( "P(x ≤ 7) You will be very...happy to be able to Use binomcdf(12, .45 , 7) \n" ); document.write( "as \n" ); document.write( "P(x ≤ 7) = P(0) + P(1) + P(2) + P(3) + P(4) + P(5) +P(6) + P(7) \n" ); document.write( ":) \n" ); document.write( " |