Answer:B
Explanation:
Given
For motor A
Characteristic life(r)=4100 hr
MTTF=4650 hrs
shape factor(B )=0.8
For motor B
Characteristic life(r)=336 hr
MTTF=300 hr
Shape Factor (B)=3
Reliability for 100 hours



For B


B is better for 100 hours
(b)For 750 hours


So here B is more Reliable.
Answer:
Your question lacks the time required hence i will calculate the Average flow rate using a general concept and an assumed time value of 25 seconds
ANSWER : 104.904 ft^3/sec
Explanation:
General concept : Average flow rate is the volume of fluid per unit time through an area
Hence the average flow rate of the air conditioning unit of this room
Volume of the room / time taken for the air to cycle the room = v / t
assuming the time taken = 25 seconds
volume of room = width * length * height
= 14.1 * 15.5 * 12 = 2622.6 ft^3
Average flow rate = V/ t
= 2622.6 / 25 = 104.904 ft^3/sec
Answer:
point_dist = math.sqrt((math.pow(x2 - x1, 2) + math.pow(y2 - y1, 2))
Explanation:
The distance formula is the difference of the x coordinates squared, plus the difference of the y coordinates squared, all square rooted. For the general case, it appears you simply need to change how you have written the code.
point_dist = math.sqrt((math.pow(x2 - x1, 2) + math.pow(y2 - y1, 2))
Note, by moving the 2 inside of the pow function, you have provided the second argument that it is requesting.
You were close with your initial attempt, you just had a parenthesis after x1 and y1 when you should not have.
Cheers.
Answer:
The pressure reduces to 2.588 bars.
Explanation:
According to Bernoulli's theorem for ideal flow we have

Since the losses are neglected thus applying this theorm between upper and lower porion we have

Now by continuity equation we have

Applying the values in the Bernoulli's equation we get
