Author Topic: logic maths: having fun 3  (Read 4451 times)

0 Members and 1 Guest are viewing this topic.

Offline gh0st

  • Sir
  • ***
  • Posts: 575
  • Cookies: 8
  • #DEDSec
    • View Profile
logic maths: having fun 3
« on: June 08, 2011, 07:57:54 am »
there are 100 balls which are enumerated since the 1 till 100.
whats the probability to pick a number which is into this inequality
35>=Ballpicked>=72
alternatives:
 
A) 0,35 D) 0,38B) 0,36 E) 0,72

C) 0,37
first I thought that It was 0.37 but It wasnt good luck
« Last Edit: June 08, 2011, 07:59:17 am by gh0st »

Offline Kreek

  • Peasant
  • *
  • Posts: 134
  • Cookies: 2
    • View Profile
Re: logic maths: having fun 3
« Reply #1 on: June 08, 2011, 09:56:06 am »
I would go with D) 0.38

Because all the possibilities are:
Code: [Select]
  35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 
Count them and you'll find 38. Then again, 38 / 100 = 0.38.




Offline Jath

  • Peasant
  • *
  • Posts: 116
  • Cookies: 2
    • View Profile
Re: logic maths: having fun 3
« Reply #2 on: June 09, 2011, 03:12:44 am »
i agree, D.

Offline gh0st

  • Sir
  • ***
  • Posts: 575
  • Cookies: 8
  • #DEDSec
    • View Profile
Re: logic maths: having fun 3
« Reply #3 on: June 09, 2011, 06:51:37 am »
yea thats the answer gj

Offline Kreek

  • Peasant
  • *
  • Posts: 134
  • Cookies: 2
    • View Profile
Re: logic maths: having fun 3
« Reply #4 on: June 09, 2011, 09:50:19 am »
yea thats the answer gj


Woohoo, what did I won?  :P

Offline B514BD1DF1472B7E

  • Peasant
  • *
  • Posts: 53
  • Cookies: 2
  • #evilzone
    • View Profile
Re: logic maths: having fun 3
« Reply #5 on: June 09, 2011, 10:32:32 pm »

Woohoo, what did I won?  :P


Honour, I guess.. And maybe some intelligence  ;)
Respect the privacy

Offline cludthin

  • NULL
  • Posts: 3
  • Cookies: 0
    • View Profile
Re: logic maths: having fun 3
« Reply #6 on: June 14, 2011, 02:05:52 am »
Quote
35>=Ballpicked>=72

Ballpicked <= 35 AND ballpicked >=72

Right answer: F) 0.
There is no number lesser than 35 ang higher than 72.
Can I get my grammar nazi award now?

Offline Kreek

  • Peasant
  • *
  • Posts: 134
  • Cookies: 2
    • View Profile
Re: logic maths: having fun 3
« Reply #7 on: June 14, 2011, 09:51:48 am »
Ballpicked <= 35 AND ballpicked >=72

Right answer: F) 0.
There is no number lesser than 35 ang higher than 72.
Can I get my grammar nazi award now?
Win! Here's your prize!



Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: logic maths: having fun 3
« Reply #8 on: June 14, 2011, 11:27:57 am »
Ballpicked <= 35 AND ballpicked >=72

Right answer: F) 0.
There is no number lesser than 35 ang higher than 72.
Can I get my grammar nazi award now?

first of all:

Quote
35>=Ballpicked>=72

is written right in calculus, both are accept as far As I know :P
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline cludthin

  • NULL
  • Posts: 3
  • Cookies: 0
    • View Profile
Re: logic maths: having fun 3
« Reply #9 on: June 14, 2011, 04:07:47 pm »
first of all:

is written right in calculus, both are accept as far As I know :P


Hm, that's interesting. So you say that 1 ≥ x ≥ 10 is equivalent 1 ≤ x ≤ 10? Or I do understand it wrong somehow?
« Last Edit: June 14, 2011, 04:33:53 pm by cludthin »

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: logic maths: having fun 3
« Reply #10 on: June 14, 2011, 04:54:37 pm »
Hm, that's interesting. So you say that 1 ≥ x ≥ 10 is equivalent 1 ≤ x ≤ 10? Or I do understand it wrong somehow?

it is simply compressed what you write is 35>=Ballpicked>=72
but what you must think is:
35>=Ballpicked        and        Ballpicked>=72
so it says
35 is greater then or equel to ballpicked
and BallPicked is greater then or equal to 72
But I think something went wrong in the writings
since 35 has to be bigger or equal to ballpicked while at the same time ballpicked has to be bigger or equal then 72
so 35 should be bigger then 72
so there is something wrong here :P
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: logic maths: having fun 3
« Reply #11 on: June 14, 2011, 05:10:03 pm »
there are 100 balls which are enumerated since the 1 till 100.
whats the probability to pick a number which is into this inequality
35>=Ballpicked>=72


ghost writes it, :P
~Factionwars

Offline cludthin

  • NULL
  • Posts: 3
  • Cookies: 0
    • View Profile
Re: logic maths: having fun 3
« Reply #12 on: June 14, 2011, 05:27:11 pm »
it is simply compressed what you write is 35>=Ballpicked>=72
but what you must think is:
35>=Ballpicked        and        Ballpicked>=72
<...>
so there is something wrong here :P

Oh, I've misunderstood you. Peace. :-)
« Last Edit: June 14, 2011, 05:29:57 pm by cludthin »