The payout for American roulette can be calculated by:
payout = (38/n)-1
where n is the number of squares the bet covers.
Given n and the amount bet, determine the possible outcome of one play.
Example:
x = [n amount_bet] = [4 25]
y = [amount_win amount_loss] = [212.5 -25]
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers122
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15814 Solvers
-
2019 Solvers
-
Replace NaNs with the number that appears to its left in the row.
3070 Solvers
-
1356 Solvers
-
Number of Even Elements in Fibonacci Sequence
1683 Solvers
More from this Author4
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Interesting problem for beginners in MATLAB!
Great problem!