document.write( "Question 1117767: Please help me solve thhis question: A salesperson has a policy of calling upon a customer a second time if she does not make the sale on the first call, and trying a third time, and last time if she fails on the first two calls. She has a probability of a sale on the first call of 0.3. If she fails on the first call, the probability of a sale on the second call is 0.2. If the first two calls are unsuccessful, her probability of success on the third call is only 0.1. \r
\n" );
document.write( "\n" );
document.write( "What is the probability that she makes the sale to a given customer ? \n" );
document.write( "
Algebra.Com's Answer #732935 by Theo(13342)![]() ![]() You can put this solution on YOUR website! p(sale on first call) = .3 and p(no sale on first call) = .7 \n" ); document.write( "p(sale on second call) = .2 and p(no sale on second call) = .8 \n" ); document.write( "p(sales on third call) = .1 and p(no sale on third call) = .9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "she can make the sale on the first call, or on the second call, or on the third call.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability she makes the sale on the first call is .3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability she makes the sale on the second call is .7 * .2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that is the probability she doesn't make the sale on the first call * the probability that she does make the sale on the second call.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the probability she makes the sale on the third call is .7 * .8 * .1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that is the probability she doesn't make the sale on the first call * the probability she doesn't make the sale on the second call * the probability she makes the sale on the third call.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "her probability of making a sale on either the first call or the second call or on the third call is equal to .3 + (.7 * .2) + (.7 * .8 * .1).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this would be equal to .496.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's what i think your answer will be, if i am correct.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |