document.write( "Question 919255: The probability that a corporation makes charitable contributions is .72. Two corporations are selected at random, and it is noted whether or not they make charitable contributions.Find the probability that at most one corporation makes charitable contributions. \n" ); document.write( "
Algebra.Com's Answer #557621 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(contributing) = .72, p(not contributing) = .28 \n" ); document.write( "Two chosen at trandom \n" ); document.write( "P(at most one contributing) = 1 - P(neither contributing) = 1 - .28•.28 = 1-(.28)^2 \n" ); document.write( " |