document.write( "Question 774680: A student takes a test consisting of 5 questions. For each question, she must choose either A, B or C. \r
\n" );
document.write( "\n" );
document.write( "(a) How many possible ways are there for her to complete the test?
\n" );
document.write( "(b) How many of these possibilities include the answer A at least twice?
\n" );
document.write( "(c) How many possible ways are there to complete the test without ever giving the same
\n" );
document.write( "answer to two consecutive questions? \n" );
document.write( "
Algebra.Com's Answer #472434 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! (a) \n" ); document.write( "For each of the 5 questions, there are 3 ways to answer \n" ); document.write( "The number of possible ways to do the test are: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "(b) \n" ); document.write( "Just looking at the A column for each of the 5 questions, \n" ); document.write( "It will either have a check mark or no check mark. \n" ); document.write( "The number of possible arrangements for the A \n" ); document.write( "column are: \n" ); document.write( " \n" ); document.write( "I can exclude \n" ); document.write( "A( 0, 0 , 0, 0, 0 ) \n" ); document.write( "A( 1, 0, 0, 0, 0 ) \n" ); document.write( "A( 0, 1 , 0, 0, 0 ) \n" ); document.write( "A( 0, 0 , 1, 0, 0 ) \n" ); document.write( "A( 0, 0, 0, 1, 0 ) \n" ); document.write( "A( 0, 0 , 0, 0, 1 ) \n" ); document.write( "Excluding these 6 cases, that leaves \n" ); document.write( " \n" ); document.write( "-------------- \n" ); document.write( "(c) \n" ); document.write( "I need to exclude: \n" ); document.write( "(1) A \n" ); document.write( "(2) A \n" ); document.write( "---- \n" ); document.write( "(2) A \n" ); document.write( "(3) A \n" ); document.write( "---- \n" ); document.write( "(3) A \n" ); document.write( "(4) A \n" ); document.write( "---- \n" ); document.write( "(4) A \n" ); document.write( "(5) A \n" ); document.write( "-------- \n" ); document.write( "These 4 cases are excluded as well \n" ); document.write( "as for B's and C's, so there are \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |