document.write( "Question 483545: Q:1 A card is drawn from a deck of 52 cards,then replaced and a second card is drawn
\n" );
document.write( "1)What is the probability of drawing same card twice?
\n" );
document.write( "2)What is the probability of drawing a 3 of hearts and then a 4 of spades?
\n" );
document.write( "3)Calculate above mentioned probabilities if first card is not replaced?\r
\n" );
document.write( "\n" );
document.write( "Q:2 A information source produces 0's and 1's with probabilities of 0.3 and 0.7 respectively.The output of the source is transmitted via channel that has a probability of error(turning 1 into 0 and 0 into 1 ) equal to 0.2
\n" );
document.write( "1) What is the probability that at the output a 1 is observed .
\n" );
document.write( "2) What is the probability that a 1 was the output of the source if the output of the channel a 1 is observed. \n" );
document.write( "
Algebra.Com's Answer #330920 by stanbon(75887) ![]() You can put this solution on YOUR website! Q:1 A card is drawn from a deck of 52 cards,then replaced and a second card is drawn \n" ); document.write( "1)What is the probability of drawing same card on the 2nd draw?:: (1/52) \n" ); document.write( "--------------- \n" ); document.write( "2)What is the probability of drawing a 3 of hearts and then a 4 of spades? \n" ); document.write( ":: (1/52)^2 \n" ); document.write( "--------------- \n" ); document.write( "3)Calculate above mentioned probabilities if first card is not replaced? \n" ); document.write( ":: 0 and (1/52)(1/51) \n" ); document.write( "===================== \n" ); document.write( "Q:2 An information source produces 0's and 1's with probabilities of 0.3 and 0.7 respectively. \n" ); document.write( "The output of the source is transmitted via channel that has a probability of error(turning 1 into 0 and 0 into 1 ) equal to 0.2 \n" ); document.write( "1) What is the probability that at the output a 1 is observed.::0.7 \n" ); document.write( "------ \n" ); document.write( "2) What is the probability that a 1 was the output of the source if the output of the channel a 1 is observed.:: P(1 | 1 transmitted) = 0.8 \n" ); document.write( "========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |