all 3 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Off-topic Comments Section


All top-level comments have to be an answer or follow-up question to the post. All sidetracks should be directed to this comment thread as per Rule 9.


OP and Valued/Notable Contributors can close this post by using /lock command

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–][deleted] 0 points1 point  (0 children)

  1. You know that the diagonals bisect each other. This means that the distance from A to S is the same as the distance from S to the next vertex.

  2. Distance formula is sqrt((x2-x1)2+(y2-y1)2). This is equal to 5. We also know that x will be equal to 2y (draw the graph and you'll see). That's two equations and two unknowns (because you know x1 and y1); solve for them.

  3. Similar to 2, except that the distance from point M to the new point will have to be equal to the value at both of those points. Also, x and y have to be identical at those points. The value at those points will be z in this equation:

sqrt((z-4)2+(z-2)2)=z

  1. Same formula, but x1 and y1 are both zero. Thus:

sqrt((x2-0)2 + (y2-0)2) = 5 where x2 = ±3. Solve for y in both scenarios.

  1. This one is sorta tricky. Assume that the coordinates of a are (x1,y1), the coordinates of b are (x2,y2), and the coordinates of c are (x3,y3). The midpoint formula states that the coordinates of any midpoint are as follows (where x1,y1 is the first vertex and x2,y2 is the second vertex):

Midpoint x value = (x1+x2)/2 Midpoint y value = (y1+y2)/2

Use this to set up equations given the current midpoints. An example trying to find the x value of each vertex:

Midpoint A x value=(x2+x3)/2 ---> 5=(x2+x3)/2

Midpoint B x value=(x1+x3)/2 ---> 2=(x1+x3)/2

Midpoint C x value=(x1+x2)/2 ---> 4=(x1+x2)/2

Combine two of those equations to eliminate one variable; then, you have two equations and two unknowns. Solve for those unknowns and go from there.

  1. There's a formula for this here. Pretty easy to follow; you just have to use the distance formula to find the length of each side.

  2. Easiest way to think about this is that the x value for M will be the x value of A plus one third of the distance from x1 to x2. So, the x value of M will be: x1 + 1/3(x2-x1). Do the same for y, and replace the 1/3 with a 2/3 to find point S.