It's D, 3-2i.
Hope this helps
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:
7)
Read my note at the end of problem 5 in another post.
You already know this table represents an exponential function
since each y-coordinate is always the previous y-coordinate multiplied by 6.
That means b = 6, and you have
y = a(6)^x
Now we find "a". When x = 0, y = 5. That means a = 5.
The equation is
y = 5(6)^x
In first 40 hours he earns = 7.30 x 40 = $292
Each hour after his rate = 7.20 x 1.5 = $10.80 per hour
In extra four hours he earns = 10.80 x 4 = $43.20
Total earnings = $292 + $43.20 = $335.20
Therefore you don't agree
Hoped this helped you
Answer:
d = 1.5
Step-by-step explanation:
yes