1) we calculate the volume of the first carton:
volume=length x width x height
volume=3 ft * 2 ft * 2 ft=12 ft³
Therefore:
A machine can fill 12 ft³ in 3 seconds.
2) we calculate the volume of the second carton.
volume=length x width x heigth
volume=4 ft * 5 ft * 6 ft=120 ft³
3) we calculate the time that the machine needs for fill the second carton with packing material by the rule of three.
12 ft³---------------------3 seconds
120 ft³-------------------- x
x=(120 ft³ * 3 seconds) / 12 ft³=30 seconds.
answer: 30 seconds.
Answer:
C
Step-by-step explanation:
In a parallelogram, consecutive angles are supplementary, sum to 180° , so
3y + 108 = 180 ( subtract 108 from both sides )
3y = 72 ( divide both sides by 3 )
y = 24 → C
6/7 × 4 would be the correct answer. This is because 6/7 × 4= 3 3/7 which is equal to 4/7 × 6= 3 3/7. No other expression would equal 4/7 × 6
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.