Answer:
True.
Explanation:
The density of an object is given by its mass divided by its volume. It can be given as follows :

It can be seen that the density of an object is directly proportional to its mass. It means if the mass of an object increase, its density will also increase. Hence, the given statement is true.
Answer:
There are two main types of OTC pain medicines: acetaminophen (Tylenol) and nonsteroidal anti-inflammatory drugs (NSAIDs). Aspirin, naproxen (Aleve), and ibuprofen (Advil, Motrin) are examples of OTC NSAIDs. If OTC medicines don't relieve your pain, your doctor may prescribe something stronger
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:
initial momentum = .36 kg.m.s⁻¹
negative impulse = force x time = .02 x 12 = .24 kg.m.s⁻¹
final momentum - initial momentum = impulse
final momentum = initial momentum + impulse
= .36 - .24
= .12 kg.m.s⁻¹
Answer:
it will move towards the object's magnetic south
Explanation:
The compass pints towards the earth geographic north because the magnetic south of the earth's magnetic field is located in there, if you placed such compass neaar the piece of ferromagnetic material, the magnetic field produced by the magnet will make the compass needle point towards its south magnetic pole, in the same fashion as it points to the earth's magnetic south. It will point to the object's south pole because the magnetic field will be stronger than the earth's (which is weak) that is because of the way magnetism works, opposite poles are attracted and similar poles will tend to separate from each other