answersLogoWhite

0


Best Answer

The number of vertices in an octagonal pyramid is 9, irrespective of any graph.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can i use a graph to find the number of vertices in a octagonal pyramid?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the largest number of vertices in a graph with 35 edges if all vertices are of degree at least 3?

11......


How many minimum edges in a Cyclic graph with n vertices?

The term "cyclic graph" is not well-defined. If you mean a graph that is not acyclic, then the answer is 3. That would be the union of a complete graph on 3 vertices and any number of isolated vertices. If you mean a graph that is (isomorphic to) a cycle, then the answer is n. If you are really asking the maximum number of edges, then that would be the triangle numbers such as n (n-1) /2.


What is the largest number of vertices in a graph with 35 edges if all vertices are?

36 vertices if all of them are or order two except one at each end.


How can you show that every Hamiltonian cubic graph is 3-edge-colorable?

A cubic graph must have an even number of vertices. Then, a Hamilton cycle (visiting all vertices) must have an even number of vertices and also an even number of edges. Alternatively color this edges red and blue, and the remaining edges green.


What is the minimum number of vertices of 3-regular graph with girth 6?

-3


The minimum number of edges in a connected cyclic graph on n vertices is?

n-1


What is the Chromatic number of a cycle graph?

3 if n is odd 2 if n is even where n is the number of vertices.


What is the maximum number of edges in an undirected graph with V vertices?

V*(V-1)/2


What is the sum of degrees of all vertices in an undirected graph is twice the number of edges?

It is a true statement.


Difference between a directed graph and an undirected graph in a computer program?

In an undirected graph, an edge is an unordered pair of vertices. In a directed graph, an edge is an ordered pair of vertices. The ordering of the vertices implies a direction to the edge, that is that it is traversable in one direction only.


A simple graph with n vertices and k components can have atmost how many edges?

In a connected component of a graph with Mi vertices, the maximum number of edges is MiC2 or Mi(Mi-1)/2. So if we have k components and each component has Mi vertices then the maximum number of edges for the graph is M1C2+M2C2+...+MKC2. Of course the sum of Mi as i goes from 1 to k must be n since the sum of the vertices in each component is the sum of all the vertices in the graph which you gave as n. Where MC2 means choose 2 from M and there are M(M-1)/2 ways to do that.


What is subgraph in given graph?

If all the vertices and edges of a graph A are in graph B then graph A is a sub graph of B.