Answer:
add 1 hundred because you put a 1 instead of a 2
but the answer is 5 tens
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:
Y = mx + b, m = 0. The equation becomes y = b, where b is the y-coordinate of the y-intercept.
225. I think. However its not clear if total words typed are asked for Natasha or in General.
Step-by-step explanation:
so, that means we want to find the time t (days) after which N = No/2
because "half-life" means the amount of time until half of the substance has disappeared (or transformed into something else).
so, we have
No/2 = No × e^(-0.1481×t)
No = 2× No × e^(-0.1481×t)
1 = 2×e^(‐0.1481×t)
1/2 = 0.5 = e^(-0.1481×t)
ln(0.5) = -0.1481×t
t = ln(0.5)/-0.1481 = 4.680264555... ≈ 4.7 days