document.write( "Question 1155490: According to insurance records, a car with a certain protection system will be recovered 88% of the time. If 500 stolen cars are randomly selected, what is the mean and standard deviation of the number of cars recovered after being stolen? \n" ); document.write( "
Algebra.Com's Answer #778077 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
mean is n*p=500*0.88=440 cars
\n" ); document.write( "variance is np(1-p)=440*0.15=66 cars^2
\n" ); document.write( "sd is sqrt(V)=8.12 cars
\n" ); document.write( "
\n" );