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.
Answer:
$125,500
Step-by-step explanation:
Make "x" equal the selling price of the house
7% of x is the commission --->
.07 * x = 8785
x= 8785/ .07
x= 125500
Answer:
no solution
Step-by-step explanation:
Answer:
Number of trucks = 24
Number of SUVs = 24
Step-by-step explanation:
A)
The ratio of cars to trucks is 9:4
The total ratio of cars to trucks is
9+4 = 13
Let x = sum of cars and trucks.
There are 54 cars. Therefore,
x = 54 + t trucks
Number of cars = ratio of cars/ total ratio × sum of cars and trucks. This means,
54 = 9/13 × x
9x / 13 = 54
9x = 13 × 54
9x = 702
x = 702 / 9 = 78
x = 54 + t trucks = number of trucks = 78 = 54 + t trucks
t trucks = 78 - 54 = 24
Number of trucks = 24
B)
The ratio of trucks to SUVs is 12:21
The total ratio of cars to trucks is
12 + 21 = 33
Let y = sum of trucks and SUVs
There are 24 trucks. Therefore,
x = 24 + s SUVs
Number of trucks = ratio of trucks / total ratio × sum of trucks and SUVs. This means,
24 = 12 / 33 × y
12y / 33 = 24
12y = 24 × 33
12y = 792
y = 792 / 12 = 66
y = 24 + s SUVs
66 = 24 + s SUVs
s SUVs = 66 - 24 = 42
Number of SUVs = 24