in Graph Theory recategorized by
733 views
1 vote
1 vote

A matching in a graph is a set of edges such that no two edges in the set share a common vertex. Let $G$ be a graph on $n$ $\textit{vertices}$ in which there is a subset $M$ of $m$ $\textit{edges}$ which is a matching. Consider a random process where each vertex in the graph is independently selected with probability $0< p< 1$ and let $B$ be the set of vertices so obtained. What is the probability that there exists at least one edge from the matching $M$ with both end points in the set $B$?

  1. $p^{2}$
  2. $1-\left ( 1-p^{2} \right )^{m}$
  3. $p^{2m}$
  4. $\left ( 1-p^{2} \right )^{m}$
  5. $1-\left ( 1-p\left ( 1-p \right ) \right )^{m}$
in Graph Theory recategorized by
733 views

1 Answer

2 votes
2 votes

$\text{Probability(selecting any vertex)} = p~,$

$\text{Probability(getting any particular edge)} =  p^2, $

$\text{Probability(not getting any particular edge)} = (1-p^2)$,

$\text{as there are total} \textit{ m edges}  \text{ in the Matching set} \textit{ M,}$

$\text{Probability(not getting any of these} \textit{ m edges}) = (1-p^2)^m$,

$\text{Probability(getting at-least 1 edge from M)}\\ \> = \text{1 – Probability(not getting any edge from M)} \\ \> = 1 – (1-p^2)^m$

Option B.

1 comment

Are we takling this question in this way like we are only concerning about the edges in the matching only about the vertices in B. Because by (1-p^2)^m meant we talking about the edges not present in matching.
0
0
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true