Y by
Two pairs of distinct points are chosen from the
-by-
grid below. What is the probability that the lines formed by both pairs are perpendicular?
![[asy]unitsize(32);
for (int x=0; x<3; ++x) {
for (int y=0; y<3; ++y) {
dot((x,y));
}
}
[/asy]](//latex.artofproblemsolving.com/6/6/d/66d1fa79c4c30f88de6b25394da02efe8428bc8d.png)
I would greatly appreciate solutions to this so I can check my work. Thanks!


![[asy]unitsize(32);
for (int x=0; x<3; ++x) {
for (int y=0; y<3; ++y) {
dot((x,y));
}
}
[/asy]](http://latex.artofproblemsolving.com/6/6/d/66d1fa79c4c30f88de6b25394da02efe8428bc8d.png)
I would greatly appreciate solutions to this so I can check my work. Thanks!
