1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Nana76 [90]
3 years ago
11

• karger's min cut algorithm in the class has probability at least 2/n2 of returning a min-cut. how many times do you have to re

run this algorithm to get the probability of an error to be at most 1/n?
Mathematics
1 answer:
MrRissso [65]3 years ago
4 0
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]
You might be interested in
− 50 67 ​ +1.5−100%
Alex73 [517]

Answer:

<em>Hello, I think the answer is -0.84 Hope That Helps!</em>

8 0
3 years ago
Read 2 more answers
5. The graph of each function contains the given point. Find the value of 'c'.
frutty [35]
Answer
c= 6
In the picture is how the solution was done

4 0
2 years ago
Oscars aunt leaves 50 miles away , this is 6 times times as far
Leno4ka [110]
To determine how far away Oscars grandpa lives you would need to divide 50 by 6. 50/6= 8 and 1 third, or 8.33
7 0
3 years ago
Solve the equations <br> 3x + 5y = 21 <br> -20x + 5y <br> show your work
Digiron [165]

Answer:

x=21/23

Step-by-step explanation:

Solve for x:

3x+5y=21−20x+5y

Add 20x to both sides:

3x+5y+20x=−20x+5y+21+20x

23x+5y=5y+21

Subtract 5y to both sides:

23x+5y+−5y=5y+21+−5y

23x=21

Divide both sides by 23:

x=21/23

8 0
3 years ago
Write a quadratic equation for a parabola with roots at (-2, 0) &amp; (4,0) and a y-intercept at ( 0, -16) Write your answer in
meriva

9514 1404 393

Answer:

  y = 2(x +2)(x -4)

Step-by-step explanation:

The y-intercept will be a constant times the product of the roots. Here, the product of the roots is (-2)(4) = -8, so the constant of interest is -16/-8 = 2. That constant is the coefficient of the leading term of the quadratic, so is a multiplier of the factored form.

  y = 2(x +2)(x -4)

__

For root p, (x-p) is a factor in the factored form.

8 0
2 years ago
Other questions:
  • The probability of drawing a yellow triangle is 3/5. If you replace the card, how many times will you draw a yellow triangle out
    6·1 answer
  • How many megabytes of data can a 4.7 gigabyte dvd store?
    6·1 answer
  • Express in scientific notation 1,789
    11·2 answers
  • Your given a side length of 7 centimeters. How many equilateral triangles can you construct using this information
    11·1 answer
  • Solve for x.<br><br> 4x = <br> 3<br> 8
    5·1 answer
  • Solve for t. If the answer is a decimal, round to the nearest tenth.
    10·2 answers
  • D + -4 = 12<br>how do i find d?​
    15·2 answers
  • 2. LUIS WANTS TO BUY 2 PENCILS AND 1 NOTEBOOK IN THE STORE. EACH PENCIL COSTS $2 AND THE NOTEBOOK COSTS $6. HOW MUCH MONEY DID L
    9·1 answer
  • A train heads south out of Bloomington an hour after a northbound train
    6·1 answer
  • is planning a rectangular rose garden. The garden will be 204 roses wide and 18 roses long. He has 3,600 roses. Does he have eno
    7·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!