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
Find an equation in slope-intercept form of the line that has slope –2 and passes through point a (1,9)​
user100 [1]

Answer:

Step-by-step explanation:

y - 9 = -2(x - 1)

y - 9 = -2x + 2

y = -2x + 11

8 0
3 years ago
Read 2 more answers
Help me out, please!!!! Need an answer asap!!!
Kazeer [188]

Answer:

D

Step-by-step explanation:


8 0
4 years ago
Read 2 more answers
The measurement of a central angle is 75. Find the measurement of <br> in radians
Marina CMI [18]
Circumference = 360 degrees 
<span>Circumference = 2π radians (comes from 2*pi*radius) </span>

<span>Therefore </span>
<span>360 deg. = 2*π radians </span>
<span>180 deg. = π radians </span>
<span>1 deg. = (π/180) radians </span>

<span>75 deg. = 75(π/180) radians </span>
<span>75 deg. = 75π / 180 radians </span>
<span>don't bother to try and simplify π (it is an irrational number) </span>
<span>however you can simplify 75/180 </span>
<span>both are divisible by 5 </span>
<span>75π/180 = 15π/36 </span>
<span>both are divisible by 3 </span>
<span>75 deg. = 5π/12 radians </span>

<span>We normally don't bother to go further, unless you actually need it as a decimal fraction (in which case, you will have an approximation) </span>

<span>75 deg. ≈ 1.308997 radians</span>
5 0
3 years ago
CAN SOME ONE PLS HELP ME THIS IS REALLY HARD
Dmitry_Shevchenko [17]

Answer: 1.25 times as far

Step-by-step explanation:

This problem requires you to find something called the unit rate.

Getting the unit rate for Car A is very simple, and can be found to be 25mi/gal.

To find the unit rate for Car B, simply look at the second row.  Because the car can go 60 miles on 3 gallons of gas, divide both these numbers by 3 to get 20mi/gal.

Then, simply multiply both of these numbers by 11 to get 25 * 11 = 275, and 20 * 11 = 220.

Then, by doing 275/220, you get your answer: 1.25.

Hope it helps :) and let me know if you want me to elaborate.

4 0
2 years ago
Read 2 more answers
What is x?
iren2701 [21]
X = 5 - 

-7x  - 3x + 2 = -8x - 8
+ 7x                 +7x
-3x + 2 = -x - 8
+3x        +3x
2 = 2x -8
+8       +8
10 = 2x
/2      /2
x = 5
7 0
3 years ago
Read 2 more answers
Other questions:
  • HELP ASPS!!!!!!!!!!!!!!!!!!!!!!!!!!
    15·2 answers
  • Jeff has 2/3 gallon of sherbet he gives each of his friends one 1/12 gallon scoop there is 1/6 gallon left in the carton hiw man
    6·2 answers
  • India or hot and Kelly visit the same number of museums ha visits to museum doing each of the her 3 days there if Kelly visits 3
    5·1 answer
  • Random samples of people in Canada and people in Sweden are used to estimate the difference between the two countries in the pro
    7·1 answer
  • A rectangular prism has a length of 9 inches, a height of 5 inches, and a width of 7
    13·1 answer
  • Find the length of the line segment.
    15·1 answer
  • An expression is shown. 1/6 + 1/6 What is the value of the expression?
    12·2 answers
  • Mario compared the slope of the function graphed below to the slope of the linear function that has an x-intercept of 1 and a y-
    11·1 answer
  • The Elkwood Aquatic Society is working with various reptile species to increase their populations. The initial population of 450
    12·1 answer
  • ​(d) Find the domain of function R. Choose the correct domain below.
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!