document.write( "Question 1012217: A basket contains 80 mangoes and 60 oranges ,if two fruit are picked one after the other without replacement ,what is the probability that (i) one of each fruit is picked (ii)one type of fruit is picked? \n" ); document.write( "
Algebra.Com's Answer #628106 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! A basket contains 80 mangoes and 60 oranges, if two fruit \n" ); document.write( "are picked one after the other without replacement, what is \n" ); document.write( "the probability that \r \n" ); document.write( "\n" ); document.write( "(i) one of each fruit is picked \n" ); document.write( " \r\n" ); document.write( "P[(mango then orange) OR (orange then mango)]\r\n" ); document.write( "\r\n" ); document.write( "(80/140)*(60/139) + (60/140)*(80/139] = 480/973\r\n" ); document.write( " \n" ); document.write( "(ii)one type of fruit is picked? \n" ); document.write( " \r\n" ); document.write( "Method 1 [using (i), easier]: \r\n" ); document.write( "\r\n" ); document.write( "subtract 1 - 480/973 = 493/973\r\n" ); document.write( "\r\n" ); document.write( "Method 2 [from scratch, harder]: \r\n" ); document.write( "\r\n" ); document.write( "P[(mango then mango) OR (orange then orange)]\r\n" ); document.write( "\r\n" ); document.write( "(80/140)*(79/139) + (60/140)*(59/139] = 493/973 \r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |