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.
Https://www.slader.com/discussion/question/an-insulated-rigid-tank-is-divided-into-two-equal-parts-by-a-partition-initially-one-part-contains-4/
there will be the answer
Answer:
Eutectic product in Fe-C system is called Ledeburite-C.
Explanation:
Given T = 10 °C
The conversion of T( °C) to T(K) is shown below:
T(K) = T( °C) + 273.15
So,
T = (10 + 273.15) K = 283.15 K
<u>T = 283.15 K </u>
The conversion of T( °C) to T(F) is shown below:
T (°F) = (T (°C) × 9/5) + 32
So,
T (°F) = (10 × 9/5) + 32 = 50 °F
<u>T = 50 °F</u>
The conversion of T( °C) to T(R) is shown below:
T (R) = (T (°C) × 9/5) + 491.67
So,
T (R) = (10 × 9/5) + 491.67 = 509.67 R
<u>T = 509.67 R</u>