document.write( "Question 1143264: Ricardo was conducting an experiment . if his experiment resulted with a success rate of 65% and a standard deviation of five ,at least how many trials did he conduct? \n" ); document.write( "
Algebra.Com's Answer #764848 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! np=mean \n" ); document.write( "np(1-p)=variance and sqrt(np(1-p)) is std dev. \n" ); document.write( "variance is 25 \n" ); document.write( "n(0.65)(0.35)=25 \n" ); document.write( ".2275n=25 \n" ); document.write( "n=109.89 or 110. \n" ); document.write( " |