Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Mathematics
Study Set
Practical Purposes
Quiz 2: Business Efficiency
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Question 81
Multiple Choice
In which of the diagrams below do the wiggly edges represent spanning trees?
Question 82
Multiple Choice
Which of the following describes a Hamiltonian circuit for the graph below?
Question 83
Multiple Choice
For the graph below, what is the cost of the Hamiltonian circuit obtained by using the sorted-edges algorithm?
Question 84
Multiple Choice
Suppose a college campus decides to install its own phone lines connecting all of the buildings so that calls may be relayed through one or more buildings before reaching their destination. Which technique is most likely to be useful in solving this problem?
Question 85
Multiple Choice
A connected graph G has 32 vertices. How many vertices does a spanning tree of G have?
Question 86
Multiple Choice
Given the two graphs shown below, which one represents a tree?
Question 87
Multiple Choice
Suppose a maintenance worker needs to empty garbage dumpsters from five locations on the grounds of a park in the most efficient way possible. Which technique is most likely to be useful in solving this problem?
Question 88
Multiple Choice
The graph below shows the cost (in hundreds of dollars) of installing telephone wires between the workspaces in an office complex. Use Kruskal's algorithm for minimum-cost spanning trees to find the cost for establishing this phone network.
Question 89
Multiple Choice
A college student has six pairs of pants, eight T-shirts, three sweatshirts, and two pairs of tennis shoes. If an outfit consists of pants, a T-shirt, a sweatshirt, and a pair of tennis shoes, how many different outfits can the student wear before repeating one?
Question 90
Multiple Choice
Given the two graphs shown below, which one represents a tree?
Question 91
Multiple Choice
For the graph below, what is the cost of the Hamiltonian circuit obtained by using the nearest-neighbor algorithm, starting at B?
Question 92
True/False
For a connected graph of 18 vertices, every possible spanning tree has exactly 17 edges.
Question 93
Multiple Choice
For the graph below, what is the cost of the Hamiltonian circuit obtained by using the nearest-neighbor algorithm, starting at A?
Question 94
Multiple Choice
An online banking service requires its customers to select a password that is four characters long. The password is case-sensitive, so upper-case letters are considered to be different than lower-case letters. The first character of the password must be an upper-case letter and the second character must be a digit. The remaining two characters may each be a digit, an uppercase letter, or a lowercase letter. What is the number of possible passwords?
Question 95
Multiple Choice
There are 3, 4, and 3 distinct paths from the city A to B, B to C, and C to D, respectively. Starting from the city A, you are planning to travel those cities in the order B, C, and D. How many different travel routes are possible?