Answer: mets
Explanation: meets are good
Answer:
See the attached picture for answer.
Explanation:
See the attached picture for explanation.
#include
int main () {
printf("Program to calculate the square footage of the house.\n");
int total_rooms;
double length, width;
double total_square_footage = 0.0;
printf("Enter total number of rooms in the house:");
scanf("%d", &total_rooms);
for (int i = 0; i
printf("Enter the lenght and width of room %d: ", i+1);
scanf("%if %if", &lenght, &width);
total_square_footage += lenght*width;
}
printf("Total square footage of the house: %if\n", total_square_footage);
return 0;
}
Please mark it as brainliest answer:).
Answer:
(a) The mean time to fail is 9491.22 hours
The standard deviation time to fail is 9491.22 hours
(b) 0.5905
(c) 3.915 × 10⁻¹²
(d) 2.63 × 10⁻⁵
Explanation:
(a) We put time to fail = t
∴ For an exponential distribution, we have f(t) =
Where we have a failure rate = 10% for 1000 hours, we have(based on online resource);
e^(1000·λ) - 0.1·e^(1000·λ) = 1
0.9·e^(1000·λ) = 1
1000·λ = ㏑(1/0.9)
λ = 1.054 × 10⁻⁴
Hence the mean time to fail, E = 1/λ = 1/(1.054 × 10⁻⁴) = 9491.22 hours
The standard deviation = √(1/λ)² = √(1/(1.054 × 10⁻⁴)²)) = 9491.22 hours
b) Here we have to integrate from 5000 to ∞ as follows;
(c) The Poisson distribution is presented as follows;
p(x = 3) = 3.915 × 10⁻¹²
d) Where at least 2 components fail in one half hour, then 1 component is expected to fail in 15 minutes or 1/4 hours
The Cumulative Distribution Function is given as follows;
p( t ≤ 1/4) .