Answer:
SIR IT IS D HOPE THIS HELPS (☞゚ヮ゚)☞☜(゚ヮ゚☜)
Explanation:
Answer:
The expression is shown in the explanation below:
Explanation:
Thinking process:
Let the time period of a simple pendulum be given by the expression:

Let the fundamental units be mass= M, time = t, length = L
Then the equation will be in the form


where k is the constant of proportionality.
Now putting the dimensional formula:
![T = KM^{a}L^{b} [LT^{-} ^{2}]^{c}](https://tex.z-dn.net/?f=T%20%3D%20KM%5E%7Ba%7DL%5E%7Bb%7D%20%20%5BLT%5E%7B-%7D%20%5E%7B2%7D%5D%5E%7Bc%7D)

Equating the powers gives:
a = 0
b + c = 0
2c = 1, c = -1/2
b = 1/2
so;
a = 0 , b = 1/2 , c = -1/2
Therefore:

T = 
where k = 
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:
Q = -68.859 kJ
Explanation:
given details
mass 
initial pressure P_1 = 104 kPa
Temperature T_1 = 25 Degree C = 25+ 273 K = 298 K
final pressure P_2 = 1068 kPa
Temperature T_2 = 311 Degree C = 311+ 273 K = 584 K
we know that
molecular mass of 
R = 8.314/44 = 0.189 kJ/kg K
c_v = 0.657 kJ/kgK
from ideal gas equation
PV =mRT






WORK DONE

w = 586*(0.1033 -0.514)
W =256.76 kJ
INTERNAL ENERGY IS



HEAT TRANSFER

= 187.902 +(-256.46)
Q = -68.859 kJ