document.write( "Question 1148194: You are taking a multiple-choice test that has 6 questions. Each of the questions has 3 answer choices, with one correct answer per question. If you select one answer for each question and leave nothing blank, then in how many ways can you answer all the questions on the test?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #769547 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "3 choices on each problem; 6 problems. \n" ); document.write( "By the fundamental counting principle, the total number of ways of answering all the questions is the product of the numbers of ways for each question. So \n" ); document.write( "3*3*3*3*3*3 = 3^6 = 729 \n" ); document.write( " \n" ); document.write( " |