Results 1 to 7 of 7

Thread: farmer and his sheep

  1. #1

    Thread Starter
    Addicted Member dolor's Avatar
    Join Date
    Sep 2002
    Location
    in a place seldom found on a map
    Posts
    220

    Question farmer and his sheep

    A farmer has three sheep. The combined weight of the sheep is 152 pounds, the smallest sheep weighs 7 pounds less the the middle-size sheep, and the largest sheep weighs 3 times the weight of the smallest sheep. What is the weight of each sheep?
    - you've been privileged to read a post by Miz

  2. #2
    Only Slightly Obsessive jemidiah's Avatar
    Join Date
    Apr 2002
    Posts
    2,431
    Smallest = Middle - 7
    Smallest = Largest / 3 'Derived by dividing by 3
    Smallest + Middle + Largest = 152

    This is, unfortunately, a system of 3 equations in 3 variables, so you have to reduce to one variable, find it, plug it in to get the 2nd variable, and plug both of those in to get the third variable.

    Smallest = Middle - 7
    Smallest = Largest / 3
    (Subtract)
    0 = Middle - 7 - Largest / 3

    Smallest = Largest / 3
    Smallest + Middle + Largest = 152
    (subtract)
    Middle + Largest = -Largest / 3 + 152 (multiplied by -1)
    Middle + 4/3 * Largest = 152

    Middle = 7 + Largest / 3
    Middle = 152 - 4/3 * Largest
    (subtract)
    0 = -145 + 5/3 * Largest
    145 = 5/3 * Largest

    So, using the last equation you get
    Largest = 87 (pounds)

    Smallest = 87 / 3;
    Smallest = 29 pounds

    Smallest + 7 = Middle;
    Middle = 36 pounds
    The time you enjoy wasting is not wasted time.
    Bertrand Russell

    <- Remember to rate posts you find helpful.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Uhm... an easier representation of the same :

    S=smallest
    M= Medium
    L = Largest

    S+M+Z = 152

    Given: S=M-7 ---> M=S+7
    Given: L = 3S

    Replace it,

    S + S + 7 + 3S = 152
    5S = 145
    S = 29.

    Do the rest. Short and sweet.

  4. #4
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    I just typed in into my ti-92, no bother redoing the math.

    Good job, jemidiah.

  5. #5
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    Lucky farmer!
    I don't live here any more.

  6. #6
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111

    Re: farmer and his sheep

    Originally posted by dolor
    A farmer has three sheep. The combined weight of the sheep is 152 pounds, the smallest sheep weighs 7 pounds less the the middle-size sheep, and the largest sheep weighs 3 times the weight of the smallest sheep. What is the weight of each sheep?
    The real question is...

    which sheep is sexiest?


  7. #7
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860
    x=small sheep
    152=x+(x+7)+(3x)
    152 = 5x + 7
    5x = 145
    x = 29

    small = 29
    mid = 36
    large = 29*3 = 60 + 9*3 = 60+27 = 87
    Don't pay attention to this signature, it's contradictory.

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