document.write( "Question 881880: A room has 3 lightbulbs. Each one has a 10% probability of burning out within the month. What is the probability that all 3 will be lit at the end of the month? \n" ); document.write( "
Algebra.Com's Answer #532580 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! 10% probability of burning out within a month \n" ); document.write( "100-10 = 90% chance of not burning out within a month\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "90% = 0.9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(0.9)*(0.9)*(0.9) = (0.9)^3 = 0.729 = 72.9%\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The probability that all 3 stay lit at the end of the month is 72.9% \n" ); document.write( " |