<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" version="2.0">
  <channel>
    <title>Recent Posts in 'Help in H2 maths - statistics?' | sgForums.com</title>
    <link>http://politics.sgforums.com/forums/2297/topics/320459</link>
    <language>en-US</language>
    <ttl>60</ttl>
    <atom:link rel="search" type="application/opensearchdescription+xml" href="http://politics.sgforums.com/open_search.xml"/>
    <description></description>
    <item>
      <title>Help in H2 maths - statistics? replied by secretliker @ Thu, 12 Jun 2008 00:54:04 +0800</title>
      <description>&lt;blockquote&gt;
&lt;p&gt;1) A computer repair company uses a particular spare part at an
average rate of 5 per week. It is assumed that the request for the
spare part occurs randomly and independently.&lt;br /&gt;
&lt;br /&gt;
i) The manager decides to replenish the stock of this particular
spare part to a constant level k at the beginning of each week.
Find the least value of k such that on average there will be
insufficient stock no more than once in a 26-week period.(k=9)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;Let X be the average rate at which the company uses a
particular spare part in 1 week.&lt;/p&gt;
&lt;p&gt;X~Poi(5)&lt;/p&gt;
&lt;p&gt;This simply&amp;nbsp;means&amp;nbsp;the&amp;nbsp;average rate&amp;nbsp;at which
the company is using.&lt;/p&gt;
&lt;p&gt;Now, k is&amp;nbsp;the&amp;nbsp;number of spare&amp;nbsp;parts at
the&amp;nbsp;beginning of each week.&lt;/p&gt;
&lt;p&gt;To&amp;nbsp;have&amp;nbsp;insufficient stock,&amp;nbsp;the probability is
P(X&amp;gt;k) = 1-P(X&amp;lt;=k)&lt;/p&gt;
&lt;p&gt;Using GC (I don't know about TI but my CASIO fx-9860G could do
it), generate&amp;nbsp;a&amp;nbsp;list of 1 - P(X&amp;lt;=k)&lt;/p&gt;
&lt;p&gt;Now generate&amp;nbsp;another&amp;nbsp;list of 26[1-P(x&amp;lt;=k)]&lt;/p&gt;
&lt;p&gt;You'll see that k is 9, where 26[1-P(x&amp;lt;=K)] is below 1.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;2)An internet service provider serves 5000 subscribers and
during off peak period, there is a probability of 0.04 for each
subscriber that he requires a line for a correction.&lt;br /&gt;
&lt;br /&gt;
Using a suitable approximation, find the least number of lines
required to be set up by the internet service provider such that
the probability that a connection will fail during an off peak
period due to all the lines being occupied is less than
1%.(232)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;Let X is the number of subscribers that requires a line
for a correction out of 5000&amp;nbsp;during an off
peak&amp;nbsp;period.&lt;/p&gt;
&lt;p&gt;X~Bin(5000,0.04)&lt;/p&gt;
&lt;p&gt;Since&amp;nbsp;np &amp;gt; 5, nq &amp;gt; 5, npq &amp;gt; 5, X can be
approximated to a normal distribution.&lt;/p&gt;
&lt;p&gt;X~N(np, npq)&lt;/p&gt;
&lt;p&gt;X~N(200, 192)&lt;/p&gt;
&lt;p&gt;P(X&amp;gt;a) &amp;lt; 0.01, where a is the number of lines set up.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Remember to apply continuity correction.&lt;/strong&gt;
P(X&amp;gt;a+1) = P(X&amp;gt;a+0.5)&lt;/p&gt;
&lt;p&gt;Using GC, a+0.5 = 232.234822&lt;/p&gt;
&lt;p&gt;a=231.734822&lt;/p&gt;
&lt;p&gt;By looking&amp;nbsp;at the normal distribution curve (important),
and since number of lines is a whole number, the least number is
232.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Jun 2008 00:54:04 +0800</pubDate>
      <guid isPermaLink="false">politics.sgforums.com:2297:320459:8159535</guid>
      <author>secretliker</author>
      <link>http://politics.sgforums.com/forums/2297/topics/320459</link>
    </item>
    <item>
      <title>Help in H2 maths - statistics? replied by RETARDED_MORON @ Tue, 10 Jun 2008 12:09:17 +0800</title>
      <description>&lt;p&gt;Use your GC!&amp;nbsp;&lt;img src=
"/images/emoticons/kde-3.5.8/redones/angel.png" alt=
"angel.png" /&gt;&lt;/p&gt;
&lt;p&gt;Don't forget to reset your GC though.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jun 2008 12:09:17 +0800</pubDate>
      <guid isPermaLink="false">politics.sgforums.com:2297:320459:8154798</guid>
      <author>RETARDED_MORON</author>
      <link>http://politics.sgforums.com/forums/2297/topics/320459</link>
    </item>
    <item>
      <title>Help in H2 maths - statistics? replied by Something random @ Tue, 10 Jun 2008 02:10:27 +0800</title>
      <description>&lt;p&gt;1) This question I don't understand what they are asking. So
instead I'm using the answer k=9 and trying to work with that...
and still cannot get the right answer lol. Just showing my workings
below.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Looks like a Poisson distribution to me.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Let the no. of requests for spare parts be X.&lt;/p&gt;
&lt;p&gt;X~Po(5)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;P(Insufficient stock)&lt;/p&gt;
&lt;p&gt;= P(X&amp;gt;k)&lt;/p&gt;
&lt;p&gt;= 1 - P(X&amp;lt;=k) ***1 - [poissoncdf (5,k)]***&lt;/p&gt;
&lt;p&gt;= Ans&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Let the no. of times there is insufficient stock in a 26-week
period be Y.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Y~B(26,Ans)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;P(Y&amp;lt;=1) &amp;gt; ? ***binomcdf (26,Ans,1)***&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The last part, I don't know what the question means by "on
average".&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2) Have to use normal approximation from binomial.&lt;/p&gt;
&lt;p&gt;X~B(5000,0.4)&lt;/p&gt;
&lt;p&gt;=&amp;gt; X~N(200,192) approximately&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;P(Z&amp;gt;a) &amp;lt; 0.01&lt;/p&gt;
&lt;p&gt;P(Z&amp;lt;=a) &amp;gt; 0.99&lt;/p&gt;
&lt;p&gt;***invNorm(0.99,200,sqrt192)***&lt;/p&gt;
&lt;p&gt;= 232.235&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jun 2008 02:10:27 +0800</pubDate>
      <guid isPermaLink="false">politics.sgforums.com:2297:320459:8154008</guid>
      <author>Something random</author>
      <link>http://politics.sgforums.com/forums/2297/topics/320459</link>
    </item>
    <item>
      <title>Help in H2 maths - statistics? replied by thousandisland @ Tue, 10 Jun 2008 00:24:08 +0800</title>
      <description>&lt;p&gt;yeah and i gotta take stats exemption test somemore. mati.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jun 2008 00:24:08 +0800</pubDate>
      <guid isPermaLink="false">politics.sgforums.com:2297:320459:8153834</guid>
      <author>thousandisland</author>
      <link>http://politics.sgforums.com/forums/2297/topics/320459</link>
    </item>
    <item>
      <title>Help in H2 maths - statistics? replied by sinicker @ Tue, 10 Jun 2008 00:04:43 +0800</title>
      <description>&lt;p&gt;i loved stats.&lt;br /&gt;
&lt;br /&gt;
but after 2 years of NS, those words just dont make sense to me
anymore.&lt;br /&gt;
&lt;br /&gt;
die, uni in 2mths time i'm DEAD.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jun 2008 00:04:43 +0800</pubDate>
      <guid isPermaLink="false">politics.sgforums.com:2297:320459:8153767</guid>
      <author>sinicker</author>
      <link>http://politics.sgforums.com/forums/2297/topics/320459</link>
    </item>
    <item>
      <title>Help in H2 maths - statistics? replied by eagle @ Tue, 10 Jun 2008 00:02:10 +0800</title>
      <description>&lt;p&gt;I hate stats&lt;/p&gt;
&lt;p&gt;yucks &lt;img src="/images/emoticons/classic/icon_evil.gif" alt=
"icon_evil.gif" /&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jun 2008 00:02:10 +0800</pubDate>
      <guid isPermaLink="false">politics.sgforums.com:2297:320459:8153756</guid>
      <author>eagle</author>
      <link>http://politics.sgforums.com/forums/2297/topics/320459</link>
    </item>
    <item>
      <title>Help in H2 maths - statistics? replied by lavastar @ Mon, 09 Jun 2008 23:53:39 +0800</title>
      <description>&lt;p&gt;1) A computer repair company uses a particular spare part at an
average rate of 5 per week. It is assumed that the request for the
spare part occurs randomly and independently.&lt;br /&gt;
&lt;br /&gt;
i) The manager decides to replenish the stock of this particular
spare part to a constant level k at the beginning of each week.
Find the least value of k such that on average there will be
insufficient stock no more than once in a 26-week
period.(k=9)&lt;br /&gt;
&lt;br /&gt;
2)An internet service provider serves 5000 subscribers and during
off peak period, there is a probability of 0.04 for each subscriber
that he requires a line for a correction.&lt;br /&gt;
&lt;br /&gt;
Using a suitable approximation, find the least number of lines
required to be set up by the internet service provider such that
the probability that a connection will fail during an off peak
period due to all&amp;nbsp; the lines being occupied is less than
1%.(232)&lt;br /&gt;
&lt;br /&gt;
Thx to those who can help. Sometimes i cannot understand this qns
as they are so wordy &lt;img src=
"/images/emoticons/kde-3.5.8/ccmathteam.com/confused.png" alt=
"confused.png" /&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 09 Jun 2008 23:53:39 +0800</pubDate>
      <guid isPermaLink="false">politics.sgforums.com:2297:320459:8153732</guid>
      <author>lavastar</author>
      <link>http://politics.sgforums.com/forums/2297/topics/320459</link>
    </item>
  </channel>
</rss>
