document.write( "Question 1020268: A student randomly guesses at 10 multiple-choice questions. Find the probability that the student guesses exactly 3 correctly. Each multiple choice question has four possible answers with only one correct answer, and each question is independent of every other question.
\n" );
document.write( "
\n" );
document.write( "How do i pick this question apart in terms of what to put where in my TI-83? \n" );
document.write( "
Algebra.Com's Answer #636421 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! TI syntax for P(x-value) is binompdf(n, p, x-value). \n" ); document.write( "binompdf(10,.25, 3) \n" ); document.write( " |