document.write( "Question 1192270: The communication channel transmits a three-digit number M = 873, written in decimal digits. Each digit is passed correctly with probability 0.62 and is converted to any other digit with probability (1 - 0.62) / 9.
\n" );
document.write( "a) what is the probability that transmitting the number M will decrease it?
\n" );
document.write( "b) what is the maximum increase in the probability of a decrease in the number when adding a digit from the right? \n" );
document.write( "
Algebra.Com's Answer #824176 by ikleyn(52835)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "The communication channel transmits a three-digit number M = 873, written in decimal digits. \n" ); document.write( "Each digit is passed correctly with probability 0.62 and is converted to any other digit \n" ); document.write( "with probability (1 - 0.62) / 9. \n" ); document.write( "a) what is the probability that transmitting the number M will decrease it? \n" ); document.write( "b) what is the maximum increase in the probability of a decrease in the number when adding a digit from the right? \n" ); document.write( "~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " I will solve part (a), only.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "The probability that transmitting the number M= 873 will increase it is this sum\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " P = P(first digit 8 is no change)*P(second digit 7 is no change)*P(third digit 3 increases) +\r\n" ); document.write( "\r\n" ); document.write( " + P(first digit 8 is no change)*P(second digit 7 increases) +\r\n" ); document.write( "\r\n" ); document.write( " + P(first digit 8 is increases) = \r\n" ); document.write( "\r\n" ); document.write( " = 0.62*0.62*(6*((1-0.62)/9)) + 0.62*(2*((1-0.62)/9)) + 1*((1-0.62)/9) = 0.191959 (rounded). ANSWER\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "It requires some comments.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "P(third digit 3 increases) = 6*((1-0.62)/9), since there are 6 possibilities to increase 3: they are 4,5,6,7,8,9.\r\n" ); document.write( "\r\n" ); document.write( "P(second digit 7 increases) = 2*((1-0.62)/9), since there are 2 possibilities to increase 7: they are 8,9.\r\n" ); document.write( "\r\n" ); document.write( "P(first digit 8 is increases) = 1*((1-0.62)/9), since there is only 1 possibility to increase 8: it is 9.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |