Since the line crosses the Y axis below 1 and raises going to the right it would be y=1/3(4)^x
        
                    
             
        
        
        
There are 25 species of trees, each with a known abundances. The question is how many possible ways to randomly select one tree there are.
We should calculate the number of combinations. Combinations, because we select item/s from a collection. In this case, when we select only one item, the combination is also a permutation. From set of n objects we select r. In our case: n=25, r=1. 
The equation is: n!/r!(n-r)!= 25!/1!*24!=25*24!/24!=25
There are 25 different outcomes (events).
        
             
        
        
        
Answer:
1. f & c,     d & e,
2. h & a,   g & b
3. h & d,    f & b,   g & c,     a & e
here ya go, i hope this is correct if i remember right 
Step-by-step explanation:
 
        
             
        
        
        
Answer:  The required equation for points P is 
Step-by-step explanation: We are give two points A(0, 1, 2) and B(6, 4, 2).
To find the equation for points P such that the distance of P from both A and B are equal.
We know that the distance between two points R(a, b, c) and S(d, e, f) is given by

Let the point P be represented by (x, y, z).
According to the given information, we have
![PA=PB\\\\\Rightarrow \sqrt{(x-0)^2+(y-1)^2+(z-2)^2}=\sqrt{(x-6)^2+(y-4)^2+(z-2)^2}\\\\\Rightarrow x^2+y^2-2y+1+z^2-4z+4=x^2-12x+36+y^2-8y+16+z^2-4z+4~~~~~~~[\textup{Squaring both sides}]\\\\\Rightarrow -2y+1=-12x-8y+52\\\\\Rightarrow 12x+6y=51\\\\\Rightarrow 4x+2y=17.](https://tex.z-dn.net/?f=PA%3DPB%5C%5C%5C%5C%5CRightarrow%20%5Csqrt%7B%28x-0%29%5E2%2B%28y-1%29%5E2%2B%28z-2%29%5E2%7D%3D%5Csqrt%7B%28x-6%29%5E2%2B%28y-4%29%5E2%2B%28z-2%29%5E2%7D%5C%5C%5C%5C%5CRightarrow%20x%5E2%2By%5E2-2y%2B1%2Bz%5E2-4z%2B4%3Dx%5E2-12x%2B36%2By%5E2-8y%2B16%2Bz%5E2-4z%2B4~~~~~~~%5B%5Ctextup%7BSquaring%20both%20sides%7D%5D%5C%5C%5C%5C%5CRightarrow%20-2y%2B1%3D-12x-8y%2B52%5C%5C%5C%5C%5CRightarrow%2012x%2B6y%3D51%5C%5C%5C%5C%5CRightarrow%204x%2B2y%3D17.)
Thus, the required equation for points P is 
 
        
             
        
        
        
Answer:
Initially, you have 2573 pieces.
You use 5 pieces each minute.
Right when you start, you have 2573 pieces.
One minute after that, you have 2573 - 5 pieces.
Another minute after, you have 2573 - 2*5 pieces.
Another minute after, you have 2573 - 3*5 pieces.
And so on.
You can see the pattern here, and with this, we can find the linear equation that represents the number of pieces that you have as a function of time.
Then, if the variable t represents the number of minutes that passed since you started, we can write the equation:
f(t) = 2573 - 5*t
That represents the number of pieces that you have after t minutes.