• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Try this

 
Ranch Hand
Posts: 290
Oracle Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Post your answers here......
---------------------
There's a bus with 7 girls

Each girl carries 7 bags

Each bag carries 7 big cats

Each big cat carries 7 smaller cats

(All the cats have 4 legs)

Question: how many legs are on the bus?
--------------------
Thanks
Aryan
 
Ranch Hand
Posts: 621
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi thr

my answer is





let me know if m right..............
 
Ranch Hand
Posts: 112
Android Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by dhwani mathur:
Hi thr
my answer is

let me know if m right..............



I think you made a typo, my answer is 10990.
 
Bartender
Posts: 612
7
Mac OS X Python
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Funny i get 10992
 
Aryan Khan
Ranch Hand
Posts: 290
Oracle Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One of the above is right...-- ...
Others keep trying
 
Ranch Hand
Posts: 1419
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Peter van de Riet:


I think you made a typo, my answer is 10990.

That's what I get.

(7 girls * 2 legs/girl)

plus

(7 girls * 7 bags/girl * 7 bigCats/bag * 4 legs/bigCat)

plus

(7 girls * 7 bags/girl * 7 bigCats/bag * 7 smallCats/bigCat * 4 legs/smallCat)
[ December 31, 2007: Message edited by: Frank Silbermann ]
 
Steve Fahlbusch
Bartender
Posts: 612
7
Mac OS X Python
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
and the bus driver?
 
lowercase baba
Posts: 13089
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Steve Fahlbusch:
and the bus driver?


the original problem never states that there is a bus driver. Perhaps one of the seven girls IS the bus driver. Or perhaps there is a security guard, a ASPCA representative, or 100 cockroaches on the bus as well. If you want to start making assumptions, go ahead, but i'd stick with what the original problem states as facts, and stop there.
 
Wanderer
Posts: 18671
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, the original problem also doesn't mention that the girls have two legs apiece. That seems obvious, but the problem did state that each cat has four legs, which seems equally obvious. The omission seems odd. For all we know, some of the girls could be amputees.

[Fred]: Perhaps one of the seven girls IS the bus driver.

Each girl already has 392 cats to deal with, and now one is expected to drive as well?
[ December 31, 2007: Message edited by: Jim Yingst ]
 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What about the seats on the bus? Do they not have legs too! This unreasonable prejudice against seats has got to stop!
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A bus doesn't have any legs.

But if you wanted to know how many total legs on all the cats that happen to also be in the bus then that is

7*7*7*4 for the big cats
7*7*7*7*4 for the smaller cats
=

10976

Mark
 
Aryan Khan
Ranch Hand
Posts: 290
Oracle Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Mark why you left out the 14 gals

My answer 14 legs....who cares for the cats, driver or bus.

Aryan
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic