document.write( "Question 183136: 1) there are 3 cards in a hat; one is a king,one is a queen and one is an ace. two cards are to be selected at random with replacement using a tree diagram, obtain a smample space for the experiment. then find the probaiblty that a queen and king are selected?\r
\n" );
document.write( "\n" );
document.write( "2) assume that a person spins a spiner and is awarded the amount indicated by the pointer. detrimine the persons expection.
\n" );
document.write( "4 parts
\n" );
document.write( "2-$8
\n" );
document.write( "1-$12
\n" );
document.write( "1- $1\r
\n" );
document.write( "\n" );
document.write( "3) one card is selected from a deck of cards. find the probabilty of selecting a red card or a card less then 4. (note: the ace is a low card)\r
\n" );
document.write( "\n" );
document.write( "4) a number cube labeled with numbers 1-6 is tossed. what are the odds of the number being less than 3. \n" );
document.write( "
Algebra.Com's Answer #137654 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1) there are 3 cards in a hat; one is a king,one is a queen and one is an ace. two cards are to be selected at random with replacement using a tree diagram, obtain a smample space for the experiment. then find the probaiblty that a queen and king are selected? \n" ); document.write( "--- \n" ); document.write( "Sample Space: \n" ); document.write( "1st level of the tree: k,q,a \n" ); document.write( "2nd level of the tree: k,q,a paired with each element of the 1st level \n" ); document.write( "(you now have 3*3 = 9 branches \n" ); document.write( "3rd level of the tree: k,q,a paired with each element of the 2nd level \n" ); document.write( "(you now have 3*3*3 = 27 branches) \n" ); document.write( "---------- \n" ); document.write( "Your Problem: \n" ); document.write( "P(k and q selected in 1st two draws) = 2/9 \n" ); document.write( "(they are kq and qk) \n" ); document.write( "---------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "2) assume that a person spins a spinner and is awarded the amount indicated by the pointer. determine the persons expected value. \n" ); document.write( "4 parts \n" ); document.write( "2-$8 \n" ); document.write( "1-$12 \n" ); document.write( "1- $1 \n" ); document.write( "---------- \n" ); document.write( "Random variable values : 8, 12, 1 \n" ); document.write( "Corresponding Probabilities: \n" ); document.write( "P(8) = 2/4 = 1/2 \n" ); document.write( "P(12) = 1/4 \n" ); document.write( "P(1) = 1/4 \n" ); document.write( "------------ \n" ); document.write( "Multiply each random variable value by it propability and add the products \n" ); document.write( "to get the expected value: \n" ); document.write( "E(x) = 8*(1/2) + 12*(1/4) + 1*(1/4) = 4 + 3 + 0.25 = $7.25 \n" ); document.write( "========================================================================\r \n" ); document.write( "\n" ); document.write( "3) one card is selected from a deck of cards. find the probabilty of selecting a red card or a card less then 4. (note: the ace is a low card) \n" ); document.write( "P(red or < 4) = P(red) + P(< 4) - P(red AND < 4) \n" ); document.write( "= 1/2 + 12/52 - (6/52) = 32/52 = 8/13 \n" ); document.write( "==========================================\r \n" ); document.write( "\n" ); document.write( "4) a number cube labeled with numbers 1-6 is tossed. what are the odds of the number \n" ); document.write( "-------- \n" ); document.write( "You did not include the number in your posting. \n" ); document.write( "-------------- \n" ); document.write( "But if it is ANY particular number proceed as follows: \n" ); document.write( "odds for the number = P(the number) / P(not getting the number) \n" ); document.write( "= (1/6)/(5/6) = 1/5 \n" ); document.write( "odds for the number are 1:5 \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |