Answer:
IDK
Explanation:
same thing is happening to me
Answer:
the MTTF of the transceiver is 50.17
Explanation:
Given the data in the question;
failure modes = 0.1 failure per hour
system reliability = 0.85
mission time = 5 hours
Now, we know that the reliability equation for this situation is;
R(t) = [ 1 - ( 1 -
)³] 
so we substitute
R(5) = [ 1 - ( 1 -
)³]
= 0.85
[ 1 - ( 1 -
)³]
= 0.85
[ 1 - ( 0.393469 )³]
= 0.85
[ 1 - 0.06091 ]
= 0.85
0.9391
= 0.85
= 0.85 / 0.9391
= 0.90512
MTTF = 5 / -ln( 0.90512 )
MTTF = 50.17
Therefore, the MTTF of the transceiver is 50.17
Answer:
potato<-100
print(potato)
sqrt(potato)
potato<-potato*2
print(potato)
Explanation:
The complete question is as follows
Create a variable called potato whose value corresponds to the number of potatoes you’ve eaten in the last week. Or something equally ridiculous. Print out the value of potato.
Calculate the square root of potato using the sqrt() function. Print out the value of potato again to verify that the value of potato hasn’t changed.
Reassign the value of potato to potato * 2.
Print out the new value of potato to verify that it has changed
The question was answered using R programming language.
At line 1, I assumed that I ate 100 potatoes in the previous week.
So, potato = 100
At line 2, the value of potato is printed as 100.
At line 3, the square root of potato is calculated using sqrt function: Square for of 100 = 10
At line 4,the initial value of potato is doubled and stored in potato variable. 100 * 2 = 200
At line 5, the new value of potato is printed: 200.
Light fixtures lamps and tv i think