<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[STA301 GDB 1 Solution and Discussion]]></title><description><![CDATA[<p dir="auto">Use the data set to create Stem and Leaf display. Also calculate the Model value from the display.<br />
37, 33, 33, 32, 29, 28, 28, 23, 22, 22, 22, 21, 21, 21, 20, 20, 19, 19, 18, 18, 18, 18, 16, 15, 14, 14, 14, 12, 12, 9, 6<br />
TOTAL MARKS: 5<br />
BEST OF LUCK…!</p>
]]></description><link>https://community.secnto.com//topic/1791/sta301-gdb-1-solution-and-discussion</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 20:44:50 GMT</lastBuildDate><atom:link href="https://community.secnto.com//topic/1791.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 27 May 2020 08:33:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to STA301 GDB 1 Solution and Discussion on Wed, 27 May 2020 09:11:38 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://youtu.be/Lycl1Vcc38I" target="_blank" rel="noopener noreferrer nofollow ugc">https://youtu.be/Lycl1Vcc38I</a></p>
]]></description><link>https://community.secnto.com//post/5005</link><guid isPermaLink="true">https://community.secnto.com//post/5005</guid><dc:creator><![CDATA[cyberian]]></dc:creator><pubDate>Wed, 27 May 2020 09:11:38 GMT</pubDate></item><item><title><![CDATA[Reply to STA301 GDB 1 Solution and Discussion on Wed, 27 May 2020 08:35:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/qamar-chattha" aria-label="Profile: Qamar-Chattha">@<bdi>Qamar-Chattha</bdi></a> said in <a href="/post/5003">STA301 GDB 1 Solution and Discussion</a>:</p>
<blockquote>
<p dir="auto">Use the data set to create Stem and Leaf display. Also calculate the Model value from the display.<br />
37, 33, 33, 32, 29, 28, 28, 23, 22, 22, 22, 21, 21, 21, 20, 20, 19, 19, 18, 18, 18, 18, 16, 15, 14, 14, 14, 12, 12, 9, 6<br />
TOTAL MARKS: 5<br />
BEST OF LUCK…!</p>
</blockquote>
<p dir="auto">Solution idea:<br />
Ascending order<br />
6,9,12,12,14,14,14,15,16,18,18,18,18,19,19,20,20,21,21,21,22,22,22,23,28,28,29,32,33,33,37<br />
Stem and Leaf display</p>
<table class="table table-bordered table-striped">
<tbody>
<tr>
<td>Steam</td>
<td>Leaf</td>
</tr>
<tr>
<td>0</td>
<td>6,9</td>
</tr>
<tr>
<td>1</td>
<td>2,2,4,4,4,5,6,8,8,8,8,9,9</td>
</tr>
<tr>
<td>2</td>
<td>0,0,1,1,1,2,2,2,3,8,8,9</td>
</tr>
<tr>
<td>3</td>
<td>2,3,3,7</td>
</tr>
</tbody>
</table>
<p dir="auto">Mode = Most repeated value in the given data<br />
So mode is = 18</p>
]]></description><link>https://community.secnto.com//post/5004</link><guid isPermaLink="true">https://community.secnto.com//post/5004</guid><dc:creator><![CDATA[zaasmi]]></dc:creator><pubDate>Wed, 27 May 2020 08:35:51 GMT</pubDate></item></channel></rss>