retagged by
2,163 views

1 Answer

Best answer
4 votes
4 votes

We use Euler's formula for planar graphs :  $v-e+f=2$  where,

  • $v\;-$ no. of vertices,  
  • $e\;-$ no.of edges  and  
  • $f\;-$ no. of faces.  (Refer: Euler's Formula)


So,  $25-e+17=2$  $\Rightarrow$ $e=40$

Option C is correct.

selected by
Answer:

Related questions

3 votes
3 votes
3 answers
1
admin asked Mar 31, 2020
2,336 views
Total number of simple graphs that can be drawn using six vertices are:$2^{15}$$2^{14}$$2^{13}$$2^{12}$
1 votes
1 votes
1 answer
2
admin asked Mar 31, 2020
1,305 views
Let $G$ be a simple undirected planar graph on $10$ vertices with $15$ edges. If $G$ is a connected graph, then the number of bounded faces in any embedding of $G$ on the...
2 votes
2 votes
4 answers
3
2 votes
2 votes
2 answers
4
admin asked Mar 31, 2020
967 views
In binary search tree which traversal is used for getting ascending order values ?InorderPreorderPostorderNone of the options