<span>D. A statement that explains an observation
</span>
Answer:
Water breaking down into hydrogen and oxygen is a decomposition reaction
Hydrogen and oxygen combining to form water is a synthesis reaction
Explanation:
A decomposition reaction is a chemical reaction that involves the breakdown of a chemical reactant entity into two or more simpler product fragments
Water H₂O undergoes a decomposition reaction by breaking down into hydrogen, H₂,, and oxygen, O₂, as follows;
2H₂O (l) → 2H₂ (g) + O₂ (g)
A synthesis reaction is a reaction that involves the chemical combination of two or more dissimilar molecules or atoms to produce a different compound or molecule
Water, H₂O, is formed by a synthesis reaction of hydrogen, H₂,, and oxygen, O₂, combining as follows;
2H₂ + O₂ → 2H₂O
Answer:
5.0 m/s
Explanation:
The horizontal motion of the salmon is uniform, so the horizontal component of the salmon's velocity is constant and it is

where u is the initial speed and
. The horizontal distance travelled by the salmon is

where d = 1.95 m and t is the time needed to reach the final point.
Re-arranging for t,
(1)
Along the vertical direction, the equation of motion is

where:
y = 0.311 m is the final height reached by the salmon
h = 0 is the initial height
is the vertical component of the initial velocity of the salmon
is the acceleration of gravity
t is the time
Substituting t as found in eq.(1), we get the equation

and we can solve this formula for u, the initial speed of the salmon:

Queremos crear un diagrama general para calcular el área de un triangulo.
Este será algo como:
- Definir variables
- Pedirle al usuario que introduzca los valores deseados (de las variables).
- Leer los valores deseados y asignarlo a la variable correspondiente.
- Realizar la operación para calcular el área.
- Mostrar en pantalla el resultado.
Como naturalmente habra algunas variaciones segun el programa que utilicemos, lo voy a escribir de forma bastante general.
Primero definamos nuestras variables:
Por ejemple, en fortran usariamos algo como:
real:: B, H, A
Donde B será la variable que usaremos para la base, H para la altura, y A para el área.
Luego tenemos que escribir en pantalla algo que le diga al usario que debe introducir la base y el area.
Luego el programa debe ser capaz de leer ese input.
con algo de la forma:
B = read*input 1
H = read*input 2
Una vez tenemos definidas las variables, simplemente calculamos el área del triangulo:
A = H*B/2
Finalmente la podemos mostrar en pantalla con algo como:
print(A).
Lo que nos mostraría el valor del área.
Concluyendo, el diagrama en general sería:
- Definir variables
- Pedirle al usuario que introduzca los valores deseados (de las variables).
- Leer los valores deseados y asignarlo a la variable correspondiente.
- Realizar la operación para calcular el área.
- Mostrar en pantalla el resultado.
Si quieres aprender más, puedes leer:
brainly.com/question/21949109
The answer is b.) the momentum before the collision is greater than the momentum after the collision