document.write( "Question 897830: You have a standard deck of 52 cards. Find the probabilities:\r
\n" );
document.write( "\n" );
document.write( "a. Randomly selecting a Spade or a 4
\n" );
document.write( "b. Randomly selecting a King or a Red Card.
\n" );
document.write( "c. Randomly selecting an 8 or an Ace.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #544339 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! a. Randomly selecting a Spade or a 4 = 13/52 + 3/52 \n" ); document.write( " b. Randomly selecting a King or a Red Card = 26/52 + 2/52 \n" ); document.write( " c. Randomly selecting an 8 or an Ace = 4/52 + 4/52 \n" ); document.write( " |