753 views
2 votes
2 votes

A planar graph has,

  • $\large\color{maroon}{\text{k}}$ connected components
  • $\large\color{maroon}{\text{v}}$ vertices
  • $\large\color{maroon}{\text{e}}$ edges

If the plane is divided into $\large\color{maroon}{\text{r}}$ regions then, what is the retation between $\large\color{maroon}{\text{k}}$ , $\large\color{maroon}{\text{v}}$ , $\large\color{maroon}{\text{e}}$ and $\large\color{maroon}{\text{r}}$ ?

1 Answer

1 votes
1 votes
$(n-k)\leq e\leq \frac{(n-k)(n-k+1)}{2}$

Now we know $r=(n-k)$

$r\leq e\leq \frac{r(r+1)}{2}$

Related questions

0 votes
0 votes
1 answer
1
Dhiraj_777 asked May 4, 2023
512 views
In a Connected Planar Bipartite Graph of order 10 atmost how many edges be present ?
1 votes
1 votes
0 answers
2
Shamim Ahmed asked Dec 21, 2018
818 views
In a connected 3 regular graph, every planar region is bounded by exactly 5 edges, then count no of edges?
0 votes
0 votes
1 answer
3
Na462 asked Dec 2, 2018
3,530 views
Let G be a simple connected planar graph with 14 vertices and 20 edges. Number of closed regions in planar embedding of the graph is ?
0 votes
0 votes
1 answer
4
srestha asked Oct 22, 2018
1,662 views
Can minimum degree of a planar graph be $5$? Give some example