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:
S = 0.5 km
velocity of motorist = 42.857 km/h
Explanation:
given data
speed = 70 km/h
accelerates uniformly = 90 km/h
time = 8 s
overtakes motorist = 42 s
solution
we know initial velocity u1 of police = 0
final velocity u2 = 90 km/h = 25 mps
we apply here equation of motion
u2 = u1 + at
so acceleration a will be
a =
a = 3.125 m/s²
so
distance will be
S1 = 0.5 × a × t²
S1 = 100 m = 0.1 km
and
S2 = u2 × t
S2 = 25 × 16
S2 = 400 m = 0.4 km
so total distance travel by police
S = S1 + S2
S = 0.1 + 0.4
S = 0.5 km
and
when motorist travel with uniform velocity
than total time = 42 s
so velocity of motorist will be
velocity of motorist = 
velocity of motorist =
velocity of motorist = 42.857 km/h
Answer:
a) 

b)

Explanation:
Given that:
diameter d = 12 in
thickness t = 0.25 in
the radius = d/2 = 12 / 2 = 6 in
r/t = 6/0.25 = 24
24 > 10
Using the thin wall cylinder formula;
The valve A is opened and the flowing water has a pressure P of 200 psi.
So;




b)The valve A is closed and the water pressure P is 250 psi.
where P = 250 psi






The free flow body diagram showing the state of stress on a volume element located on the wall at point B is attached in the diagram below
Answer:
a)
, b) 
Explanation:
a) The Coefficient of Performance of the Carnot Heat Pump is:

After some algebraic handling, the temperature of the cold reservoir is determined:




b) The heating load provided by the heat pump is:



Answer:
Option B: An MSDS
Explanation:
A dictionary is used to check up the meaning of general words and not for checking if a substance being used is hazardous. Option A is wrong.
MSDS means "Material Safety Data Sheet" and it contains documents with information that relates to occupational health & safety for checking various substances and products. Thus, option B is correct.
SAE stands for Society of Automotive Engineering and their standards pertain to mainly Automobiles. Thus option C is wrong.
EPA guidelines are mainly for checking facility and environmental health and safety compliance. Thus, option D is wrong.