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
Kisachek [45]
3 years ago
7

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

ween 0 and 1from 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:
Ira Lisetskai [31]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
I need help with this problem
marishachu [46]

True

∠2 and ∠5 are both vertical at the vertex of the 2 straight lines



7 0
3 years ago
What is the value of tan(60°)? One-half StartRoot 3 EndRoot StartFraction StartRoot 3 EndRoot Over 2 EndFraction StartFraction 1
Ratling [72]

Answer:

\sqrt3

Step-by-step explanation:

To find:

The value of tan60^\circ = ?

Solution:

Kindly consider the equilateral \triangle ABC as attached in the answer area.

Let the side of triangle = a units

Let us draw the perpendicular from vertex A to side BC.

It will divide the side BC in two equal parts.

i.e. BD = DC = \frac{a}{2}

Using Pythagorean Theorem in \triangle ABD:

\text{Hypotenuse}^{2} = \text{Base}^{2} + \text{Perpendicular}^{2}

Side AD = \frac{\sqrt3}{2}a

Using Trigonometric ratio:

tan\theta = \dfrac{Perpendicular}{Base}

tanB = \dfrac{AD}{BD}

Putting the values of AD and BD:

tan60^\circ=\dfrac{\frac{\sqrt3}{2}a}{\frac{1}{2}a}\\\Rightarrow tan60^\circ = \bold{\sqrt3}

5 0
2 years ago
Read 2 more answers
Which number has a 3 that 10 times greater than the 3 in 513?
cestrela7 [59]

The 3 in "513" is only 3. it's 1, 2, 3. If we do 3 x 10 it's 30

3 0
3 years ago
A stock's value was projected to close at $400. The stock actually closed at a value of $328. What is the percent error of the s
Oxana [17]

Answer:

A is the answer its 18 percent off

Step-by-step explanation:

7 0
3 years ago
Read 2 more answers
the vertex of a quadratic function is (6, 2), and the y-intercept of the function is (0, −70). the equation of the function in v
My name is Ann [436]
Hello,
++++++++++++++++
f(x)=a(x-6)²+2
f(0)=-70==>a(-6)²+2=-70===>36a=-72==>a=-2
++++++++++++++++++++

5 0
3 years ago
Read 2 more answers
Other questions:
  • What do you need to know about a right triangle in order to use right <br> triangle trigonometry?
    11·1 answer
  • Choose the correct equation type for each system. (Equivalent, Inconsistent, Consistent)
    6·2 answers
  • Skydiver falls 144 feet in three seconds . how far does the skydiver fall per second
    13·2 answers
  • Given ƒ(x) = −15x − 13, find x when ƒ(x) = −28
    14·1 answer
  • Could you tell me the answer to 30x40
    12·1 answer
  • the points (18,21) and (36,42) form a proportional relationship. find the slope of the line through points. Then use the slope t
    9·1 answer
  • HELP!! Check the following sets that are closed under the given operations!!!!
    15·1 answer
  • Can someone explain the steps for this please
    13·2 answers
  • . Imagine a game of 3 players where exactly one player wins in the end and all players have equal chances of being the winner. T
    5·1 answer
  • 4x - 6y =12 make this slope intercept from
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!