Answer:
g = 11.2 m/s²
Explanation:
First, we will calculate the time period of the pendulum:

where,
T = Time period = ?
t = time taken = 135 s
n = no. of swings in given time = 98
Therefore,

T = 1.38 s
Now, we utilize the second formula for the time period of the simple pendulum, given as follows:

where,
l = length of pendulum = 54 cm = 0.54 m
g = acceleration due to gravity on the planet = ?
Therefore,

<u>g = 11.2 m/s²</u>
Answer:
B. d(low)=4d(high)
Explanation:
Frequency of a string can be written as;
f = v/2L
Where;
v = sound velocity
L = string length
Frequency can be further expanded to;
f = v/2L = (1/2L)√(T/u) ......1
Where;
m= mass,
u = linear density of string,
T = tension
p = density of string material
A = cross sectional area of string
d = string diameter
u = m/L .......2
m = pAL = p(πd^2)L/4 (since Area = (πd^2)/4)
f = (1/2L)√(T/u) = (1/2L)√(T/(m/L))
f = (1/2L)√(T/((p(πd^2)L/4)/L))
f = (1/2L)√(4T/pπd^2)
f = (1/L)(1/d)√(4T/pπ)
Since the length of the strings are the same, the frequency is inversely proportional to the string diameter.
f ~ 1/d
So, if
4f(low) = f(high)
Then,
d(low) = 4d(high)
Answer:
According to the Conservation of Momentum,
Momentum of the gun = momentum of the bullet
M(gun)×V(gun)=m(bullet)×v(bullet)
4kg × V = 0.3kg × 600m/s²
V = (0.3 × 600)/4 = 45 m/s
The recoil velocity on the gun is <em><u>45 m/s</u></em>
<h3><u>45 m/s</u> is the right answer.</h3>
Answer:
<u>what</u><u> </u><u>will</u><u> </u><u>happen</u><u> </u><u>if</u><u> </u><u>i</u><u> </u><u>will</u><u> </u><u>answer</u><u> </u><u>ur</u><u> </u><u>questions</u><u>?</u>
Explanation:
is there gonna be a bad thing or a good thing
Answer: The IF clause.
Explanation: This is the IF clause; you can use it as:
IF (something = true) then "something happens"
else "other thing happens"
Some example of it can be, suppose that your program reads a number X that the user inputs, then you can do:
If ( X > 5) then
print: "the number X is bigger than five"
Else
print: "the number X is smaller than five"
Where, of course, the statements depend on the language used, but the "if" clause works almost the same in every language.