Answer:
12m
Explanation:
To obtain the answer to the question given, we must observe the characteristics of image formed by a plane mirror.
The image formed by a plane mirror have the following characteristics:
1. Laterally inverted.
2. Same distance as the object from the mirror.
3. Same height as the object.
4. Virtual.
With the above information, we can calculate the distance between the boy and his image as follow:
Initially:
Object distance (u) = 4m
Image distance (v) = 4m
The boy moved 2m away, therefore:
Object distance (u) = 2 + 4 = 6m
Image distanc(v) = 2 + 4 = 6m
The distance between the boy and his image will be the sum of his distance (u) and image distance (v) i.e (u + v)
The distance between the boy and his image = 6 + 6 = 12m
Therefore, the distance between the boy and his image is 12m.
Answer:
A bug must swim as fast as the wave speed to keep up with the waves it produces. Moreso, a boat must be moving faster than the waves it creates to produce a bow wave.
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:
4.88 m/s
Explanation:
Vertical component would be 12 * sin 24 = 4.88 m/s
Horizontal is 12 * cos 24
Acceleration....................................... <span />