document.write( "Question 315731: A student takes a multiple-choice quiz with four questions, each of which has four different answer choices (A, B, C, and D). Assume each question has one correct answer. \r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( "Find the probability that the first two questions are answered correctly.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #225893 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A student takes a multiple-choice quiz with four questions, each of which has four different answer choices (A, B, C, and D). Assume each question has one correct answer. \r \n" ); document.write( "\n" ); document.write( "Find the probability that the first two questions are answered correctly. \n" ); document.write( "--- \n" ); document.write( "P(1st correct) = 1/4 \n" ); document.write( "P(2nd correct) = 1/4 \n" ); document.write( "---- \n" ); document.write( "P(1st two correct) = (1/4)^2 = 1/16 \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |