Problem 370. Gambler?
Given a handle to a wealth function, confirm within 100 milliseconds 'Millionaire', 'Likely', or 'Gambler', if wealth() returns $1,000,000 or more at probabilities of 100%, above 50%, or below 50%, respectively.
Solution Stats
Problem Comments
-
2 Comments
is the 2nd test case wrong? for @()999000*(1+rand/100), I get result as " 1.003848902730741e+006" which gives status as "Millionaire"? Or am I missing something out here?
You need to get _several_ results from the formula that are _all_ $1000000 or more to be able to classify that case as "Millionaire".
Solution Comments
Show commentsProblem Recent Solvers37
Suggested Problems
-
Increment a number, given its digits
650 Solvers
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2139 Solvers
-
When can one be the Life Member of the IEEE?
74 Solvers
-
How many days does the cat take to climb out of the hole?
77 Solvers
-
How long do each of the stages of the rocket take to burn?
301 Solvers
More from this Author100
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!