In a plane there are two families of lines and , where How many squares of diagonal length 2 can be formed by the two lines?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
All the lines intersect to form a 4 by 4 square grid.Squares of diagonal length 2 will be formed when we choose any two parallel lines, the distance between them being sqrt(2) , from the first family of lines as well as second family of lines.This can be done in 3 2 = 9 ways. Also, if r would have taken the values 0,1,2,...n ; then the answer (by the same procedure as before) would be ( n − 1 ) 2 .