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))
The answer is gravitational force. The gravitational force
between the earth and the moon is the similar as between any other two masses
in space.
Newton clarified that the force of attraction between two masses
is the outcome of the weight of object one multiplied by the weight of objects
two multiplied by the gravitational constant divided by the space between the
two masses squared.
Answer:
Solar Flares and Prominences
Explanation:
The sun is source of light and heat energy and it supports life on earth because sun is the primary source of energy. But sun is also a star and is a glowing ball of hot gases mostly hydrogen and helium. There are so many activity that takes place on surface of sun. But the two activity solar flare and prominences affect the radio communication.
Solar Flare are electromagnetic energy built up in the sun atmosphere .These energy travel with the speed of light and affect outer atmosphere of earth. These increased level of X rays and ultraviolet rays ions the layer of ionosphere which becomes superionised. thus causing destructive interference.
The radio waves travel in ionosphere and frequently collide with electron lose energy and completely blackout.
Prominence is defined as gaseous cloud of calcium,hydrogen and other gases floating above sun chromosphere and emit violently particularly near sunspots sometimes travel through space and affect radio communication.
Answer:
30 minutes
Explanation:
Energy per time is constant, so:
E₁ / t₁ = E₂ / t₂
m₁C₁ΔT₁ / t₁ = m₂C₂ΔT₂ / t₂
(1 kg) C (70°C − 25°C) / 15 min = (1.5 kg) C (80°C − 20°C) / t
(1 kg) (45°C) / 15 min = (1.5 kg) (60°C) / t
3/min = 90 / t
t = 30 min