It is exponential growth because it says 18.36% "more than" and it can be linear because it does not stay at a constant rate of change. Answer: Exponential growth
Hope this helps!
        
             
        
        
        
Answer:
Step-by-step explanation:
6-3x=12-6x
Only one solution of  x=2
 
        
             
        
        
        
There are 100229 threes in the first million digits in pi.
        
                    
             
        
        
        
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:
The other zeros are -2 and 3.
Step-by-step explanation:
As 1 is a zero then (x - 1) is a factor so we divide:
x - 1 )x^3-2x^2-5x+6(x^2-x-6
         x^3-x^2
               -x^2-5x
               -x^2+x
                       -6x+6     
                       -6x+6
                        ...........
x^2 - x - 6 = 0
(x - 3)(x + 2)
x = -2, 3.