document.write( "Question 770343: A salesman has a 60% chances of making a sale to any one customer .the behaviour of successive customer is independent variable.if two customers A and B entre,what is the probability that the salesman will make a sale to A and B. \n" ); document.write( "
Algebra.Com's Answer #469446 by jam007(5)![]() ![]() You can put this solution on YOUR website! P(salesman making a sale) =60/100 = 0.60 \n" ); document.write( "Since the sales are independent, we can write \n" ); document.write( "P(the salesman will make a sale to A and B) \n" ); document.write( " = P(the salesman will make a sale to A and the salesman will make a sale to B)\r \n" ); document.write( "\n" ); document.write( " =P(the salesman will make a sale to A)*P(the salesman will make a sale to B) \n" ); document.write( " =0.60*0.60 \n" ); document.write( " =0.36 \n" ); document.write( " \n" ); document.write( " |