1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
BARSIC [14]
3 years ago
15

Suppose a casino invents a new game that you must pay $250 to play. The game works like this: The casino draws random numbers be

tween 0 and 1 from a uniform distribution. It adds them together until their sum is greater than 1, at which time it stops drawing new numbers. You get a payout of $100 each time a new number is drawn. For example, suppose the casino draws 0.4 and then 0.7. Since the sum is greater than 1, it will stop after these two draws, and you receive $200. If instead it draws 0.2, 0.3, 0.3, and then 0.6, it will stop after the fourth draw and you will receive $400. Given the $250 entrance fee, should you play the game

Mathematics
1 answer:
lubasha [3.4K]3 years ago
6 0

Answer:

clc%clears screen

clear all%clears history

close all%closes all files

p=250;

M=[];

for i=1:100000

re=0;

S=0;

while(S<=1)

S=S+rand;

re=re+100;

end

M(i)=re;

end

disp('Expected received money is');

mean(M)

disp('Since expcted is greater than what we pay. So, we will play')

Step-by-step explanation:

You might be interested in
A 3 foot wide painting should be centered on 13 foot wide wall how many feet should be on each side of the painting
VLD [36.1K]

Answer:

5 feet of wall should be on each side of the painting.

Step-by-step explanation:

Given that a 3 foot wide painting should be centered on 13 foot wide wall, to determine how many feet should be on each side of the painting, the following calculations must be performed:

(13 - 3) / 2 = X

10/2 = X

5 = X

Therefore, 5 feet of wall should be on each side of the painting.

5 0
3 years ago
Supposef(0) = 2 and 2 ≤ f '(x) ≤ 7for all x in the interval [−5, 5]. determine the greatest and least possible values of f(2).le
IgorC [24]

If the slope of the function is 2, the amount it can change over the interval 0–2 is

... 2×2 = 4 units

If the slope is 7, the amount it can change over the interval 0–2 is

... 2×7 = 14 units


The least possible value of f(2) is 2+4 = 6.

The greatest possible value of f(2) is 2+14 = 16.

7 0
3 years ago
Which statement compares the two numbers correctly? 0.799 ________ 0.8 a 0.799 &gt; 0.8 b 0.799 = 0.8 c 0.799 &lt; 0.8 d 0.8 &lt
Elden [556K]

Answer:

I would say B.

3 0
3 years ago
I need the answer to this I am very confused
tiny-mole [99]

Answer:

C.

Step-by-step explanation:

These angles add up to form the angle measure of a straight line.

4 0
2 years ago
What’s is the answer
Softa [21]
It’s A I just took that trust me
6 0
3 years ago
Read 2 more answers
Other questions:
  • Plz answer I need help!!!
    11·2 answers
  • Riley is currently 4 times as old as her brother. If Riley was 11 years old 5 years ago, how old is Riley's brother now?
    7·1 answer
  • LoneWolves or anyone plz help me with this math question! I promise I'll mark u brainliest for the absolute right ANSWER
    5·2 answers
  • Given: ∠AOC, ∠BOC - complementary angles
    7·1 answer
  • A person flips a coin 26 times and observes 41% of times head. Then, based on her observation, she claims that the probability o
    7·1 answer
  • Please help SUMMER SCHOOL
    7·1 answer
  • Is this proportional? if so what is the constant.
    12·1 answer
  • What is the minimum y value of the following quadratic function? f(x) = x2 - 6x + 8
    6·1 answer
  • Subtract 4 1/3 -8 enter your answer as a simplified mixed number by filling in the boxes
    9·2 answers
  • Solve for x:<br> 4x – 7 = 8x + 33
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!