Difference between revisions of "2010 UNCO Math Contest II Problems/Problem 11"
(Created page with "== Problem == (a) The <math>3 \times 3</math> square grid has <math>9</math> dots equally spaced. How many squares (of all sizes) can you make using four of these dots as vertic...") |
m (→Problem) |
||
Line 14: | Line 14: | ||
draw((0,0)--(1,0)--(1,1)--(0,1)--cycle,black); | draw((0,0)--(1,0)--(1,1)--(0,1)--cycle,black); | ||
draw((4,1)--(5,0)--(6,1)--(5,2)--cycle,black); | draw((4,1)--(5,0)--(6,1)--(5,2)--cycle,black); | ||
− | draw((3,-1)--(3,3), | + | draw((3,-1)--(3,3),dashed); |
</asy> | </asy> | ||
Line 23: | Line 23: | ||
(d) How many for an <math>(N+1) \times (N+1)</math> grid of dots? | (d) How many for an <math>(N+1) \times (N+1)</math> grid of dots? | ||
− | |||
− | |||
− | |||
== Solution == | == Solution == |
Revision as of 15:22, 19 October 2014
Problem
(a) The square grid has dots equally spaced. How many squares (of all sizes) can you make using four of these dots as vertices? Two examples are shown.
(b) How many for a ?
(c) How many for a ?
(d) How many for an grid of dots?