Problem 1147. Possible Outcomes of American Roulette
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
Yoshita Varma
on 11 Jul 2022
Interesting problem for beginners in MATLAB!
Jessica
on 13 Jul 2022
Great problem!
Solution Comments
Show commentsProblem Recent Solvers119
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2803 Solvers
-
Number of 1s in a binary string
10883 Solvers
-
Set the array elements whose value is 13 to 0
1426 Solvers
-
329 Solvers
-
find the maximum element of the matrix
533 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!