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: 7(3m - 7n)
<u>Step-by-step explanation:</u>
Factor each term then see what value(s) they have in common:
21m - 49n
∧ ∧
3 · 7 · m 7 · 7 · n
Both terms have a 7 in common. What is left over after removing the 7?
21m: 7(3m)
49n: 7(7n)
GCF: 7 Leftovers: 3m <em>and</em> 7n
Factored form of expression is: 7(3m - 7n)
Uhhhhhhhhhh i don’t really know