GRAPH THEORY
Prove/Show that a connected Graph G is not separable if
and only if it is nonseparable.
Definitions for Reference: A connected Graph G is called
nonseparable if it has no cut vertices (A vertex v in a connected
graph G is caled a cut vertex if G-v is disconnected)
A connected graph G is called separable if there exist subgraphs
H1, H2 ⊂ G. with E(H1) ∪ E(H2) = E(G) and E(H1) ∩ E(H2) = ∅. V (H1)...
Given a connected graph G with n vertices. We say an edge of G
is a bridge if the graph becomes a disconnected graph after
removing the edge. Give an O(m + n) time algorithm that finds all
the bridges. (Partial credits will be given for a polynomial time
algorithm.) (Hint: Use DFS)
Given a connected graph G where edge costs are pair-wise
distinct, prove or disprove that the G has a unique MST.
Please write Pseudo-code for the algorithms.
Consider the following hypothesis test:
H0: n greater than or equal to 20
Ha: n less than 20
a sample of 45 provided a sample mean of 19.6. the population
standard deviation is 1.8
a. Compute the value of the test statistic (to 2
decimals). Enter negative value as negative number.
_______
b. what is the p-value? (3 decimals)
d. using a=0.05, what is the critical value for the test
statistic (to 3 decimals)? Enter negative value as negative
number.
________...