document.write( "Question 345425: Component 1 has an exponential failure rate of 2X10exp-2 failures per hour. component 2 is normally distributed with a mean of 200 hours and standard deviation of 50 hurs. Assuming independence, calculate the reliability of the system after 50 hours.\r
\n" );
document.write( "\n" );
document.write( "------Component 1----------component 2--------------- \n" );
document.write( "
Algebra.Com's Answer #247068 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Component 1 has an exponential failure rate of 2X10exp-2 failures per hour. component 2 is normally distributed with a mean of 200 hours and standard deviation of 50 hrs. Assuming independence, calculate the reliability of the system after 50 hours. \n" ); document.write( "------ \n" ); document.write( "Component 1---------- \n" ); document.write( "reliability rate = (1-(2x10^-2))^50 = 0.3642 \n" ); document.write( "--------------------- \n" ); document.write( "component 2---------- \n" ); document.write( "z(50) = (50-200)/50 = -3 \n" ); document.write( "reliability = 1 - P(z< -3) = 1-0.0013 = 0.9987 \n" ); document.write( "================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |