The length of A"B" is 20 units
<h3>How to determine the length of A'B'?</h3>
From the figure, we have:
A = (1, 4)
B = (4, 8)
The distance AB is:

So, we have:

Evaluate

This gives
AB = 5
The scale factor of dilation is 4.
So, we have:
A'B' = 5 * 4
Evaluate
A'B' = 20
Hence, the length of A"B" is 20 units
Read more about dilation at:
brainly.com/question/18977334
#SPJ1
Sum of an infinite geometric sequence with the common ratio r, and the first term a1 is

we notice
-2 times -1/4=1/2,
1/2 times -1/4=-1/8
so a1=-2
r=-1/4 or -0.25
so the sum is

=

=

=

=
the sum is -8/5 or -1.6
I=prt,,262.5=3000*3.5 r,,r=262.5/3000*3.5= use the calculator
Answer:
The height of the spanning tree is one by the breadth-first search at the central vertex of Wn.
Step-by-step explanation:
The graph is connected and has a spanning tree where the tree can build using a depth-first search of the graph. Start with chosen vertex, the graph as the root, and root add vertices and edges such as each new edge is incident with vertex and vertices are not in path. If all vertices are included, it will do otherwise, move back to the next level vertex and start passing. It is for depth-first search. For breadth-first search, start with chosen vertex add all edges incident to a vertex. The new vertex is added and becomes the vertices at level 1 in the spanning tree, and each vertex at level 1 adds each edge incident to vertex and other vertex connected to the edge of the tree as long as it does not produce.