document.write( "Question 851756: If one system has a 0.23 probability of failing in 5000 hours, what is the probability of failure of up to 3 out of 10 systems occurring within 5000 hours? \n" ); document.write( "
Algebra.Com's Answer #512972 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
Using TI
\n" ); document.write( "p(3 or less) = binomcdf(10, .23, 3).
\n" ); document.write( "
\n" );