A. g(10)= -29
b.f(3)=16
c.h(-2)=-6
d.j(7)=23
e.h(a)=12/a
f. g(b+c)=-3b-3c+1 ...etc I'm bored
Answer: 829 3/4 or 829 75/100
Step-by-step explanation:
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:
16 people would be at the dinner because Jim and Sarah invited 7 friends and each friend brought 1 guest, so you do 7*2=14 and the 14 + Jim and Sarah=16 people.