DISCRETE MATH CONNECT ACCESS
8th Edition
ISBN: 9781265370749
Author: ROSEN
Publisher: MCG
expand_more
expand_more
format_list_bulleted
Textbook Question
Chapter 11, Problem 47SE
In this exercise we will develop an algorithm to find the strong components of a directed graph G = (V, E).
Recall that a vertexis reachable from a vertexif there is a directed path from u to w.
a) Explain how to use breadth-first search in the directed graph G to find all the vertices reachable from a
vertex
b) Explain how to use breadth-first search in Gcov to find all the vertices from which a vertexis
reachable. (Recall that Gcov is the directed graph obtained from G by reversing the direction of all its
edges.)
e) Explain how to use parts (a) and (b) to construct an algorithm that finds the strong components of a
directed graph G, and explain why your algorithm is correct.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
Q1. A group of five applicants for a pair of identical jobs consists of three men and two
women. The employer is to select two of the five applicants for the jobs. Let S
denote the set of all possible outcomes for the employer's selection. Let A denote
the subset of outcomes corresponding to the selection of two men and B the subset
corresponding to the selection of at least one woman. List the outcomes in A, B,
AUB, AN B, and An B. (Denote the different men and women by M₁, M2, M3
and W₁, W2, respectively.)
For the following function, find the full power series centered at a
of convergence.
0 and then give the first 5 nonzero terms of the power series and the open interval
=
f(2) Σ
8
1(x)--(-1)*(3)*
n=0
₤(x) = + + + ++...
The open interval of convergence is:
1
1
3
f(x)=
=
28
3x6 +1
(Give your answer in help (intervals) .)
Q3 (8 points)
Q3. A survey classified a large number of adults according to whether they were diag-
nosed as needing eyeglasses to correct their reading vision and whether they use
eyeglasses when reading. The proportions falling into the four resulting categories
are given in the following table:
Use Eyeglasses for Reading
Needs glasses Yes
No
Yes
0.44
0.14
No
0.02
0.40
If a single adult is selected from the large group, find the probabilities of the events
defined below. The adult
(a) needs glasses.
(b) needs glasses but does not use them.
(c) uses glasses whether the glasses are needed or not.
Chapter 11 Solutions
DISCRETE MATH CONNECT ACCESS
Ch. 11.1 - Prob. 1ECh. 11.1 - Vhich of these graphs are trees?Ch. 11.1 - Prob. 3ECh. 11.1 - Prob. 4ECh. 11.1 - Prob. 5ECh. 11.1 - Prob. 6ECh. 11.1 - Prob. 7ECh. 11.1 - Prob. 8ECh. 11.1 - Prob. 9ECh. 11.1 - Prob. 10E
Ch. 11.1 - Prob. 11ECh. 11.1 - Prob. 12ECh. 11.1 - Prob. 13ECh. 11.1 - Prob. 14ECh. 11.1 - Let G he a simple graph with n vertices. Show that...Ch. 11.1 - Prob. 16ECh. 11.1 - Prob. 17ECh. 11.1 - Prob. 18ECh. 11.1 - Prob. 19ECh. 11.1 - Prob. 20ECh. 11.1 - Prob. 21ECh. 11.1 - A chain letter starts when a person sends a letter...Ch. 11.1 - A chain letter starts with a person sending a...Ch. 11.1 - Prob. 24ECh. 11.1 - Prob. 25ECh. 11.1 - Prob. 26ECh. 11.1 - Prob. 27ECh. 11.1 - Prob. 28ECh. 11.1 - Prob. 29ECh. 11.1 - Prob. 30ECh. 11.1 - Prob. 31ECh. 11.1 - Prob. 32ECh. 11.1 - Prob. 33ECh. 11.1 - Prob. 34ECh. 11.1 - Prob. 35ECh. 11.1 - Prob. 36ECh. 11.1 - Letnbe a power of 2. Show thatnnumbers can be...Ch. 11.1 - Prob. 38ECh. 11.1 - Prob. 39ECh. 11.1 - Prob. 40ECh. 11.1 - Prob. 41ECh. 11.1 - Prob. 42ECh. 11.1 - Prob. 43ECh. 11.1 - Prob. 44ECh. 11.1 - Draw the first seven rooted Fibonacci trees.Ch. 11.1 - Prob. 46ECh. 11.1 - Prob. 47ECh. 11.1 - Show that the average depth of a leaf in a binary...Ch. 11.2 - Build a binary search tree for the...Ch. 11.2 - Build a binary search tree for the words oenology,...Ch. 11.2 - How many comparisons are needed to locate or to...Ch. 11.2 - How many comparisons are needed to locate or to...Ch. 11.2 - Using alphabetical order, construct a binary...Ch. 11.2 - How many weighings of a balance scale are needed...Ch. 11.2 - How many weighings of a balance scale are needed...Ch. 11.2 - How many weighings of a balance scale are needed...Ch. 11.2 - How many weighings of a balance scale are needed...Ch. 11.2 - One of four coins may be counterfeit. If it is...Ch. 11.2 - Find the least number of comparisons needed to...Ch. 11.2 - Prob. 12ECh. 11.2 - The tournament sort is a sorting algorithm that...Ch. 11.2 - The tournament sort is a sorting algorithm that...Ch. 11.2 - Prob. 15ECh. 11.2 - Prob. 16ECh. 11.2 - Prob. 17ECh. 11.2 - The tournament sort is a sorting algorithm that...Ch. 11.2 - The tournament sort is a sorting algorithm that...Ch. 11.2 - The tournament sort is a sorting algorithm that...Ch. 11.2 - Prob. 21ECh. 11.2 - The tournament sort is a sorting algorithm that...Ch. 11.2 - Prob. 23ECh. 11.2 - The tournament sort is a sorting algorithm that...Ch. 11.2 - Prob. 25ECh. 11.2 - The tournament sort is a sorting algorithm that...Ch. 11.2 - Prob. 27ECh. 11.2 - Prob. 28ECh. 11.2 - Suppose thatmis a positive integer with m>2An...Ch. 11.2 - Suppose that m is a positive integer with m>2 An...Ch. 11.2 - Suppose that m is a positive integer withm= 2. An...Ch. 11.2 - Suppose thatmis a positive integer withm= 2....Ch. 11.2 - Prob. 33ECh. 11.2 - Prob. 34ECh. 11.2 - Suppose that m is a positive integer with m>2 An...Ch. 11.2 - Prob. 36ECh. 11.2 - Suppose that m is a positive integer with m>2 An...Ch. 11.2 - Suppose that m is a positive integer with m>2 An...Ch. 11.2 - Prob. 39ECh. 11.2 - Suppose that m is a positive integer withm= 2. An...Ch. 11.2 - Prob. 41ECh. 11.2 - Suppose that m is a positive integer with m>2 An...Ch. 11.2 - Prob. 43ECh. 11.2 - Prob. 44ECh. 11.3 - Prob. 1ECh. 11.3 - Prob. 2ECh. 11.3 - Prob. 3ECh. 11.3 - Prob. 4ECh. 11.3 - Suppose that the vertex with the largest address...Ch. 11.3 - Prob. 6ECh. 11.3 - Prob. 7ECh. 11.3 - Prob. 8ECh. 11.3 - Prob. 9ECh. 11.3 - Prob. 10ECh. 11.3 - Prob. 11ECh. 11.3 - Prob. 12ECh. 11.3 - Prob. 13ECh. 11.3 - Prob. 14ECh. 11.3 - Prob. 15ECh. 11.3 - Prob. 16ECh. 11.3 - Prob. 17ECh. 11.3 - a) Represent the compound propositionsandusing...Ch. 11.3 - a) Represent(AB)(A(BA))using an ordered rooted...Ch. 11.3 - In how many ways can the stringbe fully...Ch. 11.3 - In how many ways can the stringbe fully...Ch. 11.3 - Draw the ordered rooted tree corresponding to each...Ch. 11.3 - What is the value of each of these prefix...Ch. 11.3 - What is the value of each of these postfix...Ch. 11.3 - Prob. 25ECh. 11.3 - Prob. 26ECh. 11.3 - Prob. 27ECh. 11.3 - Prob. 28ECh. 11.3 - Prob. 29ECh. 11.3 - Prob. 30ECh. 11.3 - Show that any well-formed formula in prefix...Ch. 11.3 - Prob. 32ECh. 11.3 - Prob. 33ECh. 11.3 - Prob. 34ECh. 11.4 - How many edges must be removed from a connected...Ch. 11.4 - Prob. 2ECh. 11.4 - Prob. 3ECh. 11.4 - Prob. 4ECh. 11.4 - Prob. 5ECh. 11.4 - Prob. 6ECh. 11.4 - Prob. 7ECh. 11.4 - Prob. 8ECh. 11.4 - Prob. 9ECh. 11.4 - Prob. 10ECh. 11.4 - Prob. 11ECh. 11.4 - Prob. 12ECh. 11.4 - Prob. 13ECh. 11.4 - Prob. 14ECh. 11.4 - Prob. 15ECh. 11.4 - Prob. 16ECh. 11.4 - Prob. 17ECh. 11.4 - Prob. 18ECh. 11.4 - Prob. 19ECh. 11.4 - Prob. 20ECh. 11.4 - Prob. 21ECh. 11.4 - Describe the tree produced by breadth-first search...Ch. 11.4 - Prob. 23ECh. 11.4 - Explain how breadth-first search or depth-first...Ch. 11.4 - Prob. 25ECh. 11.4 - Prob. 26ECh. 11.4 - Prob. 27ECh. 11.4 - Use backtracking to find a subset, if it exists,...Ch. 11.4 - Explain how backtracking can be used to find a...Ch. 11.4 - Prob. 30ECh. 11.4 - Prob. 31ECh. 11.4 - A spanning forest of a graphGis a forest that...Ch. 11.4 - Prob. 33ECh. 11.4 - Prob. 34ECh. 11.4 - Prob. 35ECh. 11.4 - A spanning forest of a graphGis a forest that...Ch. 11.4 - Prob. 37ECh. 11.4 - Prob. 38ECh. 11.4 - Prob. 39ECh. 11.4 - Prob. 40ECh. 11.4 - Prob. 41ECh. 11.4 - Prob. 42ECh. 11.4 - Prob. 43ECh. 11.4 - Prob. 44ECh. 11.4 - Prob. 45ECh. 11.4 - Prob. 46ECh. 11.4 - Prob. 47ECh. 11.4 - Prob. 48ECh. 11.4 - Prob. 49ECh. 11.4 - Prob. 50ECh. 11.4 - Prob. 51ECh. 11.4 - Prob. 52ECh. 11.4 - Prob. 53ECh. 11.4 - Prob. 54ECh. 11.4 - Prob. 55ECh. 11.4 - Prob. 56ECh. 11.4 - Prob. 57ECh. 11.4 - Prob. 58ECh. 11.4 - Prob. 59ECh. 11.4 - Prob. 60ECh. 11.4 - Prob. 61ECh. 11.5 - The roads represented by this graph are all...Ch. 11.5 - Prob. 2ECh. 11.5 - Prob. 3ECh. 11.5 - Prob. 4ECh. 11.5 - Prob. 5ECh. 11.5 - Prob. 6ECh. 11.5 - Prob. 7ECh. 11.5 - Prob. 8ECh. 11.5 - Prob. 9ECh. 11.5 - Prob. 10ECh. 11.5 - Prob. 11ECh. 11.5 - Prob. 12ECh. 11.5 - Prob. 13ECh. 11.5 - Prob. 14ECh. 11.5 - Prob. 15ECh. 11.5 - Prob. 16ECh. 11.5 - Prob. 17ECh. 11.5 - Prob. 18ECh. 11.5 - Prob. 19ECh. 11.5 - Prob. 20ECh. 11.5 - Prob. 21ECh. 11.5 - Prob. 22ECh. 11.5 - Express the algorithm devised in Exercise 22 in...Ch. 11.5 - Prob. 24ECh. 11.5 - Prob. 25ECh. 11.5 - Prob. 26ECh. 11.5 - Prob. 27ECh. 11.5 - Prob. 28ECh. 11.5 - Prob. 29ECh. 11.5 - Prob. 30ECh. 11.5 - Prob. 31ECh. 11.5 - Prob. 32ECh. 11.5 - Prob. 33ECh. 11.5 - Prob. 34ECh. 11.5 - Prob. 35ECh. 11 - Prob. 1RQCh. 11 - Prob. 2RQCh. 11 - Prob. 3RQCh. 11 - Prob. 4RQCh. 11 - Prob. 5RQCh. 11 - Prob. 6RQCh. 11 - Prob. 7RQCh. 11 - a) What is a binary search tree? b) Describe an...Ch. 11 - Prob. 9RQCh. 11 - Prob. 10RQCh. 11 - a) Explain how to use preorder, inorder, and...Ch. 11 - Show that the number of comparisons used by a...Ch. 11 - a) Describe the Huffman coding algorithm for...Ch. 11 - Draw the game tree for nim if the starting...Ch. 11 - Prob. 15RQCh. 11 - Prob. 16RQCh. 11 - a) Explain how backtracking can be used to...Ch. 11 - Prob. 18RQCh. 11 - Prob. 19RQCh. 11 - Show that a simple graph is a tree if and Only if...Ch. 11 - Prob. 2SECh. 11 - Prob. 3SECh. 11 - Prob. 4SECh. 11 - Prob. 5SECh. 11 - Prob. 6SECh. 11 - Prob. 7SECh. 11 - Prob. 8SECh. 11 - Prob. 9SECh. 11 - Prob. 10SECh. 11 - Prob. 11SECh. 11 - Prob. 12SECh. 11 - Prob. 13SECh. 11 - Prob. 14SECh. 11 - Prob. 15SECh. 11 - Prob. 16SECh. 11 - Prob. 17SECh. 11 - Prob. 18SECh. 11 - Prob. 19SECh. 11 - Prob. 20SECh. 11 - Prob. 21SECh. 11 - Prob. 22SECh. 11 - Prob. 23SECh. 11 - The listing of the vertices of an ordered rooted...Ch. 11 - The listing of the vertices of an ordered rooted...Ch. 11 - Prob. 26SECh. 11 - Prob. 27SECh. 11 - Prob. 28SECh. 11 - Prob. 29SECh. 11 - Show that if every circuit not passing through any...Ch. 11 - Prob. 31SECh. 11 - Prob. 32SECh. 11 - Prob. 33SECh. 11 - Prob. 34SECh. 11 - Prob. 35SECh. 11 - Prob. 36SECh. 11 - Prob. 37SECh. 11 - Prob. 38SECh. 11 - Prob. 39SECh. 11 - Prob. 40SECh. 11 - Prob. 41SECh. 11 - Prob. 42SECh. 11 - Prob. 43SECh. 11 - Prob. 44SECh. 11 - Prob. 45SECh. 11 - Show that a directed graphG= (V,E) has an...Ch. 11 - In this exercise we will develop an algorithm to...Ch. 11 - Prob. 1CPCh. 11 - Prob. 2CPCh. 11 - Prob. 3CPCh. 11 - Prob. 4CPCh. 11 - Prob. 5CPCh. 11 - Prob. 6CPCh. 11 - Prob. 7CPCh. 11 - Given an arithmetic expression in prefix form,...Ch. 11 - Prob. 9CPCh. 11 - Given the frequency of symbols, use Huffman coding...Ch. 11 - Given an initial position in the game of nim,...Ch. 11 - Prob. 12CPCh. 11 - Prob. 13CPCh. 11 - Prob. 14CPCh. 11 - Prob. 15CPCh. 11 - Prob. 16CPCh. 11 - Prob. 17CPCh. 11 - Prob. 18CPCh. 11 - Prob. 1CAECh. 11 - Prob. 2CAECh. 11 - Prob. 3CAECh. 11 - Prob. 4CAECh. 11 - Prob. 5CAECh. 11 - Prob. 6CAECh. 11 - Prob. 7CAECh. 11 - Prob. 8CAECh. 11 - Prob. 1WPCh. 11 - Prob. 2WPCh. 11 - Prob. 3WPCh. 11 - DefineAVL-trees(sometimes also known...Ch. 11 - Prob. 5WPCh. 11 - Prob. 6WPCh. 11 - Prob. 7WPCh. 11 - Prob. 8WPCh. 11 - Prob. 9WPCh. 11 - Prob. 10WPCh. 11 - Discuss the algorithms used in IP multicasting to...Ch. 11 - Prob. 12WPCh. 11 - Describe an algorithm based on depth-first search...Ch. 11 - Prob. 14WPCh. 11 - Prob. 15WPCh. 11 - Prob. 16WPCh. 11 - Prob. 17WPCh. 11 - Prob. 18WP
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
- 4. (i) Let a discrete sample space be given by N = {W1, W2, W3, W4}, and let a probability measure P on be given by P(w1) = 0.2, P(w2) = 0.2, P(w3) = 0.5, P(wa) = 0.1. Consider the random variables X1, X2 → R defined by X₁(w1) = 1, X₁(w2) = 2, X2(w1) = 2, X2 (w2) = 2, Find the joint distribution of X1, X2. (ii) X1(W3) = 1, X₁(w4) = 1, X2(W3) = 1, X2(w4) = 2. [4 Marks] Let Y, Z be random variables on a probability space (, F, P). Let the random vector (Y, Z) take on values in the set [0, 1] x [0,2] and let the joint distribution of Y, Z on [0, 1] x [0,2] be given by 1 dPy,z (y, z) ==(y²z+yz2) dy dz. harks 12 Find the distribution Py of the random variable Y. [8 Marks]arrow_forwardNeed help answering wuestionarrow_forwardFor the following function, find the full power series centered at x = 0 and then give the first 5 nonzero terms of the power series and the open interval of convergence. f(x) = Σ| n=0 9 f(x) = 6 + 4x f(x)− + + + ++··· The open interval of convergence is: ☐ (Give your answer in help (intervals) .)arrow_forward
- marks 11 3 3/4 x 1/4 1. There are 4 balls in an urn, of which 3 balls are white and 1 ball is black. You do the following: draw a ball from the urn at random, note its colour, do not return the ball to the urn; draw a second ball, note its colour, return the ball to the urn; finally draw a third ball and note its colour. (i) Describe the corresponding discrete probability space (Q, F, P). [9 Marks] (ii) Consider the following event, A: Among the first and the third balls, one ball is white, the other is black. Write down A as a subset of the sample space and find its probability, P(A). [2 Marks]arrow_forwardThere are 4 balls in an urn, of which 3 balls are white and 1 ball isblack. You do the following:• draw a ball from the urn at random, note its colour, do not return theball to the urn;• draw a second ball, note its colour, return the ball to the urn;• finally draw a third ball and note its colour.(i) Describe the corresponding discrete probability space(Ω, F, P). [9 Marks](ii) Consider the following event,A: Among the first and the third balls, one ball is white, the other is black.Write down A as a subset of the sample space Ω and find its probability, P(A)arrow_forwardLet (Ω, F, P) be a probability space and let X : Ω → R be a randomvariable whose probability density function is given by f(x) = 12 |x|e−|x| forx ∈ R.(i) Find the characteristic function of the random variable X.[8 Marks](ii) Using the result of (i), calculate the first two moments of therandom variable X, i.e., E(Xn) for n = 1, 2. [6 Marks]Total marks 16 (iii) What is the variance of X?arrow_forward
- Let X be a random variable with the standard normal distribution, i.e.,X has the probability density functionfX(x) = 1/√2π e^-(x^2/2)2 .Consider the random variablesXn = 20(3 + X6) ^1/2n e ^x^2/n+19 , x ∈ R, n ∈ N.Using the dominated convergence theorem, prove that the limit exists and find it limn→∞E(Xn)arrow_forwardLet X be a discrete random variable taking values in {0, 1, 2, . . . }with the probability generating function G(s) = E(sX). Prove thatVar(X) = G′′(1) + G′(1) − [G′(1)]2.[5 Marks](ii) Let X be a random variable taking values in [0,∞) with proba-bility density functionfX(u) = (5/4(1 − u^4, 0 ≤ u ≤ 1,0, otherwise. Let y =x^1/2 find the probability density function of Yarrow_forward14 14 4. The graph shows the printing rate of Printer A. Printer B can print at a rate of 25 pages per minute. How does the printing rate for Printer B compare to the printing rate for Printer A? The printing rate for Printer B is than the rate for Printer A because the rate of 25 pages per minute is than the rate of for Printer A. pages per minute RIJOUT 40 fy Printer Rat Number of Pages 8N WA 10 30 20 Printer A 0 0 246 Time (min) Xarrow_forward
- 2. y 1 Ο 2 3 4 -1 Graph of f x+ The graph gives one cycle of a periodic function f in the xy-plane. Which of the following describes the behavior of f on the interval 39 x < 41 ? (Α B The function f is decreasing. The function f is increasing. The function f is decreasing, then increasing. D The function f is increasing, then decreasing.arrow_forwardDepth (feet) 5- 4- 3- 2. WW www 1 D B 0 10 20 30 40 50 60 70 80 Time (hours) x A graph of the depth of water at a pier in the ocean is given, along with five labeled points A, B, C, D, and E in the xy-plane. For the time periods near these data points, a periodic relationship between depth of water, in feet, and time, in hours, can be modeled using one cycle of the periodic relationship. Based on the graph, which of the following is true? B C The time interval between points A and B gives the period. The time interval between points A and C gives the period. The time interval between points A and D gives the period. The time interval between points A and E gives the period.arrow_forwardA certain type of machine produces a number of amps of electricity that follows a cyclic, periodically increasing and decreasing pattern. The machine produces a maximum of 7 amps at certain times and a minimum of 2 amps at other times. It takes about 5 minutes for one cycle from 7 amps to the next 7 amps to occur. Which of the following graphs models amps as a function of time, in minutes, for this machine? A B C D Amps M 3 4 5 678 Minutes Amps w 3 4 5 6 7 8 Minutes 8 Amps- 6+ Amps y 2345678 Minutes 456 8 Minutesarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Linear Algebra: A Modern IntroductionAlgebraISBN:9781285463247Author:David PoolePublisher:Cengage Learning
Linear Algebra: A Modern Introduction
Algebra
ISBN:9781285463247
Author:David Poole
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