document.write( "Question 408132: 1. A quiz consists of six multiple choice questions, each with five choices. In how many ways can a student mark the answers to all the questions, markng all of them incorrectly?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "2. Calculate the number of ways in which four paintings can be awarded first, second, third, and fourth prizes at an art competition in which a total of 30 paintings are displayed.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #287581 by ewatrrr(24785)  You can put this solution on YOUR website! \n" );
document.write( "Hi, \n" );
document.write( "1. A quiz consists of six multiple choice questions, each with five choices. \n" );
document.write( " In how many ways can a student mark the answers to all the questions, markng \n" );
document.write( " all of them incorrectly? \n" );
document.write( "Four ways for each of the 6 questions to mark incorrectly: Note: It is agreed \n" );
document.write( "Ways to mark ALL 6 incorrectly: 4 * 4 * 4 * 4 * 4 * 4 \n" );
document.write( " 1stQ 2ndQ 3rdQ 4thQ 5thQ 6thQ \n" );
document.write( "(Picturing 'each' of the 4 incorrect responses to '1st question' having \n" );
document.write( "4 unique incorrect responses for 'second question' and 'each' of those case scenarios \n" );
document.write( " having 4 unique incorrect responses for the '3rd question' and so on...) \n" );
document.write( "2. Calculate the number of ways in which four paintings can be awarded first, \n" );
document.write( " second, third, and fourth prizes at an art competition in which a total of 30 \n" );
document.write( " paintings are displayed. '30P4' = 30*29*28*27= 657,720 ways \n" );
document.write( " |
\n" );