Builderman is dksbdkbsnsbs
Answer:
c) 1.75 g/cm³
Explanation:
Given that
Radii of the A ion, r(c) = 0.137 nm
Radii of the X ion, r(a) = 0.241 nm
Atomic weight of the A ion, A(c) = 22.7 g/mol
Atomic weight of the X ion, A(a) = 91.4 g/mol
Avogadro's number, N = 6.02*10^23 per mol
Solution is attached below
Answer:
def output_ints_less_than_or_equal_to_threshold(user_values, upper_threshold):
for value in user_values:
if value < upper_threshold:
print(value)
def get_user_values():
n = int(input())
lst = []
for i in range(n):
lst.append(int(input()))
return lst
if __name__ == '__main__':
userValues = get_user_values()
upperThreshold = int(input())
output_ints_less_than_or_equal_to_threshold(userValues, upperThreshold)
Answer:
screw is the answer of the question
Answer: hello some parts of your question is missing attached below is the missing information
The radiator of a car is a type of heat exchanger. Hot fluid coming from the car engine, called the coolant, flows through aluminum radiator tubes of thickness d that release heat to the outside air by conduction. The average temperature gradient between the coolant and the outside air is about 130 K/mm . The term ΔT/d is called the temperature gradient which is the temperature difference ΔT between coolant inside and the air outside per unit thickness of tube
answer : Total surface area = 3/2 * area of old radiator
Explanation:
we will use this relation
K = 
change in T = ΔT
therefore New Area ( A ) = 3/2 * area of old radiator
Given that the thermal conductivity is the same in the new and old radiators