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:
Ok ill try to answer
Step-by-step explanation:
Answer:
=12x+y
Step-by-step explanation:
Combine like terms
=5x+-3y+7x+4y
=(5x+7x)+(-3y+4y)
=12x+y
Let P = number of problems solved per day.
P = 448/28
P = 16
Lisa solved 16 problems per day.