Question

Problem 4: (2 points) A life test is performed on 10 components. The hours to failure are as follows: 200 370 500 620 730 840
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Failure probability function estimation :

In the given problem we first have to set the weibull probability density function for the given data set. It is quite cumbersome to calculate, hence the matlab code to do this is given below. Use the code to get the weibull probability function parameters as follows,

T = [ 200 ; 370 ; 500 ; 620 ; 730 ; 840 ; 950 ; 1050 ; 1160 ; 1400 ] ;

pd = fitdist( T , 'Weibull' )

The above simple code would return two parameters as,

Scale parameter, a = 882.818

Shape parameter, b = 2.39029

Hence the probability of failure would be given by,

(t)ba-erp Ca

on putting, values of a and b we get,

2.3029 f(t) 2.172 10-7l. 3029erjp t 882.818 erp

Now the cumulative function of the above failure probability would be,

t2.3%029 F(t) = | f(t)dt = 1-exp |- 882.818 ..... equation (1)

Component Testing prediction :

Now since the component under testing is identical and survived 100, and has been asked to survive 200 hrs more i.e., upto 300 hrs. This means that the component must not fail between 100 hrs. to 300 hrs. For that we can write, using simple probability algebra,

P(survival) 1- [F (300) - F(100)]

Hence form the equation (1), we get,

300 2.39029 F(300) 1 - 882.818 -0.072979

100 2.39029 F(100) = 1-exp |-(882.818/ 0.0054689

Hence we finally get the probability of the component to survive as,

P(survival) 1-10.072979-0.0054689] = 0.9325

Thus there are 93.25 % chances that the component would survive 200 hrs more !!

NOTE : Feel free to ask any further queries in the comment section, down below.

Add a comment
Know the answer?
Add Answer to:
Problem 4: (2 points) A life test is performed on 10 components. The hours to failure...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Problem 3: Consider a series structure of 10 independent and identical components Each component has an...

    Problem 3: Consider a series structure of 10 independent and identical components Each component has an MTTF 5000 hours. a) Determine MTTtm when the components have constant failure rates. (b) Assume next that the life lengths of the components are Weibull distributed with shape parameter a 0.2. Determine MTTFsystem and compare with (a). (c) Assume now that you have a parallel structure of two independent and identical components with MTTF 5000 hours. Repeat problem (a).

  • 50 components are placed on a life test. The recorded times to failure, in hours, are...

    50 components are placed on a life test. The recorded times to failure, in hours, are 16.2 18.9 68.4 84.7 112 143 154 201 212 229 231 292 366 371 412 439 441 490 548 561 609 610 662 662 673 703 836 957 1020 1045 1047 1130 1131 1137 1179 1215 1240 1275 1410 1512 1635 1651 1694 1698 1973 2301 2496 2827 3142 4966 he sample data are suspected of coming from a population of lifetimes that can...

  • 174 2 combustor , =1500 K Problem 2 (22 pts): Brayton cycle and entropy calculations An...

    174 2 combustor , =1500 K Problem 2 (22 pts): Brayton cycle and entropy calculations An open Brayton cycle is used to generate electricity. Air enters the isentropic compressor at T1 = 300 K and P1 = 100 kPa with a mass flow rate m = 1.5 kg/s. The combustor can be modeled as a constant-pressure heat exchanger, supplying 1540 kW of thermal power to the air from a thermal reservoir (Th = 1750 K). Air enters the isentropic turbine...

  • In C++ Programming: Using a single for loop, output the even numbers between 2 and 1004...

    In C++ Programming: Using a single for loop, output the even numbers between 2 and 1004 (inclusive) that iterates (loops) exactly 502 times. The outputted numbers be aligned in a table with 10 numbers per row. Each column in the table should be 5 characters wide. Do not nest a loop inside of another loop. Hint: First create and test the code that output the numbers all on one line (the command line will automatically wrap the output to new...

  • How can we assess whether a project is a success or a failure? This case presents...

    How can we assess whether a project is a success or a failure? This case presents two phases of a large business transformation project involving the implementation of an ERP system with the aim of creating an integrated company. The case illustrates some of the challenges associated with integration. It also presents the obstacles facing companies that undertake projects involving large information technology projects. Bombardier and Its Environment Joseph-Armand Bombardier was 15 years old when he built his first snowmobile...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT