Answer:
Using python
num_boys = int(input("Enter number of boys :"))
num_girls = int(input("Enter number of girls :"))
budget = int(input("Enter the number of dollars spent per school year :"))
try:
dollarperstudent = budget/(num_boys+num_girls)
print("Dollar spent per student : "+str(dollarperstudent))#final result
except ZeroDivisionError:
print("unavailable")
Answer:
Đường dây siêu cao áp 500kV: Những chuyện giờ mới kể ... Ngày 27/5/1994, hệ thống đường dây điện siêu cao áp 500kV Bắc - Nam chính thức đưa ... Tại thời điểm đó, các nước như Pháp, Úc, Mỹ khi xây dựng đường dây dài nhất ... và chế ra các máy kéo dây theo đặc thù công việc của từng đơn vị.
Explanation:
Answer:
The correct option is;
A. proper protection
Explanation:
Motorcycle riders ride the motorcycle while at some level of speed while having the entire body exposed to be a major part of any collision.
Injuries sustained from motorcycle accidents are several times more severe than injuries sustained by occupants of a car that is fully protected by the metallic panel in the same and even more serious accident scenarios
Hence, motorcycle riders require adequate protection by putting on available motorcyclist safety gear
Therefore, to reduce the risk of severe injury n a crash, motorcycle riders require proper protection.
During World War ll, the United States and the Soviet Union fought together as the allies against the Axis power. However, the relationship between the two nations was a tense one. Americans had long been wary of Soviet communism and concerned about Russian leader Joseph Stalin’s tyrannical rule of his own country
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