R01= 14.1 Ω
R02= 0.03525Ω
<h3>Calculations and Parameters</h3>
Given:
K= E2/E1 = 120/2400
= 0.5
R1= 0.1 Ω, X1= 0.22Ω
R2= 0.035Ω, X2= 0.012Ω
The equivalence resistance as referred to both primary and secondary,
R01= R1 + R2
= R1 + R2/K2
= 0.1 + (0.035/9(0.05)^2)
= 14.1 Ω
R02= R2 + R1
=R2 + K^2.R1
= 0.035 + (0.05)^2 * 0.1
= 0.03525Ω
Read more about resistance here:
brainly.com/question/17563681
#SPJ1
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:
HUMAN DEVELOPMENT
MOTOR BEHAVIOR
EXERCISE SCIENCE
MEASUREMENT AND EVALUATION
HISTORY AND PHILOSOPHY
UNIQUE ATTRIBUTES OF LEARNERS
CURRICULUM THEORY AND DEVELOPMENT
Explanation:
Answer: A function returns a value and a procedure just executes commands.
Explanation: