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))
Answer:
due to production of heat through friction
Answer:
Orbital period, T = 1.00074 years
Explanation:
It is given that,
Orbital radius of a solar system planet, 
The orbital period of the planet can be calculated using third law of Kepler's. It is as follows :

M is the mass of the sun

T = 31559467.6761 s
T = 1.00074 years
So, a solar-system planet that has an orbital radius of 4 AU would have an orbital period of about 1.00074 years.
Answer:
1. 38,500
2. 308,000
Explanation:
This would require a calculator. To find momentum, you multiply mass and velocity. You always want your mass to be measure in kilograms, but that is irrelevant in this question because they already are, it is just something to remember.