write python program Martha takes a jar of quarters to the casino with the intention of becoming rich. She plays three machines in turn. Unknown to her, the machines are entirely predictable. Each play costs one quarter. The first machine pays 30 quarters every 35 th time it is played; the second machine pays 60 quarters every 100 th time it is played; the third pays 9 quarters every 10 th time it is played. Input Specification Your program should take as input the number of quarters in Martha's jar (there will be at least one and fewer than 1000 ), and the number of times each machine has been played since it last paid. Output Specification: Your program should output the number of times Martha plays until she goes broke.
write python
Martha takes a jar of quarters to the casino with the intention of becoming rich. She plays three machines in turn. Unknown to her, the machines are entirely predictable. Each play costs one quarter. The first machine pays 30 quarters every 35 th time it is played; the second machine pays 60 quarters every 100 th time it is played; the third pays 9 quarters every 10 th time it is played. Input Specification Your program should take as input the number of quarters in Martha's jar (there will be at least one and fewer than 1000 ), and the number of times each machine has been played since it last paid.
Output Specification: Your program should output the number of times Martha plays until she goes broke.
Trending now
This is a popular solution!
Step by step
Solved in 5 steps with 3 images