Answer:
If you have an initial velocity of 1.5m/s and the ramp height is 4.5, and an extreme fart is initiated at the bottom of the ramp exerting an didditional upward force, and the smell of the fart causes you to begin flailing, and everyone running from you causes an additional wind force, then you would be rolling at a speed of 3 m/s given there is no friction. :)
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))
made up of more than one cell.