<?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/"
	>

<channel>
	<title>Bhargav&#039;s IT Playground &#187; Social</title>
	<atom:link href="http://www.bhargavs.com/index.php/category/social/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bhargavs.com</link>
	<description>Passion for Technology. Power of Messaging.</description>
	<lastBuildDate>Sat, 21 Jan 2012 07:25:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A for effort! Math is (NOT) for me.</title>
		<link>http://www.bhargavs.com/index.php/2009/10/23/a-for-effort-math-is-not-for-me/</link>
		<comments>http://www.bhargavs.com/index.php/2009/10/23/a-for-effort-math-is-not-for-me/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 20:07:48 +0000</pubDate>
		<dc:creator>Bhargav</dc:creator>
				<category><![CDATA[Social]]></category>
		<category><![CDATA[Effort]]></category>
		<category><![CDATA[Math]]></category>

		<guid isPermaLink="false">http://www.bhargavs.com/index.php/social/2009/10/a-for-effort-math-is-not-for-me/</guid>
		<description><![CDATA[Sometime ago, in one of newsletters I came across a question to find next number in series. The series was 3, 11, 20, 27, 29, 23. The next number in series needed to be found. Well, I tried as much as I can and stopped when my brain gave up on me. I was never [...]]]></description>
			<content:encoded><![CDATA[<p>Sometime ago, in one of newsletters I came across a question to find next number in series. The series was 3, 11, 20, 27, 29, 23. The next number in series needed to be found. Well, I tried as much as I can and stopped when my brain gave up on me. I was never too bright as math. I wasn’t too bad but I wasn’t this old either at that time.</p>
<p>So can you help me find answer?</p>
<p> <span id="more-170"></span>
<p>A for effort was given to a colleague who answer this correctly and I can clearly see why. He answered it very thoroughly and I am going to publish it with due credits to him (name not published for privacy).</p>
<p>As he wrote:</p>
<p>“The series given was 3, 11, 20, 27, 29, 23</p>
<p>The solution, the way I saw it was to find some function, f(x) that would equal:</p>
<p>f(1) = 3, f(2) = 11, f(3) = 20, etc</p>
<p>so that I could predict the value of f(7).</p>
<p>I found the differences between each set of answers to go down 3 levels, with a shared difference of -3.&#160; Three levels means I need to find a third degree polynomial&#160; f(x) = ax^3 + bx^2 + cx + d.</p>
<p>I then needed to find the values for a, b, c and d.&#160; There are 4 unknowns, so I need 4 equations.</p>
<p>The four equations are:</p>
<p>f(1) = a(1)^3 + b(1)^2 + c(1) + d = 3</p>
<p>f(2) = a(2)^3 + b(2)^2 + c(2) + d = 11</p>
<p>f(3) = a(3)^3 + b(3)^2 + c(3) + d = 20</p>
<p>f(4) = a(4)^3 + b(4)^2 + c(4) + d = 27</p>
<p>Using linear algebra and putting these into a matrix and reducing to echelon form, I solved for a, b, c and d.</p>
<p>a=-1/2, b=7/2, c=1, d=-1</p>
<p>That makes f(x) = -1/2 x^3 + 7/2 x^2 + x – 1</p>
<p>Calculating out f(x):<br />
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="bottom" width="64">
<p>X</p>
</td>
<td valign="bottom" width="64">
<p>-1/2 x^3</p>
</td>
<td valign="bottom" width="64">
<p>7/2 x^2</p>
</td>
<td valign="bottom" width="64">
<p>X</p>
</td>
<td valign="bottom" width="64">
<p>-1</p>
</td>
<td valign="bottom" width="64">
<p>f(x)</p>
</td>
</tr>
<tr>
<td valign="bottom" width="64">
<p>0</p>
</td>
<td valign="bottom" width="64">
<p>0</p>
</td>
<td valign="bottom" width="64">
<p>0</p>
</td>
<td valign="bottom" width="64">
<p>0</p>
</td>
<td valign="bottom" width="64">
<p>-1</p>
</td>
<td valign="bottom" width="64">
<p>-1</p>
</td>
</tr>
<tr>
<td valign="bottom" width="64">
<p>1</p>
</td>
<td valign="bottom" width="64">
<p>-0.5</p>
</td>
<td valign="bottom" width="64">
<p>3.5</p>
</td>
<td valign="bottom" width="64">
<p>1</p>
</td>
<td valign="bottom" width="64">
<p>-1</p>
</td>
<td valign="bottom" width="64">
<p>3</p>
</td>
</tr>
<tr>
<td valign="bottom" width="64">
<p>2</p>
</td>
<td valign="bottom" width="64">
<p>-4</p>
</td>
<td valign="bottom" width="64">
<p>14</p>
</td>
<td valign="bottom" width="64">
<p>2</p>
</td>
<td valign="bottom" width="64">
<p>-1</p>
</td>
<td valign="bottom" width="64">
<p>11</p>
</td>
</tr>
<tr>
<td valign="bottom" width="64">
<p>3</p>
</td>
<td valign="bottom" width="64">
<p>-13.5</p>
</td>
<td valign="bottom" width="64">
<p>31.5</p>
</td>
<td valign="bottom" width="64">
<p>3</p>
</td>
<td valign="bottom" width="64">
<p>-1</p>
</td>
<td valign="bottom" width="64">
<p>20</p>
</td>
</tr>
<tr>
<td valign="bottom" width="64">
<p>4</p>
</td>
<td valign="bottom" width="64">
<p>-32</p>
</td>
<td valign="bottom" width="64">
<p>56</p>
</td>
<td valign="bottom" width="64">
<p>4</p>
</td>
<td valign="bottom" width="64">
<p>-1</p>
</td>
<td valign="bottom" width="64">
<p>27</p>
</td>
</tr>
<tr>
<td valign="bottom" width="64">
<p>5</p>
</td>
<td valign="bottom" width="64">
<p>-62.5</p>
</td>
<td valign="bottom" width="64">
<p>87.5</p>
</td>
<td valign="bottom" width="64">
<p>5</p>
</td>
<td valign="bottom" width="64">
<p>-1</p>
</td>
<td valign="bottom" width="64">
<p>29</p>
</td>
</tr>
<tr>
<td valign="bottom" width="64">
<p>6</p>
</td>
<td valign="bottom" width="64">
<p>-108</p>
</td>
<td valign="bottom" width="64">
<p>126</p>
</td>
<td valign="bottom" width="64">
<p>6</p>
</td>
<td valign="bottom" width="64">
<p>-1</p>
</td>
<td valign="bottom" width="64">
<p>23</p>
</td>
</tr>
<tr>
<td valign="bottom" width="64">
<p>7</p>
</td>
<td valign="bottom" width="64">
<p>-171.5</p>
</td>
<td valign="bottom" width="64">
<p>171.5</p>
</td>
<td valign="bottom" width="64">
<p>7</p>
</td>
<td valign="bottom" width="64">
<p>-1</p>
</td>
<td valign="bottom" width="64">
<p><b><font color="#ff0000">6</font></b></p>
</td>
</tr>
<tr>
<td valign="bottom" width="64">
<p>8</p>
</td>
<td valign="bottom" width="64">
<p>-256</p>
</td>
<td valign="bottom" width="64">
<p>224</p>
</td>
<td valign="bottom" width="64">
<p>8</p>
</td>
<td valign="bottom" width="64">
<p>-1</p>
</td>
<td valign="bottom" width="64">
<p>-25</p>
</td>
</tr>
<tr>
<td valign="bottom" width="64">
<p>9</p>
</td>
<td valign="bottom" width="64">
<p>-364.5</p>
</td>
<td valign="bottom" width="64">
<p>283.5</p>
</td>
<td valign="bottom" width="64">
<p>9</p>
</td>
<td valign="bottom" width="64">
<p>-1</p>
</td>
<td valign="bottom" width="64">
<p>-73</p>
</td>
</tr>
</tbody>
</table>
<p>Finally, the answer to the question is 6, highlighted above in red.”</p>
<div class="printfriendly alignleft"><a href="http://www.bhargavs.com/index.php/2009/10/23/a-for-effort-math-is-not-for-me/?pfstyle=wp" rel="nofollow" ><img src="//cdn.printfriendly.com/pf-button.gif" alt="Print Friendly" /></a></div><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.bhargavs.com%2Findex.php%2F2009%2F10%2F23%2Fa-for-effort-math-is-not-for-me%2F&amp;title=A%20for%20effort%21%20Math%20is%20%28NOT%29%20for%20me." id="wpa2a_2"><img src="http://www.bhargavs.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.bhargavs.com/index.php/2009/10/23/a-for-effort-math-is-not-for-me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Silence</title>
		<link>http://www.bhargavs.com/index.php/2009/07/08/silence/</link>
		<comments>http://www.bhargavs.com/index.php/2009/07/08/silence/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 04:49:39 +0000</pubDate>
		<dc:creator>Bhargav</dc:creator>
				<category><![CDATA[Social]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.bhargavs.com/index.php/social/2009/07/silence/</guid>
		<description><![CDATA[If you read my blog regularly, you may have noticed no posts lately! I am doing fine, it’s just that I don’t want to post for sake of posting and also needed some me time. Stay tuned, some interesting posts are coming soon.]]></description>
			<content:encoded><![CDATA[<p>If you read my blog regularly, you may have noticed no posts lately! I am doing fine, it’s just that I don’t want to post for sake of posting and also needed some me time. Stay tuned, some interesting posts are coming soon.</p>
<div class="printfriendly alignleft"><a href="http://www.bhargavs.com/index.php/2009/07/08/silence/?pfstyle=wp" rel="nofollow" ><img src="//cdn.printfriendly.com/pf-button.gif" alt="Print Friendly" /></a></div><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.bhargavs.com%2Findex.php%2F2009%2F07%2F08%2Fsilence%2F&amp;title=Silence" id="wpa2a_4"><img src="http://www.bhargavs.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.bhargavs.com/index.php/2009/07/08/silence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Work-Life Balance</title>
		<link>http://www.bhargavs.com/index.php/2009/01/27/work-life-balance/</link>
		<comments>http://www.bhargavs.com/index.php/2009/01/27/work-life-balance/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 07:28:12 +0000</pubDate>
		<dc:creator>Bhargav</dc:creator>
				<category><![CDATA[Social]]></category>
		<category><![CDATA[prioritize work]]></category>
		<category><![CDATA[Work-Life Balance]]></category>
		<category><![CDATA[workload]]></category>

		<guid isPermaLink="false">http://www.bhargavs.com/index.php/social/2009/01/work-life-balance</guid>
		<description><![CDATA[What is Work-Life Balance? A new HR buzz word? What does it mean to you? Avoid longer commute? Work from home? Work flexible schedules? You can read some interesting facts at Wikipedia link above. At Microsoft, we are reminded to think about our Work-Life blend and prioritize work to limit interruptions and its ripple effects. [...]]]></description>
			<content:encoded><![CDATA[<p>What is <a href="http://en.wikipedia.org/wiki/Work-life_balance" target="_blank">Work-Life Balance</a>? A new HR buzz word?</p>
<p>What does it mean to you? Avoid longer commute? Work from home? Work flexible schedules?</p>
<p>You can read some interesting facts at Wikipedia link above.</p>
<p>At <a href="http://www.microsoft.com" target="_blank">Microsoft</a>, we are reminded to think about our Work-Life blend and prioritize work to limit interruptions and its ripple effects. It means keeping realistic workloads, taking a proactive approach and when reactive or crisis-centered events prolong the workday, utilizing the vast knowledge and resources from within the company.</p>
<p>When one of my colleagues asked for help for few hours this week with his customer, I was happy to take the opportunity and do what I can. I am sure this helped out my colleague when he needed it and I know I have the same support from entire <a href="http://www.microsoft.com/emea/careers/technicalJobs/DedicatedSupportEngineer.mspx" target="_blank">PFE</a> community if I ever need.</p>
<p>This is what I like about working at company like Microsoft who really provide the resources to achieve the balance you need to make your life complete. It can mean that extra hour you can spend at your kid&#8217;s game or take your wife out to that Broadway show. Or it can simply mean stay home and do nothing for people like me.</p>
<p><b><i>Quote of the day: </i></b>    <br />No man needs a vacation so much as the man who has just had one. &#8211; Elbert Hubbard</p>
<div class="printfriendly alignleft"><a href="http://www.bhargavs.com/index.php/2009/01/27/work-life-balance/?pfstyle=wp" rel="nofollow" ><img src="//cdn.printfriendly.com/pf-button.gif" alt="Print Friendly" /></a></div><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.bhargavs.com%2Findex.php%2F2009%2F01%2F27%2Fwork-life-balance%2F&amp;title=Work-Life%20Balance" id="wpa2a_6"><img src="http://www.bhargavs.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.bhargavs.com/index.php/2009/01/27/work-life-balance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

