SOLUTION: The coordinates of point x are (6,2). If point x is one corner of a square, name 3 other corners.

Algebra ->  Coordinate-system -> SOLUTION: The coordinates of point x are (6,2). If point x is one corner of a square, name 3 other corners.      Log On


   



Question 129459: The coordinates of point x are (6,2). If point x is one corner of a square, name 3 other corners.
Answer by scott8148(6628) About Me  (Show Source):
You can put this solution on YOUR website!
let s="side of square"

(6,2); ((6+s),2); (6,(2+s)); ((6+s),(2+s))