Answer:
m = 2
Step-by-step explanation:
The entered points belong to an increasing, linear function.
Equation: y = 2x - 2.
m = 6 / 3 = 2 / 1 = 2
Answer:
Interest earned= $6,060
Step-by-step explanation:
Giving the following formula:
Principal (P)= $12,625
Interest (r)= 4%= 0.04
Period of time (t)= 12 years
<u>To calculate the interest earned after twelve years, we need to use the following formula:</u>
I= P*r*t
I= (12,625*0.04*12)
I= $6,060
Interest earned= $6,060
The Karger's algorithm relates to graph theory where G=(V,E) is an undirected graph with |E| edges and |V| vertices. The objective is to find the minimum number of cuts in edges in order to separate G into two disjoint graphs. The algorithm is randomized and will, in some cases, give the minimum number of cuts. The more number of trials, the higher probability that the minimum number of cuts will be obtained.
The Karger's algorithm will succeed in finding the minimum cut if every edge contraction does not involve any of the edge set C of the minimum cut.
The probability of success, i.e. obtaining the minimum cut, can be shown to be ≥ 2/(n(n-1))=1/C(n,2), which roughly equals 2/n^2 given in the question.Given: EACH randomized trial using the Karger's algorithm has a success rate of P(success,1) ≥ 2/n^2.
This means that the probability of failure is P(F,1) ≤ (1-2/n^2) for each single trial.
We need to estimate the number of trials, t, such that the probability that all t trials fail is less than 1/n.
Using the multiplication rule in probability theory, this can be expressed as
P(F,t)= (1-2/n^2)^t < 1/n
We will use a tool derived from calculus that
Lim (1-1/x)^x as x->infinity = 1/e, and
(1-1/x)^x < 1/e for x finite.
Setting t=(1/2)n^2 trials, we have
P(F,n^2) = (1-2/n^2)^((1/2)n^2) < 1/e
Finally, if we set t=(1/2)n^2*log(n), [log(n) is log_e(n)]
P(F,(1/2)n^2*log(n))
= (P(F,(1/2)n^2))^log(n)
< (1/e)^log(n)
= 1/(e^log(n))
= 1/n
Therefore, the minimum number of trials, t, such that P(F,t)< 1/n is t=(1/2)(n^2)*log(n) [note: log(n) is natural log]
The answer is 22.222222%.
Recall that A = 1/2bh.
We are given that h = 4+2b
So, putting it all together:
168 = 1/2 b(4+2b)
168 = 1/2(4b + 2b^2)
168 = 2b + b^2
b^2 + 2b - 168 = 0.
Something that multiplies to -168 and adds to 2? There's a trick to this.
Notice 13^2 = 169. So, it's more than likely in the middle of the two numbers we're trying to find. So let's try 12 and 14. Yep. 12 x 14 = 168. So this factors into (b+14)(b-12) So b = -14 or b =12. Is it possible to have a negative length on a base? No. So 12 must be our answer.
Let's check this. If 12 is our base, then according to our problem, 2*12 + 4 would be our height... or 28. so what is 12 * 28 /2?
196. Check.
Hope this helped!