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:
Answer:
36%
Step-by-step explanation:
1 = 100%
so 1.36 is increasing by 36%
If we start with 6 and 8, we can break 6 up into 2*3 and 8 into 2*2*2, thus getting a prime factorization of 2*2*2*2*3, or 2^4 *3.
If we begin with 4 and 12, 4 breaks into 2*2 and 12 into 2*2*3, so the prime factorization of 48 is still 2^4 *3.
The starting factors do not matter, since the answer comes out to be the same. There is exactly one correct answer- it doesn't matter how it's found.
Hope this helps! :)