Answer:
The current through each lamp is 0.273 Amperes
Power dissipated in each lamp is 0.082W
Explanation:
Battery v = 1.5 V
Each lamp has resistance, r = 1.1 Ohms
The 5 lamps in series will therefore have total resistance, R = 5 * 1.1 = 5.5 Ohms
The current through each lamp, I = v/R = 1.5 / 5.5 = 0.273 Amperes
Power dissipated in each lamp = I² * r = 0.273² * 1.1 = 0.082W
Answer:
10 flip -flops are required to build a binary counter circuit to count to from 0 to 1023 .
Explanation:
Answer:
1) 4.361 x 10 raised to power 8 revolutions
2) 1.744 x 10 raised to power 9 firings
3) 2.18 x 10 raised to power 8 intake strokes
Explanation:
The step by step explanation is as shown in the attachment
Answer:
#Initialise a tuple
team_names = ('Rockets','Raptors','Warriors','Celtics')
print(team_names[0])
print(team_names[1])
print(team_names[2])
print(team_names[3])
Explanation:
The Python code illustrates or printed out the tuple team names at the end of a season.
The code displayed is a function that will display these teams as an output from the program.
Answer:
(a) The force sustained by the matrix phase is 1802.35 N
(b) The modulus of elasticity of the composite material in the longitudinal direction Ed is 53.7 GPa
(c) The moduli of elasticity for the fiber and matrix phases is 124.8 GPa and 2.2 GPa respectively
Explanation:
Find attachment for explanation