document.write( "Question 277121: I'm having difficulty with these problems if anyone could help I'd really appreciate it.\r
\n" ); document.write( "\n" ); document.write( "The first one:
\n" ); document.write( "A exam has 5 questions with 4 choices each and one correct answer per question
\n" ); document.write( "1. How many ways can you fill out a answer sheet
\n" ); document.write( "2. How many ways can you fill out the sheet to have 4 answers correct and 1 incorrect
\n" ); document.write( "3. If a student guesses randomly at each, what is the probability the student gets three or fewer correct\r
\n" ); document.write( "\n" ); document.write( "The second question:
\n" ); document.write( "Possible grades include A, B, C, D, and F.
\n" ); document.write( "1. Seven students in a class, how many ways can a teacher assign grades to the class
\n" ); document.write( "2. How many ways can a teacher assign grades to seven students if nobody gets an F but only one student gets an A
\n" ); document.write( "

Algebra.Com's Answer #201827 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A exam has 5 questions with 4 choices each and one correct answer per question
\n" ); document.write( "1. How many ways can you fill out a answer sheet
\n" ); document.write( "# of ways to pick a question: 5
\n" ); document.write( "# of ways to answer a question: 4
\n" ); document.write( "Ans: 4*4*4*4*4 = 4^5 = 1024
\n" ); document.write( "---------------------------------------
\n" ); document.write( "2. How many ways can you fill out the sheet to have 4 answers correct and 1 incorrect
\n" ); document.write( "# of ways to choose 1 incorrect answer: 5
\n" ); document.write( "==================================================\r
\n" ); document.write( "\n" ); document.write( "3. If a student guesses randomly at each, what is the probability the student gets three or fewer correct
\n" ); document.write( "Binomial Problem with n=5, p = 1/4 , 0<= x <=3
\n" ); document.write( "Using TI-84 I get binomcdf(5,1/4,3) = 0.9844
\n" ); document.write( "==================================================
\n" ); document.write( "
\n" ); document.write( "The second question:
\n" ); document.write( "Possible grades include A, B, C, D, and F.
\n" ); document.write( "1. Seven students in a class, how many ways can a teacher assign grades to the class
\n" ); document.write( "Each of the seven can get either of the 5 grades
\n" ); document.write( "Ans: 5*7 = 78125 ways
\n" ); document.write( "-------------------------------
\n" ); document.write( "2. How many ways can a teacher assign grades to seven students if nobody gets
\n" ); document.write( " an F but only one student gets an A
\n" ); document.write( "Ways to give the A = 7
\n" ); document.write( "Ways to grade the remaining 6 students: 4^6 = 4096
\n" ); document.write( "Ans: 7*4096 = 28672
\n" ); document.write( "===========================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );