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))
 
        
             
        
        
        
Technically, it should roll forever.
        
             
        
        
        
ball drops 45m under g=10m/s/s
45=1/2x10xt^2 ... application of kinematic equaion from rest
90/10=t^2
t=3
24.0 m in 3 secs => 8m/s no air resistance
 
        
             
        
        
        
I think the correct answer would be making soaps and detergents. It is the manufacture of soaps and detergents that makes use of a base. It is included in the process of such product. Hope this answers the question. Have a nice day.