Hello :
<span> 24-(6+3) = 24 - 9 = 15</span>
Learn to tell the difference between relational and a relational numbers ration on numbers are the numbers that can be written in like fractions with them one in together the numerator over the integrator the denominator original numbers on the other hand are all the numbers that cannot be written this way.
Answer:
n > -4/3
Step by step
Step by step solution :
Step 1 :
Equation at the end of step 1 :
25 - (0 - 3 • (4n - 3)) > 0
Step 2 :
Step 3 :
Pulling out like terms :
3.1 Pull out like factors :
12n + 16 = 4 • (3n + 4)
Equation at the end of step 3 :
4 • (3n + 4) > 0
Step 4 :
4.1 Divide both sides by 4
4.2 Divide both sides by 3
n+(4/3) > 0
Solve Basic Inequality :
4.3 Subtract 4/3 from both sides
n > -4/3
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: