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
Consider the diagram.<br><br><br> Which line segment has the same measure as ST?
valentinak56 [21]
SR because any point on a perpendicular bisecting line is equidistant from the ends of the bisected segment.
8 0
3 years ago
Read 2 more answers
Please please please help me. I have no idea what to do
rewona [7]
We have a bunch of rectangles making up the lateral sides of this figure. They have side length 12 and height 13.

So the area of one rectangle is 12 x 13 = 156.
We have 6 of these rectangles, so our lateral area is 6(156) = 936.

The total surface area requires that we include the area of the base. To find the area of a regular polygon we take half of the product of the apothem and perimeter.

A = (1/2)*a*p

The apothem is given to be 10.39,
and the perimeter is fairly easy to calculate:
With the side length being 12, the perimeter is then 6(12) = 72.

So then the area of our base is (1/2)*10.39*72 = 374.04

So then the total surface area is the (base area) + (lateral area),
374.04 + 936 = 1310.04
3 0
3 years ago
A farm stand sold 12 ears of corn for 4$. The farm stand sold 180 ears of corn at the same rate . how much money did the stand e
aivan3 [116]
It is $60..... 180 divided by 12 times 4..
4 0
3 years ago
A motorboat takes 3 hours to travel 108 kilometers going upstream. The return trip takes 2 hours going
IRISSAK [1]

Answer:

  • 45 km/h and 9 km/h

Step-by-step explanation:

Let the rate of boat in still water be b and the speed of the current be c

  • Speed downstream = b + c
  • Speed upstream = b - c

<u>We got equations for time:</u>

  • 108/(b - c) = 3 ⇒ b - c = 36
  • 108/(b + c) = 2 ⇒ b + c = 54

<u>Add up the equations:</u>

  • b - c + b + c = 36 + 54
  • 2b = 90
  • b = 45 km/h

<u>Then finding the values of c</u>

  • c = 45 - 36 = 9 km/h
6 0
3 years ago
Let A = {1, 2, 3} and R be the following relation on A;
Amanda [17]

Answer:

The relation is reflexive as

(1,1),(2,2),(3,3)∈R

(2,1)∈R will not imply (1,2)∈R,

hence R is not symmetric

(2,1),(1,3)∈R doesn't imply (2,3)∈R, hence R is not transitive

Step-by-step explanation:

hope this helps if not let me know have a blessed day

5 0
2 years ago
Other questions:
  • What is the equation of a line, in the general form, with a slope of-2an a y-intercept of 8? 1) x+2y-8=0, 2) 2x+y-8=0, 3) 2x-y+8
    7·2 answers
  • Find the value of X
    6·1 answer
  • Write 1050.00 in words​
    14·1 answer
  • Give me example of a unit rate used in real life
    12·1 answer
  • Find the greates common factor of the following monomials:2r^4s^2 and 36r^4s^3
    11·1 answer
  • 8.912.573 rounded to the ten-thousands is
    8·2 answers
  • Charlene bought her friends lunch. The bill came to $52.80 before Charlene added an 18% service tip. How much did she add for th
    9·2 answers
  • Marvin's Tree Service purchased several spruce tree saplings.
    12·1 answer
  • Im doing a math test and i need help please
    7·2 answers
  • ABC Awards is making a new trophy shape. The trophy will be composed of a rectangular prism having a square base with 4.5-inch s
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!