Answer:c
Step-by-step explanation:
4/3 times pi times 7 cubed
The degree of a vertex is defined as the number of edges that touch the vertex. The (i, j)-th entry of the adjacency matrix tells you whether vertex i touches vertex j (1 if yes, 0 if no). Then the degree of vertex i is equal to the sum of the i-th row in the adjacency matrix.
• vertex 1 : degree = 0 + 1 + 0 + 0 + 1 = 2
• vertex 2 : degree = 1 + 0 + 1 + 1 + 1 = 4
• vertex 3 : degree = 0 + 1 + 0 + 1 + 0 = 2
• vertex 4 : degree = 0 + 1 + 1 + 0 + 1 = 3
• vertex 5 : degree = 1 + 1 + 0 + 1 + 0 = 3
So, the correct answer is A. 2.
The equation of a circle is <em>(x-h)^2+(y-k)^2=r^2</em>, where <em>(h,k)</em> is the center and <em>r</em> is the radius. Our equation will be (x-3)^2+(y+2)^2=25 (remember to always square the radius).
:)
2t + 3j = 14 ....multiply by -3
6t + 5j = 28
--------------
-6t - 9j = - 42 (result of multiplying by -3)
6t + 5j = 28
------------add
-4j = - 14
j = -14/-4
j = 3.50
2t + 3j = 14
2t + 3(3.50) = 14
2t + 10.50 = 14
2t = 14 - 10.50
2t = 3.50
t = 3.50/2
t = 1.75
so the trail mix (t) costs 1.75 per lb and the jellybeans (j) costs 3.50 per lb