Answer:
point_dist = math.sqrt((math.pow(x2 - x1, 2) + math.pow(y2 - y1, 2))
Explanation:
The distance formula is the difference of the x coordinates squared, plus the difference of the y coordinates squared, all square rooted. For the general case, it appears you simply need to change how you have written the code.
point_dist = math.sqrt((math.pow(x2 - x1, 2) + math.pow(y2 - y1, 2))
Note, by moving the 2 inside of the pow function, you have provided the second argument that it is requesting.
You were close with your initial attempt, you just had a parenthesis after x1 and y1 when you should not have.
Cheers.
Answer:
Between 35°– 45°
Explanation:
In the vertical position, Point the flame in the direction of travel. Keep the flame tip at the correct height above the base metal. An angle of 35°–45° should be maintained between the torch tip and the base metal. This angle may be varied up or down to heat or cool the weld pool if it is too narrow or too wide
Answer:
32000 bits/seconds
Explanation:
Given that :
there are 16 signal combinations (states) = 2⁴
bits n = 4
and a baud rate (number of signals/second) = 8000/second
Therefore; the number of bits per seconds can be calculated as follows:
Number of bits per seconds = bits n × number of signal per seconds
Number of bits per seconds = 4 × 8000/second
Number of bits per seconds = 32000 bits/seconds
Answer:

Explanation:
<u>Projectile Motion</u>
In projectile motion, there are two separate components of the acceleration, velocity and displacement. The horizontal component has zero acceleration (assuming no friction), and the acceleration in the vertical direction is always the acceleration of gravity. The basic formulas are shown below:

Where
is the angle of launch respect to the positive horizontal direction and Vo is the initial speed.

The horizontal and vertical distances are, respectively:


The total flight time can be found as that when y = 0, i.e. when the object comes back to ground (or launch) level. From the above equation we find

Using this time in the horizontal distance, we find the Range or maximum horizontal distance:

Let's solve for 

This is the general expression to determine the angles at which the projectile can be launched to hit the target. Recall the angle can have to values for fixed positive values of its sine:


Or equivalently:

Given Vo=37 m/s and R=70 m


And
