document.write( "Question 320865:  what is the probability of drawing 3 spades and 1 heart consecutively but in any order from a deck of cards?\r
\n" );
document.write( "\n" );
document.write( "13/52, 12/51, 11/50 for the three spades and 13/49 for the heart? that's assuming you get what you want on the first try. Do I have to do it for every possible order that exists?\r
\n" );
document.write( "\n" );
document.write( "Thank you.\r
\n" );
document.write( "\n" );
document.write( "Nancy \n" );
document.write( "
| Algebra.Com's Answer #229775 by Alan3354(69443)     You can put this solution on YOUR website! what is the probability of drawing 3 spades and 1 heart consecutively but in any order from a deck of cards? \n" ); document.write( "13/52, 12/51, 11/50 for the three spades and 13/49 for the heart? that's assuming you get what you want on the first try. Do I have to do it for every possible order that exists? \n" ); document.write( "----------------- \n" ); document.write( "I says \"in any order\", so your calculations are sufficient. \n" ); document.write( "= 13*12*11*13/52*51*50*49 \n" ); document.write( "----------- \n" ); document.write( "If it's the heart first, then it's \n" ); document.write( "13/52, 13/51, 12/50, 11/49 which is the same. \n" ); document.write( " \n" ); document.write( " |