3(x-9)
when you distribute the equation you get
3(x)-3(9) which is the last answer
Answer:
You are taking away 4 each time
Step-by-step explanation:
25 - 4 = 21
21 - 4 = 17
17 - 4 = 13
13 - 4 = 9
Answer:
Rate = 0.45 or 45%.
Step-by-step explanation:
20184 = 9600(1 + r)^2
(1 + r)^2 = 20184/9600 = 2.1025
Taking square roots of both sides:
1 + r = 1.45
r = 1.45 - 1 = 0.45.
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.