document.write( "Question 148037: A student applies for two different scholarships. The probability of receiving the first scholarship is 0.3 and the probability of receiving the second is 0.4. The decisions are made independently. Find the probability the student receives exactly one scholarship. \n" ); document.write( "
Algebra.Com's Answer #108419 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A student applies for two different scholarships. The probability of receiving the first scholarship is 0.3 and the probability of receiving the second is 0.4. The decisions are made independently. Find the probability the student receives exactly one scholarship. \n" ); document.write( "---------------------- \n" ); document.write( "P(receive both) = 0.3*0.4 = 0.12 \n" ); document.write( "P(receive none) = 0.7*0.6 = 0.42 \n" ); document.write( "--------- \n" ); document.write( "P(receive exactly one) = 1-(0.12 + 0.42) = 0.46 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |