<u>Marasmus disease is caused due to vitamin deficiency. It usually occurs when a person's diet does not contain all the vitamins and nutrients that the body needs to function. It involves wasting of body tissues, mainly muscles, and subcutaneous fat and it resulted in severe restrictions in energy intake.</u><u>.</u><u>.</u><u>.</u>
<u>happy</u><u> </u><u>learning</u><u>.</u><u>.</u>
Answer:Waves shape the earths surface because they change the form of the coastal land form, meaning that when a wave is formed and moves they are also moving sand and rocks which can change the shape of the surface
Explanation:
The Cochlea is filled with a fluid that moves in response to the vibrations from the oval window. As the fluid moves, 25,000 nerve endings are set into motion. These nerve endings transform the vibrations into electrical impulses that then travel along the eighth cranial nerve (auditory nerve) to the brain.
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
Answer:
Explanation:
From the given information:
Distance 
Speed of the comet 
At distance 
where;
mass of the sun = 

To find the speed
:
Using the formula:

![E_f = E_i + 0 \\ \\ K_f + U_f = K_i + U_i \\ \\ = \dfrac{1}{2}mV_f^2 + \dfrac{-GMm}{d^2} = \dfrac{1}{2}mV_i^2+ \dfrac{-GMm}{d_i} \\ \\ V_f = \sqrt{V_i^2 + 2 GM \Big [ \dfrac{1}{d_2}- \dfrac{1}{d_i}\Big ]}](https://tex.z-dn.net/?f=E_f%20%3D%20E_i%20%2B%200%20%5C%5C%20%5C%5C%20%20K_f%20%2B%20U_f%20%3D%20K_i%20%2B%20U_i%20%20%5C%5C%20%5C%5C%20%3D%20%5Cdfrac%7B1%7D%7B2%7DmV_f%5E2%20%2B%20%20%5Cdfrac%7B-GMm%7D%7Bd%5E2%7D%20%3D%20%20%5Cdfrac%7B1%7D%7B2%7DmV_i%5E2%2B%20%5Cdfrac%7B-GMm%7D%7Bd_i%7D%20%5C%5C%20%5C%5C%20V_f%20%3D%20%5Csqrt%7BV_i%5E2%20%2B%202%20GM%20%5CBig%20%5B%20%20%5Cdfrac%7B1%7D%7Bd_2%7D-%20%5Cdfrac%7B1%7D%7Bd_i%7D%5CBig%20%5D%7D)
![V_f = \sqrt{(9.1 \times 10^{4})^2 + 2 (6.67\times 10^{-11}) *(1.98 * 10^{30} ) \Big [ \dfrac{1}{6*10^{12}}- \dfrac{1}{4.8*10^{10}}\Big ]}](https://tex.z-dn.net/?f=V_f%20%3D%20%5Csqrt%7B%289.1%20%5Ctimes%2010%5E%7B4%7D%29%5E2%20%2B%202%20%286.67%5Ctimes%2010%5E%7B-11%7D%29%20%2A%281.98%20%2A%2010%5E%7B30%7D%20%29%20%5CBig%20%5B%20%20%5Cdfrac%7B1%7D%7B6%2A10%5E%7B12%7D%7D-%20%5Cdfrac%7B1%7D%7B4.8%2A10%5E%7B10%7D%7D%5CBig%20%5D%7D)
