document.write( "Question 404316: If a multiple-choice test consists of 5 questions each with 4 possible answers of which only 1 is correct,
\n" );
document.write( "In how many ways can a student check off one answer to each question and get only the
\n" );
document.write( "answer to the first question right? \n" );
document.write( "
Algebra.Com's Answer #285854 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "no. of ways to give correct answer for question 1 = 1 \n" ); document.write( "no. of ways to give wrong answer for question 2 = 3 \n" ); document.write( "and so on......\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "no. of ways = 1 * 3^4 = 81\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |