Answer is in the photo. I can't attach it here, but I uploaded it to a file hosting. link below! Good Luck!
tinyurl.com/wpazsebu
Answer:
46
Step-by-step explanation:
69/3 = 23 (1/3 of the customers)
23×2 = 46 (2/3 of the customers)
Explanation
We must the tangent line at x = 3 of the function:

The tangent line is given by:

Where:
• m is the slope of the tangent line of f(x) at x = h,
,
• k = f(h) is the value of the function at x = h.
In this case, we have h = 3.
1) First, we compute the derivative of f(x):

2) By evaluating the result of f'(x) at x = h = 3, we get:

3) The value of k is:

4) Replacing the values of m, h and k in the general equation of the tangent line, we get:

Plotting the function f(x) and the tangent line we verify that our result is correct:
Answer
The equation of the tangent line to f(x) and x = 3 is:
Shhdhdjdjdjejejdhehehehdhdhdhdhdhdhdhdhhd
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: