1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
rosijanka [135]
3 years ago
7

AYUDAAA PORFAVOR

Physics
1 answer:
Sholpan [36]3 years ago
5 0

Queremos crear un diagrama general para calcular el área de un triangulo.

Este será algo como:

  1. Definir variables
  2. Pedirle al usuario que introduzca los valores deseados (de las variables).
  3. Leer los valores deseados y asignarlo a la variable correspondiente.
  4. Realizar la operación para calcular el área.
  5. 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:

  1. Definir variables
  2. Pedirle al usuario que introduzca los valores deseados (de las variables).
  3. Leer los valores deseados y asignarlo a la variable correspondiente.
  4. Realizar la operación para calcular el área.
  5. Mostrar en pantalla el resultado.

Si quieres aprender más, puedes leer:

brainly.com/question/21949109

You might be interested in
A particle with charge q = 10-9 C and mass m = 5.0 x 10-9 kg is moving in a magnetic field whose magnitude is 0.003 T. The speed
Marina86 [1]

Answer:

a=0.212 m/s²

Explanation:

Given that

q= 10⁻⁹ C

m = 5 x 10⁻⁹ kg

Magnetic filed ,B= 0.003 T

Speed ,V= 500 m/s

θ= 45°

Lets take acceleration of the mass is a m/s²

The force on the charge due to magnetic filed B

F= q V B sinθ

Also F= m a  ( from Newton's law)

By balancing these above two forces

m a= q V B sinθ

a=\dfrac{qVB\ sin\theta}{m}

a=\dfrac{10^{-9}\times 500\times 0.003\times\ sin45^{\circ}}{5\times 10^{-9}}\ m/s^2

a=\dfrac{10^{-9}\times 500\times 0.003\times\dfrac{1}{\sqrt2}}{5\times 10^{-9}}\ m/s^2

a=0.212 m/s²

4 0
4 years ago
imagine riding a single-speed bicycle. why do you have to push harders on the pedals to start the bicycle moving than to keep it
Flura [38]
A large force is required to accelerate the mass of the bicycle and rider. Once the desired constant velocity is reached, a much smaller force is sufficient to overcome the ever-present frictional forces. 
3 0
3 years ago
An 100 kg object traveling at 50 m/s collides (perfectly inelastic) with a 50 kg object initially at rest.
qaws [65]

Answer:

Option C. 5,000 kg m/s

Explanation:

<u>Linear Momentum on a System of Particles </u>

Is defined as the sum of the momenta of each particles in a determined moment. The individual momentum is the product of the mass of the particle by its speed

P=mv

The question refers to an 100 kg object traveling at 50 m/s who collides with another object of 50 kg object initially at rest. We compute the moments of each object

m_1=(100\ kg)(50\ m/s)=5,000\ kg\ m/s

m_2=(50\ kg)(0\ m/s) = 0

The sum of the momenta of both objects prior to the collision is

P=5,000\ kg\ m/s+0\ kg\ m/s

\boxed{ P=5,000\ kg\ m/s}

7 0
3 years ago
plastic bags have replaced for the packing of the most materials. give these advantages and two disadvantages of using plastic o
Nezavi [6.7K]
It is waterproof and more durable
5 0
3 years ago
Acceleration is defined as the rate of change for which of the following
Minchanka [31]
_Award brainliest if helped!
Velocity


Note : Not speed as Acceleration is a vector!
6 0
3 years ago
Other questions:
  • The generator in a purely inductive AC circuit has an angular frequency of 363 rad/s. If the maximum voltage is 169 V and the in
    7·1 answer
  • A blacksmith hammers a hot piece of iron while making a tool.How does the force due to hammering effect the piece of iron ???
    7·1 answer
  • A climber pulls herself 8 meters upwards with a force of 150 Newtons. If it takes her 16 seconds to cover the 8 meters, how much
    9·1 answer
  • How do you find density of a liquid
    10·1 answer
  • Suppose that the height (in centimeters) of a candle is a linear function of the amount of time (in hours) it has been burning.
    9·1 answer
  • The potential energy of an object is equal to the work required to lift it into position. True or False?
    10·2 answers
  • A battery with an internal resistance ofrand an emf of 10.00 V is connected to a loadresistorR=r. As the battery ages, the inter
    12·1 answer
  • A red cart has a mass of 4 kg and a velocity of 5 m/s. There is a 2-kg blue cart that is parked and not moving, thus its velocit
    10·1 answer
  • what kinds of investigations might have led to our current understanding of matter and energy? why is it important for scientist
    8·1 answer
  • Joey is riding in an elevator which is accelerating upwards at 2.0 m/s2. The elevator weighs 300.0 kg, and Joey weighs 60.0 kg.
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!