document.write( "Question 1057862: Human blood is grouped into four types. The percentages of Americans with each type are listed below.
\n" );
document.write( "O 43% A 40% B 12% AB 5%
\n" );
document.write( "Choose one American at random. Find the probability that this person
\n" );
document.write( "i) Has type O blood
\n" );
document.write( "ii) Has type A or B
\n" );
document.write( "iii) Does not have type O or A\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #672918 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Choose one American at random \n" ); document.write( "i) Has type O blood: p = 43/100 or .43 \n" ); document.write( "ii) Has type A or B: p = 52/100 0r .52 \n" ); document.write( "iii) Does not have type O or A = 17/100 0r .17 \n" ); document.write( " |