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))
D. Magnetism this is shown by the planet's magnetic pull on moons and space debris.
<span>4) Formation of a gas
When methane burns, it produces the gases water vapor and carbon dioxide.
</span><span />
The final speed of the nickel at the given quantity of heat is determined as 202.1 m/s.
<h3>Final speed of the nickel</h3>
Apply the principle of conservation of energy.
Q = mcΔθ
Q = (18)(0.444)(66 - 20)
Q = 367.63 J
Q = K.E = ¹/₂mv²
2K.E = mv²
v = √(2K.E/m)
where;
v = √(2 x 367.63)/(0.018))
v = 202.1 m/s
Learn more about speed here: brainly.com/question/4931057
#SPJ1