WEBASSIGN F/EPPS DISCRETE MATHEMATICS
5th Edition
ISBN: 9780357540244
Author: EPP
Publisher: CENGAGE L
expand_more
expand_more
format_list_bulleted
Textbook Question
Chapter 10.6, Problem 16ES
Use Dijkstra’s algorithm to find the shortest path from a to z for each of the graphs in 13—16. In each case make tables similar to Table 10.6.1 to show the action of the algorithm.
16. The graph of exercise 10 with
Expert Solution & Answer

Trending nowThis is a popular solution!

Students have asked these similar questions
Tri-County Utilities, Inc., supplies natural gas to customers in a three-county area. The company purchases natural gas from two companies: Southern Gas and Northwest Gas.
Demand forecasts for the coming winter season are as follows: Hamilton County, 400 units; Butler County, 200 units; and Clermont County, 300 units. Contracts to provide the following quantities have been written: Southern Gas, 500 units; and Northwest Gas, 400 units. Distribution costs for the counties vary, depending upon the location of the suppliers. The distribution costs per unit (in thousands of dollars)
are as follows.
From
To
Hamilton Butler
Clermont
Southern Gas
10
20
15
Northwest Gas
12
15
18
(a) Develop a network representation of this problem. (Submit a file with a maximum size of 1 MB.)
Choose File No file chosen
Assignment 3 graph.docx
Score: 1 out of 1
Comment:
(b) Develop a linear programming model that can be used to determine the plan that will minimize total distribution costs (in thousands of…
Use the method of undetermined coefficients to solve the given nonhomogeneous system.
dx
dt
=
2x + 3y − 8
dy
dt
=
−x − 2y + 6
X(t) =
As discussed in Section 8.3, the Markowitz model uses the variance of the portfolio as the measure of risk. However, variance includes deviations both below and above the mean return. Semivariance includes only deviations below the mean and is considered by many to be a better measure of risk.
(a)
Develop a model that minimizes semivariance for the Hauck Financial data given in the file HauckData with a required return of 10%.
Assume
that the five planning scenarios in the Hauck Financial Services model are equally likely to occur. Hint: Modify model (8.10)–(8.19). Define a variable ds for each scenario and let
ds ≥ R − Rs
with
ds ≥ 0.
Then make the objective function:
Min
1
5
5
s = 1
ds2.
Let
FS = proportion of portfolio invested in the foreign stock mutual fund
IB = proportion of portfolio invested in the intermediate-term bond fund
LG = proportion of portfolio invested in the large-cap growth fund
LV = proportion of portfolio invested in the large-cap value fund…
Chapter 10 Solutions
WEBASSIGN F/EPPS DISCRETE MATHEMATICS
Ch. 10.1 - Let G be a graph and let v and w be vertices in G....Ch. 10.1 - A graph is connected if, any only if, _____.Ch. 10.1 - Removing an edge from a circuit in a graph does...Ch. 10.1 - An Euler circuit in graph is _____.Ch. 10.1 - Prob. 5TYCh. 10.1 - Prob. 6TYCh. 10.1 - Prob. 7TYCh. 10.1 - If a graph G has a Hamiltonian circuit, then G has...Ch. 10.1 - A travelling salesman problem involves finding a...Ch. 10.1 - In the graph below, determine whether the...
Ch. 10.1 - In the graph below, determine whether the...Ch. 10.1 - Let G be the graph and consider the walk...Ch. 10.1 - Consider the following graph. How many paths are...Ch. 10.1 - Consider the following graph. How many paths are...Ch. 10.1 - An edge whose removal disconnects the graph of...Ch. 10.1 - Given any positive integer n, (a) find a connected...Ch. 10.1 - Find the number of connected components for each...Ch. 10.1 - Each of (a)—(c) describes a graph. In each case...Ch. 10.1 - Prob. 10ESCh. 10.1 - Is it possible for a citizen of Königsberg to make...Ch. 10.1 - Determine which of the graph in 12-17 have Euler...Ch. 10.1 - Determine which of the graph in 12-17 have Euler...Ch. 10.1 - Determine which of the graph in 12-17 have Euler...Ch. 10.1 - Determine which of the graph in 12-17 have Euler...Ch. 10.1 - Determine which of the graph in 12-17 have Euler...Ch. 10.1 - Determine which of the graph in 12-17 have Euler...Ch. 10.1 - Is it possible to take a walk around the city...Ch. 10.1 - For each of the graph in 19-21, determine whether...Ch. 10.1 - Prob. 20ESCh. 10.1 - Prob. 21ESCh. 10.1 - Prob. 22ESCh. 10.1 - Prob. 23ESCh. 10.1 - Find the complement of each of the following...Ch. 10.1 - Find the complement of the graph K4, the complete...Ch. 10.1 - Suppose that in a group of five people A,B,C,D,...Ch. 10.1 - Prob. 27ESCh. 10.1 - Show that at a party with at least two people,...Ch. 10.1 - Find Hamiltonian circuits for each of the graph in...Ch. 10.1 - Find Hamiltonian circuits for each of the graph in...Ch. 10.1 - Prob. 31ESCh. 10.1 - Show that none of graphs in 31-33 has a...Ch. 10.1 - Prob. 33ESCh. 10.1 - Prob. 34ESCh. 10.1 - Prob. 35ESCh. 10.1 - In 34-37, find Hamiltonian circuits for those...Ch. 10.1 - Prob. 37ESCh. 10.1 - Give two examples of graphs that have Euler...Ch. 10.1 - Prob. 39ESCh. 10.1 - Prob. 40ESCh. 10.1 - Give two examples of graphs that have Euler...Ch. 10.1 - A traveler in Europe wants to visit each of the...Ch. 10.1 - a. Prove that if a walk in a graph contains a...Ch. 10.1 - Prob. 44ESCh. 10.1 - Prob. 45ESCh. 10.1 - Prob. 46ESCh. 10.1 - Prove that if there is a trail in a graph G from a...Ch. 10.1 - If a graph contains a circuits that starts and...Ch. 10.1 - Prob. 49ESCh. 10.1 - Let G be a connected graph, and let C be any...Ch. 10.1 - Prob. 51ESCh. 10.1 - Prob. 52ESCh. 10.1 - For what values of n dies the complete graph Kn...Ch. 10.1 - For what values of m and n does the complete...Ch. 10.1 - What is the maximum number of edges a simple...Ch. 10.1 - Prob. 56ESCh. 10.1 - Prob. 57ESCh. 10.2 - In the adjacency matrix for a directed graph, the...Ch. 10.2 - Prob. 2TYCh. 10.2 - Prob. 3TYCh. 10.2 - Prob. 4TYCh. 10.2 - Prob. 5TYCh. 10.2 - Prob. 6TYCh. 10.2 - Find real numbers a, b, and c such that the...Ch. 10.2 - Find the adjacency matrices for the following...Ch. 10.2 - Find directed graphs that have the following...Ch. 10.2 - Find adjacency matrices for the following...Ch. 10.2 - Find graphs that have the following adjacency...Ch. 10.2 - Prob. 6ESCh. 10.2 - Prob. 7ESCh. 10.2 - Prob. 8ESCh. 10.2 - Prob. 9ESCh. 10.2 - Prob. 10ESCh. 10.2 - Prob. 11ESCh. 10.2 - Prob. 12ESCh. 10.2 - Let O denote the matrix [0000] . Find 2 × 2...Ch. 10.2 - Prob. 14ESCh. 10.2 - Prob. 15ESCh. 10.2 - In 14-18, assume the entries of all matrices are...Ch. 10.2 - Prob. 17ESCh. 10.2 - Prob. 18ESCh. 10.2 - Prob. 19ESCh. 10.2 - The following is an adjacency matrix for a graph:...Ch. 10.2 - Let A be the adjacency matrix for K3, the complete...Ch. 10.2 - Draw a graph that has [0001200011000211120021100]...Ch. 10.2 - Prob. 23ESCh. 10.3 - If G and G’ are graphs, then G is isomorphic to G’...Ch. 10.3 - A property P is an invariant for graph isomorphism...Ch. 10.3 - Prob. 3TYCh. 10.3 - For each pair of graphs G and G’ in 1-5, determine...Ch. 10.3 - For each pair of graphs G and G’ in 1-5, determine...Ch. 10.3 - For each pair of graphs G and G’ in 1-5, determine...Ch. 10.3 - For each pair of graphs G and G’ in 1-5, determine...Ch. 10.3 - For each pair of graphs G and G in 1—5, determine...Ch. 10.3 - For each pair of graphs G and G’ in 6-13,...Ch. 10.3 - For each pair of graphs G and G’ in 6-13,...Ch. 10.3 - For each pair of graphs G and G’ in 6-13,...Ch. 10.3 - Prob. 9ESCh. 10.3 - For each pair of graphs G and G’ in 6-13,...Ch. 10.3 - For each pair of graphs G and G’ in 6-13,...Ch. 10.3 - For each pair of simple graphs G and G in 6—13,...Ch. 10.3 - For each pair of graphs G and G’ in 6-13,...Ch. 10.3 - Draw all nonisomorphic simple graphs with three...Ch. 10.3 - Draw all nonisomorphic simple graphs with four...Ch. 10.3 - Prob. 16ESCh. 10.3 - Draw all nonisomorphic graphs with four vertices...Ch. 10.3 - Draw all nonisomorphic graphs with four vertices...Ch. 10.3 - Prob. 19ESCh. 10.3 - Draw four nonisomorphic graphs with six vertices,...Ch. 10.3 - Prob. 21ESCh. 10.3 - Prove that each of the properties in 21-29 is an...Ch. 10.3 - Prob. 23ESCh. 10.3 - Prove that each of the properties in 21-29 is an...Ch. 10.3 - Prob. 25ESCh. 10.3 - Prob. 26ESCh. 10.3 - Prob. 27ESCh. 10.3 - Prove that each of the properties in 21-29 is an...Ch. 10.3 - Prob. 29ESCh. 10.3 - Show that the following two graphs are not...Ch. 10.4 - A circuit-free graph is a graph with __________.Ch. 10.4 - Prob. 2TYCh. 10.4 - Prob. 3TYCh. 10.4 - Prob. 4TYCh. 10.4 - Prob. 5TYCh. 10.4 - Prob. 6TYCh. 10.4 - For any positive integer n, if G is a connected...Ch. 10.4 - Read the tree in Example 10.4.2 from left to right...Ch. 10.4 - Prob. 2ESCh. 10.4 - Prob. 3ESCh. 10.4 - Prob. 4ESCh. 10.4 - Prob. 5ESCh. 10.4 - Prob. 6ESCh. 10.4 - Prob. 7ESCh. 10.4 - In each of 8—21, either draw a graph with the...Ch. 10.4 - In each of 8—21, either draw a graph with the...Ch. 10.4 - In each of 8—21, either draw a graph with the...Ch. 10.4 - In each of 8—21, either draw a graph with the...Ch. 10.4 - In each of 8—21, either draw a graph with the...Ch. 10.4 - In each of 8—21, either draw a graph with the...Ch. 10.4 - Prob. 14ESCh. 10.4 - In each of 8—21, either draw a graph with the...Ch. 10.4 - In each of 8—21, either draw a graph with the...Ch. 10.4 - Prob. 17ESCh. 10.4 - In each of 8—21, either draw a graph with the...Ch. 10.4 - In each of 8—21, either draw a graph with the...Ch. 10.4 - In each of 8—21, either draw a graph with the...Ch. 10.4 - In each of 8—21, either draw a graph with the...Ch. 10.4 - A connected graph has twelve vertices and eleven...Ch. 10.4 - A connected graph has nine vertices and twelve...Ch. 10.4 - Prob. 24ESCh. 10.4 - Prob. 25ESCh. 10.4 - If a graph has n vertices and n2 or fewer can it...Ch. 10.4 - A circuit-free graph has ten vertices and nine...Ch. 10.4 - Is a circuit-free graph with n vertices and at...Ch. 10.4 - Prob. 29ESCh. 10.4 - Prob. 30ESCh. 10.4 - a. Prove that the following is an invariant for...Ch. 10.5 - Prob. 1TYCh. 10.5 - Prob. 2TYCh. 10.5 - Prob. 3TYCh. 10.5 - Prob. 4TYCh. 10.5 - Prob. 5TYCh. 10.5 - Prob. 1ESCh. 10.5 - Prob. 2ESCh. 10.5 - Draw binary trees to represent the following...Ch. 10.5 - Prob. 4ESCh. 10.5 - Prob. 5ESCh. 10.5 - Prob. 6ESCh. 10.5 - Prob. 7ESCh. 10.5 - Prob. 8ESCh. 10.5 - Prob. 9ESCh. 10.5 - Prob. 10ESCh. 10.5 - Prob. 11ESCh. 10.5 - Prob. 12ESCh. 10.5 - Prob. 13ESCh. 10.5 - Prob. 14ESCh. 10.5 - Prob. 15ESCh. 10.5 - Prob. 16ESCh. 10.5 - Prob. 17ESCh. 10.5 - Prob. 18ESCh. 10.5 - Prob. 19ESCh. 10.5 - Prob. 20ESCh. 10.5 - Prob. 21ESCh. 10.5 - Prob. 22ESCh. 10.5 - Prob. 23ESCh. 10.5 - Prob. 24ESCh. 10.5 - In 21-25, use the steps of Algorithm 10.5.1 to...Ch. 10.6 - Prob. 1TYCh. 10.6 - Prob. 2TYCh. 10.6 - Prob. 3TYCh. 10.6 - In Kruskal’s algorithm, the edges of a connected,...Ch. 10.6 - Prob. 5TYCh. 10.6 - Prob. 6TYCh. 10.6 - At each stage of Dijkstra’s algorithm, the vertex...Ch. 10.6 - Prob. 1ESCh. 10.6 - Prob. 2ESCh. 10.6 - Prob. 3ESCh. 10.6 - Prob. 4ESCh. 10.6 - Prob. 5ESCh. 10.6 - Prob. 6ESCh. 10.6 - Prob. 7ESCh. 10.6 - Prob. 8ESCh. 10.6 - Prob. 9ESCh. 10.6 - Prob. 10ESCh. 10.6 - A pipeline is to be built that will link six...Ch. 10.6 - Use Dijkstra’s algorithm for the airline route...Ch. 10.6 - Use Dijkstra’s algorithm to find the shortest path...Ch. 10.6 - Use Dijkstra’s algorithm to find the shortest path...Ch. 10.6 - Use Dijkstra’s algorithm to find the shortest path...Ch. 10.6 - Use Dijkstra’s algorithm to find the shortest path...Ch. 10.6 - Prob. 17ESCh. 10.6 - Prob. 18ESCh. 10.6 - Prob. 19ESCh. 10.6 - Prob. 20ESCh. 10.6 - Prob. 21ESCh. 10.6 - Prob. 22ESCh. 10.6 - Prob. 23ESCh. 10.6 - Prob. 24ESCh. 10.6 - Prob. 25ESCh. 10.6 - Prob. 26ESCh. 10.6 - Prob. 27ESCh. 10.6 - Suppose a disconnected graph is input to Kruskal’s...Ch. 10.6 - Suppose a disconnected graph is input to Prim’s...Ch. 10.6 - Modify Algorithm 10.6.3 so that the output...Ch. 10.6 - Prob. 31ES
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, subject and related others by exploring similar questions and additional content below.Similar questions
- Calculus lll May I please have the blank lines completed, and final statement defined as a result? Thank you for the support!arrow_forwardFor each month of the year, Taylor collected the average high temperatures in Jackson, Mississippi. He used the data to create the histogram shown. Which set of data did he use to create the histogram? A 55, 60, 64, 72, 73, 75, 77, 81, 83, 91, 91, 92\ 55,\ 60,\ 64,\ 72,\ 73,\ 75,\ 77,\ 81,\ 83,\ 91,\ 91,\ 92 55, 60, 64, 72, 73, 75, 77, 81, 83, 91, 91, 92 B 55, 57, 60, 65, 70, 71, 78, 79, 85, 86, 88, 91\ 55,\ 57,\ 60,\ 65,\ 70,\ 71,\ 78,\ 79,\ 85,\ 86,\ 88,\ 91 55, 57, 60, 65, 70, 71, 78, 79, 85, 86, 88, 91 C 55, 60, 63, 64, 65, 71, 83, 87, 88, 88, 89, 93\ 55,\ 60,\ 63,\ 64,\ 65,\ 71,\ 83,\ 87,\ 88,\ 88,\ 89,\ 93 55, 60, 63, 64, 65, 71, 83, 87, 88, 88, 89, 93 D 55, 58, 60, 66, 68, 75, 77, 82, 86, 89, 91, 91\ 55,\ 58,\ 60,\ 66,\ 68,\ 75,\ 77,\ 82,\ 86,\ 89,\ 91,\ 91 55, 58, 60, 66, 68, 75, 77, 82, 86, 89, 91, 91arrow_forwardIn this problem, we consider a Brownian motion (W+) t≥0. We consider a stock model (St)t>0 given (under the measure P) by d.St 0.03 St dt + 0.2 St dwt, with So 2. We assume that the interest rate is r = 0.06. The purpose of this problem is to price an option on this stock (which we name cubic put). This option is European-type, with maturity 3 months (i.e. T = 0.25 years), and payoff given by F = (8-5)+ (a) Write the Stochastic Differential Equation satisfied by (St) under the risk-neutral measure Q. (You don't need to prove it, simply give the answer.) (b) Give the price of a regular European put on (St) with maturity 3 months and strike K = 2. (c) Let X = S. Find the Stochastic Differential Equation satisfied by the process (Xt) under the measure Q. (d) Find an explicit expression for X₁ = S3 under measure Q. (e) Using the results above, find the price of the cubic put option mentioned above. (f) Is the price in (e) the same as in question (b)? (Explain why.)arrow_forward
- Problem 4. Margrabe formula and the Greeks (20 pts) In the homework, we determined the Margrabe formula for the price of an option allowing you to swap an x-stock for a y-stock at time T. For stocks with initial values xo, yo, common volatility σ and correlation p, the formula was given by Fo=yo (d+)-x0Þ(d_), where In (±² Ꭲ d+ õ√T and σ = σ√√√2(1 - p). дго (a) We want to determine a "Greek" for ỡ on the option: find a formula for θα (b) Is дго θα positive or negative? (c) We consider a situation in which the correlation p between the two stocks increases: what can you say about the price Fo? (d) Assume that yo< xo and p = 1. What is the price of the option?arrow_forwardThe Course Name Real Analysis please Solve questions by Real Analysisarrow_forwardWe consider a 4-dimensional stock price model given (under P) by dẴ₁ = µ· Xt dt + йt · ΣdŴt where (W) is an n-dimensional Brownian motion, π = (0.02, 0.01, -0.02, 0.05), 0.2 0 0 0 0.3 0.4 0 0 Σ= -0.1 -4a За 0 0.2 0.4 -0.1 0.2) and a E R. We assume that ☑0 = (1, 1, 1, 1) and that the interest rate on the market is r = 0.02. (a) Give a condition on a that would make stock #3 be the one with largest volatility. (b) Find the diversification coefficient for this portfolio as a function of a. (c) Determine the maximum diversification coefficient d that you could reach by varying the value of a? 2arrow_forward
- Question 1. Your manager asks you to explain why the Black-Scholes model may be inappro- priate for pricing options in practice. Give one reason that would substantiate this claim? Question 2. We consider stock #1 and stock #2 in the model of Problem 2. Your manager asks you to pick only one of them to invest in based on the model provided. Which one do you choose and why ? Question 3. Let (St) to be an asset modeled by the Black-Scholes SDE. Let Ft be the price at time t of a European put with maturity T and strike price K. Then, the discounted option price process (ert Ft) t20 is a martingale. True or False? (Explain your answer.) Question 4. You are considering pricing an American put option using a Black-Scholes model for the underlying stock. An explicit formula for the price doesn't exist. In just a few words (no more than 2 sentences), explain how you would proceed to price it. Question 5. We model a short rate with a Ho-Lee model drt = ln(1+t) dt +2dWt. Then the interest rate…arrow_forwardIn this problem, we consider a Brownian motion (W+) t≥0. We consider a stock model (St)t>0 given (under the measure P) by d.St 0.03 St dt + 0.2 St dwt, with So 2. We assume that the interest rate is r = 0.06. The purpose of this problem is to price an option on this stock (which we name cubic put). This option is European-type, with maturity 3 months (i.e. T = 0.25 years), and payoff given by F = (8-5)+ (a) Write the Stochastic Differential Equation satisfied by (St) under the risk-neutral measure Q. (You don't need to prove it, simply give the answer.) (b) Give the price of a regular European put on (St) with maturity 3 months and strike K = 2. (c) Let X = S. Find the Stochastic Differential Equation satisfied by the process (Xt) under the measure Q. (d) Find an explicit expression for X₁ = S3 under measure Q. (e) Using the results above, find the price of the cubic put option mentioned above. (f) Is the price in (e) the same as in question (b)? (Explain why.)arrow_forward3. Consider the polynomial equation 6-iz+7z² - iz³ +z = 0 for which the roots are 3i, -2i, -i, and i. (a) Verify the relations between this roots and the coefficients of the polynomial. (b) Find the annulus region in which the roots lie.arrow_forward
- The managing director of a consulting group has the accompanying monthly data on total overhead costs and professional labor hours to bill to clients. Complete parts a through c. Question content area bottom Part 1 a. Develop a simple linear regression model between billable hours and overhead costs. Overhead Costsequals=212495.2212495.2plus+left parenthesis 42.4857 right parenthesis42.485742.4857times×Billable Hours (Round the constant to one decimal place as needed. Round the coefficient to four decimal places as needed. Do not include the $ symbol in your answers.) Part 2 b. Interpret the coefficients of your regression model. Specifically, what does the fixed component of the model mean to the consulting firm? Interpret the fixed term, b 0b0, if appropriate. Choose the correct answer below. A. The value of b 0b0 is the predicted billable hours for an overhead cost of 0 dollars. B. It is not appropriate to interpret b 0b0, because its value…arrow_forward3. Consider the polynomial equation 6-iz+7z2-iz³ +z = 0 for which the roots are 3i, -2i, -i, and i. (a) Verify the relations between this roots and the coefficients of the polynomial. (b) Find the annulus region in which the roots lie.arrow_forwardWrite the equation of the trigonometric function shown in the graph. LO 5 4 3 2 1 y -5 -5 4 8 8 500 -1 -2 -3 -4 -5 x 5 15л 5л 25л 15л 35π 5л 4 8 2 8 4 8arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Algebra & Trigonometry with Analytic GeometryAlgebraISBN:9781133382119Author:SwokowskiPublisher:CengageAlgebra: Structure And Method, Book 1AlgebraISBN:9780395977224Author:Richard G. Brown, Mary P. Dolciani, Robert H. Sorgenfrey, William L. ColePublisher:McDougal LittellCollege Algebra (MindTap Course List)AlgebraISBN:9781305652231Author:R. David Gustafson, Jeff HughesPublisher:Cengage Learning
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:9781133382119
Author:Swokowski
Publisher:Cengage

Algebra: Structure And Method, Book 1
Algebra
ISBN:9780395977224
Author:Richard G. Brown, Mary P. Dolciani, Robert H. Sorgenfrey, William L. Cole
Publisher:McDougal Littell

College Algebra (MindTap Course List)
Algebra
ISBN:9781305652231
Author:R. David Gustafson, Jeff Hughes
Publisher:Cengage Learning
Graph Theory: Euler Paths and Euler Circuits; Author: Mathispower4u;https://www.youtube.com/watch?v=5M-m62qTR-s;License: Standard YouTube License, CC-BY
WALK,TRIAL,CIRCUIT,PATH,CYCLE IN GRAPH THEORY; Author: DIVVELA SRINIVASA RAO;https://www.youtube.com/watch?v=iYVltZtnAik;License: Standard YouTube License, CC-BY