Results 1 to 5 of 5

Thread: Rectangle Problem [resolved]

  1. #1

    Thread Starter
    Hyperactive Member Greyskull's Avatar
    Join Date
    Dec 2003
    Location
    somewhere in England
    Posts
    382

    Resolved Rectangle Problem [resolved]

    Todd and his brother have each agreed to mow half of the front lawn, which is a 20m by 40m rectangle. The mower cuts a 1m wide strip. If Todd starts at the corner and mows around the lawn toward the centre, about how many times around does he go before he has mowed his half?

    I have been trying to figure out how to do this question for a while now.....

    ne help in here will be great

    thanks in advance
    Last edited by Greyskull; Jun 15th, 2006 at 11:16 AM.

  2. #2
    Fanatic Member twanvl's Avatar
    Join Date
    Dec 2001
    Posts
    771

    Re: Rectangle Problem

    one possible way would be to make a drawing, another is to use a table. Each time a side of the rectangle is mowed, so it gets 1m smaller in one of the two directions (he either mows a horizontal or a vertical strip), so you get something like:
    after 0 sides: 20x40
    after 1 sides: 19x30
    after 2 sides: 19x39
    after 3 sides: 18x49
    ...
    after n sides: 0xSomething

  3. #3
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Rectangle Problem

    To clarify, that is:

    20x40
    19x40
    19x39
    18x39
    18x38

    etc


    Perhaps another way to look at it is that he mows 40m^2, 19m^2, 39m^2, 18m^2, 38m^2, 17m^2, 37m^2, etc. The pattern is fairly obvious and is just a simple sum. When this sum exceeds half the area of the lawn, namely 400m^2, then he has done his bit.

    zaza
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

  4. #4
    Addicted Member Rassis's Avatar
    Join Date
    Jun 2004
    Location
    Lisbon
    Posts
    248

    Re: Rectangle Problem

    20x40 = 800 m2
    19x40 = 760 m2
    19x39 = 741 m2
    18x39 = 702 m2
    18x38 = 684 m2 (one time)
    17x38 = 646 m2
    17x37 = 629 m2
    16x37 = 592
    16x36 = 576 m2 (two times)
    15x36 = 540 m2
    15x35 = 525 m2
    14x35 = 490 m2
    14x34 = 476 m2 (three times)
    13x34 = 442 m2
    13x33 = 429 m2
    12x33 = 396 m2 (< 400 m2, therefore appr. 3.7 times)
    12x32 = 384 m2

    Todd will have to go around approximately 3.7 times until he finishes mowing his half.

    Rui
    ...este projecto dos Deuses que os homens teimam em arruinar...

  5. #5

    Thread Starter
    Hyperactive Member Greyskull's Avatar
    Join Date
    Dec 2003
    Location
    somewhere in England
    Posts
    382

    Resolved Re: Rectangle Problem [resolved]

    thanx for your help guys

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width