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 #287585 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
1. There are four ways to mark each answer incorrectly, and there are six questions. The number of ways to do so is \"4%5E6\" (they multiply, not add).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2. The order matters here, so the number of ways is 30P4 = 30*29*28*27 = 657,720.
\n" ); document.write( "
\n" );