document.write( "Question 342137: In how many ways can a 10-question multple choice test be answered? Assume that there are 4 choices for each question, each question is answered, and the same choice is never made on anytwo concecutive questions (if (b) is chosen for question 1, then it will not be chosen for question 2). \n" ); document.write( "
Algebra.Com's Answer #244873 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In how many ways can a 10-question multple choice test be answered? \n" ); document.write( "Assume that there are 4 choices for each question, each question is answered, and the same choice is never made on any two concecutive questions (if (b) is chosen for question 1, then it will not be chosen for question 2). \n" ); document.write( "--- \n" ); document.write( "1st question: 4 choices \n" ); document.write( "2nd question: 3 choices \n" ); document.write( "3rd question: 3 choices \n" ); document.write( "... \n" ); document.write( "10th question: 3 choices \n" ); document.write( "------ \n" ); document.write( "Total # of choices: 4*3^9 = 78732 choices \n" ); document.write( "=============================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |