Answer:
Explanation:
The sum of kinetic and potential energy is the mechanical energy of the system. Assuming the energy of the system is conserved, which it is in your case, then the initial mechanical energy will equal the final mechanical energy. This relationship is very useful in mechanics.
A. corn syrup sorry if I replied late
Answer:
The code is written in python in the explanation section below
Explanation:
a_feet = int(input("Input the feet of the first fabric: "))
a_inches = int(input("input the size in inches for the first piece of fabric: "))
b_feet = int(input("input the size in Feet for the second piece of fabric: "))
b_inches = int(input("Enter the size in Inches for the second piece of fabric: "))
sum_inches = a_inches + b_inches
inches_to_feet = sum_inches // 12
rem_from_div = sum_inches % 12
sum_feet = a_feet + b_feet + inches_to_feet
print("Feet: {} Inches: {}".format(sum_feet, rem_from_div))
According to given condition there is no height(m) given from roof of building to the ground, there height given 18 m at a point above the ground. So, h=18m , mass=3kg , g=9.8m/s2 P.E=mgh P.E=(3)(9.8)(18) P.E=529J