Three significant figures in the number 103
Answer:
Written in Python
def energyvector(mass):
c = 2.9979 * 10**8
energy = mass * c ** 2
print(round(energy,2))
Explanation:
This line defines the function
def energyvector(mass):
This line initializes the speed of light
c = 2.9979 * 10**8
This line calculates the corresponding energy
energy = mass * c ** 2
This line prints the calculated energy
print(round(energy,2))
First of all, we need to write the First Law of thermodynamics assigning the correct sign convention:

where
is the change in internal energy of the system
Q is the heat absorbed/released
W is the work done
and the signs are assigned based on whether there is an increase in the internal energy or not. Therefore:
Q is positive if it is absorbed by the system (because internal energy increases)
Q is negative if it is released by the system (because internal energy decreases)
W is negative if it is done by the system on the surrounding (because internal energy decreases)
W is positive if it is done by the surrounding on the system (because internal energy increases)
Using these definitions, we can now fill the text of the question:
When a system is heated, heat is ABSORBED by the system. The amount of heat added is given a POSITIVE sign. When a system is cooled, heat is RELEASED by the system. The amount of heat is given a NEGATIVE sign. If a gas expands, it must push the surrounding atmosphere away. Thus, work is done BY the system and is given a NEGATIVE sign. If a gas is compressed, then work is done ON the system. This work is given a POSITIVE sign.
Answer:
A gas
Explanation:
The two straight lines are evaporation and condensation as all the energy is used in state changes so the temperature doesn't increase. So after D to E the material is a gas.
Answer: A chemical reaction occurs when some substances change chemically to other substances. Chemical reactions are represented by chemical equations. Consider a simple chemical reaction, the burning of methane. In this reaction, methane (CH4) combines with oxygen (O2) in the air and produces carbon dioxide (CO2) and water vapor (H2O). The reaction is represented by the following chemical equation:
CH4 + 2O2 → CO2 + 2H2O
Explanation: I did research