Answer:
The answer is: To accelerate an object <u>the force applied to the object</u> has to increase.
Explanation:
the acceleration of an object <u>increases with increased force</u> and <u>decreases with increased mass.</u>
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 789.25 which you’d subtract 2011.25-122.2 I think sry if I’m wrong
Answer:
117.72kW
Explanation:
Given data
Mass m= 50kg
height x = 2m
time taken = 2 minutes= 129 seconds
let us find the work done
WD= force * distance
WD= mgx
WD= 50*9.81*2
WD= 981 Joules
Let us find the power
Power= work * time
Power= 981*120
Power= 117720
Power= 117.72 kW
Hence the power spent is 117.72kW
The light can definitely change the mystery material. This can occur through a change in temperature or color (option C).
A material is affected by light mainly if the material absorbs the light. Based on the chart, we know this mystery material can absorb two types of light:
Moreover, this phenomenon can lead to two main changes:
- Change in temperature: Light affects materials by increasing their temperature of these. A common example is the way the temperature of an object increases if it is exposed to sunlight.
- Change in color: Some materials react to light by changing their color.
Based on this, the material can change its color or temperature.
Note: This question is incomplete; here is the missing part:
A. Yes, but the mystery material can change in only one way, such as by getting warm, because all the light that a material absorbs will affect that material in the same way.
B. No. The mystery material can’t change because the light is not a physical thing. Light cannot change physical things like the mystery material.
C. Yes and the mystery material can change in one or two different ways, such as by getting warm and/or changing color, because different types of light can cause different changes to a material when they are absorbed.
D. There is no way to know whether the mystery material will change or not.
Learn more about sunlight in: brainly.com/question/1603783