D. made because made is a synonym for assembled
Answer:
The code is given below in Python with appropriate comments
Explanation:
# convert list to set
male_names = set(['Oliver','Declan','Henry'])
# get remove and add name from user
remove_name = input("Enter remove name: ")
add_name = input("Enter add name: ")
# remove name from set
male_names.remove(remove_name)
# add new name ij set
male_names.add(add_name)
# sort the set
a = sorted(male_names)
# print the set
print(a)
Answer:
Velocity components


For Acceleration components;



Explanation:
We are given:


We first need to find the radial position r of washer in x-y plane.
Therefore

r = 500 mm
To find length along direction OA we have:

Therefore, the radial and vertical components of velocity will be given as:


Where Q is the angle between OA and vector r.
Therefore,


• 
• 
The radial and vertical components of acceleration will be:


Therefore we have:
• 
• 
• 
Note : image is missing, so I attached it
Answer:
1. 
2. 
Explanation:
1.
Given:
- height of the window pane,

- width of the window pane,

- thickness of the pane,

- thermal conductivity of the glass pane,

- temperature of the inner surface,

- temperature of the outer surface,

<u>According to the Fourier's law the rate of heat transfer is given as:</u>

here:
A = area through which the heat transfer occurs = 
dT = temperature difference across the thickness of the surface = 
dx = t = thickness normal to the surface = 


2.
- air spacing between two glass panes,

- area of each glass pane,

- thermal conductivity of air,

- temperature difference between the surfaces,

<u>Assuming layered transfer of heat through the air and the air between the glasses is always still:</u>


