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:
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:
a. 1.91 b. -8.13 mm
Explanation:
Modulus =stress/strain; calculating stress =F/A, hence determine the strain
Poisson's ratio =(change in diameter/diameter)/strain
Answer:
Disc brake system use a slim rotor and small caliper to halt wheel movement but a drum brake system allow heat to build up inside the drum during heavy braking .