Rectangles

From: Graham Drabble (graham.drabble_at_lineone.net)
Date: 01/15/05


Date: Sat, 15 Jan 2005 19:16:36 GMT

I was talking to a friend of mine the other day who is training to be
a primary teacher (5-9 year old). She mentioned an investigation that
the children were asked to do that consisted of drawing a rectangle
on squared paper, drawing the diagonl and then counting how many
squares it passes through (any square passed through conts as 1 even
if only partly touched so a 2x3 rectangle = 4).

I thought about this and decided there must be a way of solving this
mathematically. However I've not got far in solving it. What I've got
so far is:

if we define a rectangle with sides of length a and b then:

number of squares = f(a,b).

where b = na (n >=1 and is an integer)

f(a,b) = na

Where a and b share a common factor, m,

f(a,b) = m f(a/m,b/m)
ie f(4,6) = 2f(2,3)

Any suggestions?

-- 
Graham Drabble
If you're interested in what goes on in other groups or want to find 
an interesting group to read then check news.groups.reviews for what 
others have to say or contribute a review for others to read.


Relevant Pages

  • Re: help with a contest problem..
    ... Bhaskara Aditya wrote: ... I've tried to solve the foll problem.. ... and set number of white squares visible ... the squares covered by that rectangle. ...
    (comp.programming)
  • Re: Divide a rectangle (with cartesian coordinates) into equal
    ... squares and I need back each coordinates of this squares! ... whose are is half that of a given rectangle is pretty straightforward. ... If the question is to divide a given rectangle in half so it becomes to ... be no larger than delta. ...
    (comp.soft-sys.matlab)
  • Re: Shape Alignment Question
    ... When yo move a rectangle near anothe one it is magnetize to one of it edge ... Visio and are of various sizes. ... rectangle (area equals the total area of the squares) and then draw ... I overlay the squares on the rectangle one at a time. ...
    (microsoft.public.visio)
  • Re: Selecting and merging rectangles
    ... Say you have a grid of squares, ... Just compute the sum of the areas of the rectangles. ... are forming a new rectangle just exactly wide and tall enough to cover ...
    (comp.programming)
  • Re: Rectangles
    ... > that consisted of drawing a rectangle on squared paper, ... > diagonl and then counting how many squares it passes through (any ... and so a 2x4 rectangle will yield 4. ... first diagram with rectangle sides n/d and m/d. ...
    (sci.math)