document.write( "Question 204748: Investors do not invest all their money in the investment predicted to be the best because it is too risky. An investor holds shares in three independent companies:Company A, Company B, and Company C. An analyst predicts the probability of profit increase for each as follows:
\n" );
document.write( "Company A:0.70
\n" );
document.write( "Company B:0.50
\n" );
document.write( "Company C:0.065\r
\n" );
document.write( "\n" );
document.write( "A.)If the analyst's predictions are true, what is the probability that all three companies show a profit increase?\r
\n" );
document.write( "\n" );
document.write( "B.)If the analyst's predicitions are true, what is the probability that at least one company will show profit increase? \n" );
document.write( "
Algebra.Com's Answer #154527 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An investor holds shares in three independent companies:Company A, Company B, and Company C. An analyst predicts the probability of profit increase for each as follows: \n" ); document.write( "Company A:0.70 \n" ); document.write( "Company B:0.50 \n" ); document.write( "Company C:0.065 \n" ); document.write( "A.)If the analyst's predictions are true, what is the probability that all three companies show a profit increase? \n" ); document.write( "--- \n" ); document.write( "P(all show profit) = 0.7*0.5*0.065 = 0.02275... \n" ); document.write( "----------------------------------------------------- \n" ); document.write( "B.)If the analyst's predicitions are true, what is the probability that at least one company will show profit increase? \n" ); document.write( "----- \n" ); document.write( "P(none show profit) = 0.3*0.5*0.935 = 0.14025.. \n" ); document.write( "---- \n" ); document.write( "P(at least one company shows profit) = 1-P(all show)-P(none show) \n" ); document.write( "= 1 - 0.02275 - 0.14025 = 0.8370... \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |