kevincan
Suppose the number of squares with sides of length 4 units that can be formed by joining 4 points in the grid above is n4, while the number of squares with sides of length 5 units that can be formed
by joining 4 points in the grid above is n5. Then n4/(n4+n5) is closest to =
(A) 0.51 (B) 0.61 (C) 0.64 (D) 0.75 (E) 0.96
I suppose we need to join 5 points to get a length of 5 units.
If we consider non-vertical and non-horizontal sides, as explained by ps_dahiya we don't get 4 or 5 units but would get 4√2 or 5√2 units (by joining 4 or 5 points diagonally).
My result is close to one of the choices but isn't matching exactly.
I set the bottommost point as (0,0) and got a grid ranging from (0,0) to (8,0) and (0,0) to (0,8) with squares in every integral coordinates.
N4 = {set of squares starting from (0,8) and going left and going down} + {set of squares starting from (1,7) and going left and going down}
+ {set of squares starting from (2,6) and going left and going down}
+ {set of squares starting from (3,5) and going left and going down}
= (5+5) + (4+4) + (3+3) + (2+2) + (1+1) = 30
Similarly N5 = 16
So the answer that I'm getting is 30/46 = 0.65. This is close to C but not exactly so.
Am I missing some square units?