Answer:
x = -19
Step-by-step explanation:
-3= 12x-5(2x-7)
Distribute
-3= 12x-10x+35
Combine like terms
-3 = 2x +35
Subtract 35 from each side
-3-35 = 2x+35-35
-38 = 2x
Divide each side by 2
-38/2 = 2x/2
-19 =x
In decimal form it's .75 and that's all you can make it
Answer:
Perpendicular lines have opposite-reciprocal slopes, so the slope of the line we want to find is 1/2. Plugging in the point given into the equation y = 1/2x + b and solving for b, we get b = 6. the equation of the line is y = ½x + 6.
Step-by-step explanation:
found off google
Answer:
Step-by-step explanation:
3/4 divied by 15 = 1/20
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.