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:
0.7.
Step-by-step explanation:
x^2 = 0.7x
x^2 - 0.7x = 0
x(x - 0.7) = 0
x = 0, 0.7.
Answer:
<u>Two</u>
============================
Step-by-step explanation:
The solution for any system of equations is the intersection points between the graph that representing the system of equation.
So, for the given system of equation, we have a circle and a parabola.
As shown in the figure, The circle and parabola are intersects at two points
So, there are two solutions for the system of equations on the graph.
So, The answer is option two.
(-4)^-6*(-4)^7 = (-4)^1 = -4
answer a. -4