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:
1 gallon = $3 so the ratio would be 1:3 where 1 would represent the gallon and 3 the price
Complete Question
The complete question is shown on the first uploaded image
Answer:
FWOC should hire 70,000 hunters to completely remove the python in the area
Step-by-step explanation:
From the question we are given that the Initial Pythons
100,000
And the final python


For Max Number of Python
=> 
=>

=> 
Hence the maximum number of pythons


Using Mathematical relations
from the Question
5 python is killed by = 1 hunter
1 python is killed by = 
350 , 000 pythons are killed by = 

Answer:
Marcelle will use 4 plates of the 25 lb & 2 plates of the 5 lb to fabricate the 110 lb weight lifting bar.
Step-by-step explanation:
There are 6 plates which consist of 25 lb plates and 5 lb plates.
We need to figure out how many of each one compose 110 lb.
Thus, 25 x 4 = 100... 4 plates of 25 pounds.
5 x 2 = 10 ... 2 plates of 5 lbs.
100+10= 110, which is our goal! And a total of 6 plates were used!
All things put into great consideration, Marcelle will use 4 plates of the 25 lb & 2 plates of the 5 lb to fabricate the 110 lb weight lifting bar.
I hope this helped!
~ Penny
Answer:
4 months.
Step-by-step explanation:
We can write formulas for the amount each person paid after x months. These will be
Brian = 60 + 42.95x
Michael = 0 + 57.95x
So for example, after 1 month Brian will have paid 102.95 for the installation and first month, while Michael will have paid only 57.95 (I put the zero in the equation to make it look like the familiar y-intercept form). We are trying the find the month at which they have paid equal amounts. Solve for x in the equation
60 + 42.95x = 57.95x
60 = (57.95 - 42.95)x
60 = 15x
x = 4
After four months.