document.write( "Question 263636: The University of Metropolis requires its students to pass an examination in college-level mathematics before they can graduate. The students are given three chances to pass the exam; 61% pass it on their first attempt, 63% of those that take it a second time pass it then, and 42% of those that take it a third time pass it then.
\n" );
document.write( "What percent of the students are not allowed to graduate because of their performance on the exam? (Round the answer to the nearest whole number.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #194278 by stanbon(75887) ![]() You can put this solution on YOUR website! The students are given three chances to pass the exam; \n" ); document.write( "Assume there are 1000 applicants. \n" ); document.write( "--------- \n" ); document.write( "61% pass it on their first attempt, \n" ); document.write( "That leaves 1000-610 = 390 \n" ); document.write( "------------------------------------ \n" ); document.write( "63% of those that take it a second time pass it then, \n" ); document.write( "0.63*390 = 245.7 \n" ); document.write( "That leaves 390-245.7 = 144.3 \n" ); document.write( "-------------------------------------- \n" ); document.write( "42% of those that take it a third time pass it then. \n" ); document.write( "0.42*144.3 = 60.06 \n" ); document.write( "That leaaves 144.3-60.06 = 83.69 students who have not passed the test \n" ); document.write( "--------------------------------------------------------------------------- \n" ); document.write( "What percent of the students are not allowed to graduate because of their performance on the exam? \n" ); document.write( "% = 83.69/1000 = 0.08360 = 8% \n" ); document.write( "============================================= \n" ); document.write( "If you start with \"x\" students \n" ); document.write( "Percent that fail after three tests = x*0.39*0.37*0.58 = 0.0837 = 8% \n" ); document.write( " (Round the answer to the nearest whole number.) \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |