bird puzzle

+ Ask Question / Post resume
Results 1 to 2 of 2
  1. Post Count Number #1
    Super Moderator
    Join Date
    April 18th, 2008
    Location
    Tuticorin
    Posts
    7,026

    bird puzzle

    Q : Some birds settled on the branches of tree. First they set one to a branch and there was one bird too many. Next they set two to a branch and there was one branch too many. how many branches were there?

  2. Post Count Number #2
    Site Admin
    Join Date
    April 17th, 2008
    Location
    Europe
    Posts
    11,588

    Number of branches = x
    Number of birds = y

    x = y - 1
    2x = y + 2
    -----------------
    x = 3
    -----------------

    ie. y = 4

    ====>> 3 branches and 4 birds.