Answer:
30 pounds of hard candy and 30 pouonds of soft candy
Step-by-step explanation:
$2 per pound added with $4 per pound would become $3 per pound
x pounds plus 60 - x pounds will add up to 60 pounds
(multiply the top with the bottom)
2x + 4x = 3(60)
6x = 180
x = 30
60 - 30 = 30
Madison created two functions.For Function A, the value of y is two less than four times the value of x.
The table below represents Function B.
-3,-9
-1,5
1,-1
3,3
In comparing the rates of change, which statement about Function A and Function B is true?
A.
Function A and Function B have the same rate of change.
B.
Function A has a greater rate of change than Function B has.
C.
Function A and Function B both have negative rates of change.
D.
Function A has a negative rate of change and Function B has a positive rate of change.
C is correct
The midpoint would be (-2, -1)
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.