Answer:
A
Step-by-step explanation:
Remmeber you can do anything to an equaiton as long as you do it to btoh sides
5-6(a+2)=7+a
distribute
5-6a-12=7+a
add like terms
-6a-7=7+a
add 6a both sides
-7=7+7a
minus 7 both sides
-14=7a
divide by 7
-2=a
a=-2
Answer:
In graph theory and computer science, an adjacency matrix is a square matrix used to represent a finite graph. The elements of the matrix indicate whether pairs of vertices are adjacent or not in the graph.
In the special case of a finite simple graph, the adjacency matrix is a (0,1)-matrix with zeros on its diagonal. If the graph is undirected, the adjacency matrix is symmetric. The relationship between a graph and the eigenvalues and eigenvectors of its adjacency matrix is studied in spectral graph theory.
The adjacency matrix should be distinguished from the incidence matrix for a graph, a different matrix representation whose elements indicate whether vertex–edge pairs are incident or not, and degree matrix which contains information about the degree of each vertex.
Elements of N should be like {6,7}