<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>communication network &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/communication-network/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Sun, 19 Jan 2020 03:23:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.6</generator>

<image>
	<url>https://i2.wp.com/yutsumura.com/wp-content/uploads/2016/12/cropped-question-logo.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>communication network &#8211; Problems in Mathematics</title>
	<link>https://yutsumura.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">114989322</site>	<item>
		<title>Successful Probability of a Communication Network Diagram</title>
		<link>https://yutsumura.com/successful-probability-of-a-communication-network-diagram/</link>
				<comments>https://yutsumura.com/successful-probability-of-a-communication-network-diagram/#respond</comments>
				<pubDate>Sun, 19 Jan 2020 03:23:49 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Probability]]></category>
		<category><![CDATA[communication network]]></category>
		<category><![CDATA[diagram]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[probability]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=7183</guid>
				<description><![CDATA[<p>Consider the network diagram in the figure. The diagram consists of five links and each of them fails to communicate with probability $p$. Answer the following questions about this network. (1) Determine the probability&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/successful-probability-of-a-communication-network-diagram/" target="_blank">Successful Probability of a Communication Network Diagram</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 742</h2>
<p>Consider the network diagram in the figure. The diagram consists of five links and each of them fails to communicate with probability $p$. Answer the following questions about this network.</p>
<p><strong>(1)</strong> Determine the probability that there exists at least one path from A to B where every link on the path functions without errors. Express the answer in term of $p$.</p>
<p><strong>(2)</strong> Assume that exactly one link has failed. In this case, what is the probability that there is a successful path from A to B, that is, each link on the path has not fail.</p>
<p><img src="https://i1.wp.com/yutsumura.com/wp-content/uploads/2020/01/Reliability.jpg?resize=600%2C425&#038;ssl=1" alt="reliability of communication network" width="600" height="425" class="alignnone size-full wp-image-7184" srcset="https://i1.wp.com/yutsumura.com/wp-content/uploads/2020/01/Reliability.jpg?w=600&amp;ssl=1 600w, https://i1.wp.com/yutsumura.com/wp-content/uploads/2020/01/Reliability.jpg?resize=300%2C213&amp;ssl=1 300w" sizes="(max-width: 600px) 100vw, 600px" data-recalc-dims="1" /></p>
<p><span id="more-7183"></span></p>
<h2>Solution.</h2>
<h3>Solution of (1)</h3>
<p>If there is path along which no link has failed, then Link 5 must be successful and at least one of the upper subpath (Link 1 and Link 3) or the lower subpath (Link 2 and Link 4) should not fail.<br />
 		Thus the desired probability is<br />
 		\begin{align*}<br />
 		&#038; P(\text{there is a successful path})\\<br />
 		 &#038;= P(\text{the upper or lower subpath is successful}) * P(\text{Link 5 is successful}).<br />
 		\end{align*}</p>
<p> 		Furthermore, we have using the property of probability that<br />
 		\begin{align*}<br />
 		&#038;P(\text{the upper or lower subpath is successful}) \\<br />
 		&#038;= 1 &#8211; P(\text{both upper and lower subpaths failed})\\<br />
 		&#038;= 1 &#8211; P(\text{upper subpaths failed}) * P(\text{lower subpaths failed})<br />
		\end{align*}</p>
<p>		Now, the upper subpaths fail if Link 1 or Link 3 fails. That is,<br />
		\begin{align*}<br />
			&#038;P(\text{upper subpaths failed}) \\<br />
			&#038;= 1 &#8211; P(\text{Link 1 is successful}) * P(\text{Link 3 is successful})\\<br />
			&#038;= 1 &#8211; (1 &#8211; p) ^2\\<br />
		\end{align*}<br />
		Similarly, we get $P(\text{lower subpaths failed}) = 1 &#8211; (1-p)^2$.<br />
		Combining these results, we obtain the desired probability<br />
		\begin{align*}<br />
			&#038; P(\text{there is a successful path})\\<br />
			&#038;= \left(1 &#8211; \left[ 1 &#8211; (1-p)^2 \right]^2 \right) * (1-p)<br />
		\end{align*}</p>
<h3>Solution of (2)</h3>
<p>There is a successful path only when Link 5 has not failed. </p>
<p>Since all five links have the same failing probability, the probability that Link 5 has failed is $1/5$. Thus, with probability $1 &#8211; 1/5 = 4/5$, there is a successful path from A to B.</p>
<button class="simplefavorite-button has-count" data-postid="7183" data-siteid="1" data-groupid="1" data-favoritecount="4" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">4</span></button><p>The post <a href="https://yutsumura.com/successful-probability-of-a-communication-network-diagram/" target="_blank">Successful Probability of a Communication Network Diagram</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/successful-probability-of-a-communication-network-diagram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">7183</post-id>	</item>
	</channel>
</rss>
