document.write( "Question 1073370: \"Suppose that the probability that any random freshman girl will agree to go with Sam to the senior prom is 0.1. Suppose Sam asks 10 random freshman girls to the prom. On average, how many freshman girls will agree to go with Sam to the prom?\"
\n" ); document.write( "I understand that n=10 and p=.1 but I don't understand how to figure out the average.
\n" ); document.write( "

Algebra.Com's Answer #688192 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
average is n * p = 10 * .1 = 1
\n" ); document.write( "standard error is sqrt(n * p * q) = sqrt(10 * .1 * .9) = .94868...\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this is normal distribution of a proportion.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "here's a reference.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\n" ); document.write( "\"_blank\">http://www.math.ubc.ca/~feldman/m302/binomial.pdf\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "lots of math in there, but the punch line is what's enclosed in the boxes.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "mean = n * p.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "variance = n * p * q\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "q = 1 - p\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "standard deviation is sqrt (n * p * q)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );