document.write( "Question 1154656: suppose you just received a shipment of ten televisions. four of the televisions are defective. if two televisions are randomly selected, compute the probability that both televisions work. what is the probability that at least one of the two televisions don’t work? \n" ); document.write( "
Algebra.Com's Answer #777135 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Number of televisions = 10\r \n" ); document.write( "\n" ); document.write( "defective 4\r \n" ); document.write( "\n" ); document.write( "selection = 2 n=2\r \n" ); document.write( "\n" ); document.write( "p(defective) = 4/10, p(work) = 6/10=3/5\r \n" ); document.write( "\n" ); document.write( "p(both work)=(3/5)^2 =0.36\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(At least one does not work) (1-0.36)= 0.64 \n" ); document.write( " \n" ); document.write( " |