#endpoints. basic geometry
22 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
question 21 and 23 btw
Well, I'm not really familiar with this kind of question. But since the problem gave you one endpoint and the middle point of a line, don't you just need to calculate the distance between one endpoint and the midpoint, double it and add to the first endpoint?
that is a way that works, but is longer and less efficient
let the other endpoint hold the coordinates (a, b)
can you find the midpoint in terms of a and b?
How
Would you have to put one of the coordinates on one side
But would it be the second end point coordinates or the midpoint coordinates
$(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2})$
;(
X_1 would be -1 and y_1 would be -8
take the two endpoints, (-1, 9) and (a, b), and find the midpoint using them
then set it equal to the midpoint you are given
Okay thanks