Answer:
how are we supposed to help?
Answer:
I don't know plead hrdffffdddffff
Answer:
The kinetic energy of the weight is 344.5 J
Explanation:
Given that:
Force = F = 65 newton
distance = d = 5.3 meters
We have to find change in kinetic energy ΔK.E
Now we know that, initially kinetic energy was 0 So the formula we use will be:
Work done = Change in kinetic energy
Mathematically,
W = ΔK.E
As we know W = F . d and ΔK.E = K.E(final) - K.E(initial)
So by putting values:
F . d = K.E(final) - K.E(initial)
F . d = K.E(final)
As K.E(initial) is 0 so by putting values of F and d
(65)* (5.3) = K.E(final)
344.5 J = K.E(final)
So the change in K.E will also be 344.5 J
i hope it will help you!
I can help you, but what are the options that were given to you?
Answer:
Please, see the attachment.
Explanation:
First, we have to create two input boxes that allows the user to write the current year in one of them and his/her birth year in the another one. Also, we have to create a label that will show the result of the desired variable. We can write a message "Your age is:" and it will be attached to the result.
For the algorithm, let's call the variables as follows:
CY = Current Year
BY = Birth Year
X = Age of user
When the user inserts the current year and his/her birth year, the program will do the following operation:
X = CY - BY; this operation will give us the age of the user
After this the user will see something like "Your age is:" X.