document.write( "Question 1033544: . A test consists of 10 multiple choice questions with five choices for each question. As an experiment,you GUESS on each and every answer without even reading the questions.
\n" ); document.write( "What is the probability of getting exactly 7 questions correct on this test?\r
\n" ); document.write( "\n" ); document.write( "Someone please help me, I cant wrap my head around this question. How do I go about finding \"P\"
\n" ); document.write( "I know n=10 r=7 p=? q=1-p\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #648201 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
p=0.2; q, or 1-p=0.8
\n" ); document.write( "exactly 7 questions right
\n" ); document.write( "10C7(0.2)^7(0.8)^3.
\n" ); document.write( "The 10C7 is the number of ways 7 questions can be answered correctly out of 10. It is 10!/7!3!=120
\n" ); document.write( "120*0.2^7*0.8^3=0.0008
\n" ); document.write( "For any number of questions right, use 0.2, which is the likelihood of guessing right with 5 choices, 1/5, and raise it to the number you want. Then use the complement of 0.2, or 0.8, and raise it to the number you want. The exponents must add up to the number of trials, in this instance 10.
\n" ); document.write( "
\n" );