<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments for Professional Solutions Online</title>
	<atom:link href="http://professionalsolutionsonline.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://professionalsolutionsonline.com</link>
	<description></description>
	<pubDate>Mon, 21 May 2012 05:18:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on What happens to tied answers if nobody votes to break the tie? by Yahzmin (US)  (₪₪₪)</title>
		<link>http://professionalsolutionsonline.com/answers/what-happens-to-tied-answers-if-nobody-votes-to-break-the-tie/comment-page-1#comment-13306</link>
		<dc:creator>Yahzmin (US)  (₪₪₪)</dc:creator>
		<pubDate>Thu, 18 Nov 2010 10:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://professionalsolutionsonline.com/answers/what-happens-to-tied-answers-if-nobody-votes-to-break-the-tie#comment-13306</guid>
		<description>Tied questions remain in voting until the tie is broken. Yes, that can take years. But that is why I belong to the Yahoo Group, TieBusters! We are a group dedicated to voting for all those OLD tied questions. The link to the group is on my profile page (click my avatar).&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Tied questions remain in voting until the tie is broken. Yes, that can take years. But that is why I belong to the Yahoo Group, TieBusters! We are a group dedicated to voting for all those OLD tied questions. The link to the group is on my profile page (click my avatar).<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What happens to tied answers if nobody votes to break the tie? by Barkley Hound</title>
		<link>http://professionalsolutionsonline.com/answers/what-happens-to-tied-answers-if-nobody-votes-to-break-the-tie/comment-page-1#comment-13305</link>
		<dc:creator>Barkley Hound</dc:creator>
		<pubDate>Thu, 18 Nov 2010 09:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://professionalsolutionsonline.com/answers/what-happens-to-tied-answers-if-nobody-votes-to-break-the-tie#comment-13305</guid>
		<description>There are questions in tie breaker status for years. There is a Yahoo group that is going through old questions and resolving them.

₪ ʎəɿʞɹɐq ₪&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>There are questions in tie breaker status for years. There is a Yahoo group that is going through old questions and resolving them.</p>
<p>₪ ʎəɿʞɹɐq ₪<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How could I find answers for my Novelstars Business Math course online? by Greg</title>
		<link>http://professionalsolutionsonline.com/answers/how-could-i-find-answers-for-my-novelstars-business-math-course-online/comment-page-1#comment-13234</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 16 Nov 2010 16:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://professionalsolutionsonline.com/answers/how-could-i-find-answers-for-my-novelstars-business-math-course-online#comment-13234</guid>
		<description>As I know, this site has top listing of such college courses online - edu.2kool4u.net&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>As I know, this site has top listing of such college courses online - edu.2kool4u.net<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do I create multichoice questions and answers in excel or word? by Ajax</title>
		<link>http://professionalsolutionsonline.com/answers/how-do-i-create-multichoice-questions-and-answers-in-excel-or-word/comment-page-1#comment-13172</link>
		<dc:creator>Ajax</dc:creator>
		<pubDate>Sun, 14 Nov 2010 20:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://professionalsolutionsonline.com/answers/how-do-i-create-multichoice-questions-and-answers-in-excel-or-word#comment-13172</guid>
		<description>You can use Validation to give multiple choices

Select Data - Data Validation...

in Allow Box Select - List
and in Source Box Type your choices separated by Comma.

Like: 
-  Yes,No
-  A,B,C,D,E

or if you want to give advance choices then Enter the Formula in Source (Right down the 5 choices provided)

=OFFSET(B7,-5,0,5,1)

Note:
Replace B7 with Current cell's Address (in which you want to get the choices)
replace -5 with the -4 or -3 as per Number of choices given
similarly fourth parameter 5 can be replaced with Number of choices given.

* Tip: Once you Apply Validation to one cell, you can copy the same validation to other cell.

for this copy the Cell (on which validation is already designed) and select the target cell and Right Click - Select Paste Special - Validation 
and Click on OK (you are done)


Hope this will help you.

(*.*)a&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;http://excelexpert.web.officelive.com
http://xlxpart.blogspot.com</description>
		<content:encoded><![CDATA[<p>You can use Validation to give multiple choices</p>
<p>Select Data - Data Validation&#8230;</p>
<p>in Allow Box Select - List<br />
and in Source Box Type your choices separated by Comma.</p>
<p>Like:<br />
-  Yes,No<br />
-  A,B,C,D,E</p>
<p>or if you want to give advance choices then Enter the Formula in Source (Right down the 5 choices provided)</p>
<p>=OFFSET(B7,-5,0,5,1)</p>
<p>Note:<br />
Replace B7 with Current cell&#8217;s Address (in which you want to get the choices)<br />
replace -5 with the -4 or -3 as per Number of choices given<br />
similarly fourth parameter 5 can be replaced with Number of choices given.</p>
<p>* Tip: Once you Apply Validation to one cell, you can copy the same validation to other cell.</p>
<p>for this copy the Cell (on which validation is already designed) and select the target cell and Right Click - Select Paste Special - Validation<br />
and Click on OK (you are done)</p>
<p>Hope this will help you.</p>
<p>(*.*)a<br /><b>References : </b><br /><a href="http://excelexpert.web.officelive.com" rel="nofollow">http://excelexpert.web.officelive.com</a><br />
<a href="http://xlxpart.blogspot.com" rel="nofollow">http://xlxpart.blogspot.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is there a solution to find the roots of a polynomial of any degree? by siamese_scythe</title>
		<link>http://professionalsolutionsonline.com/solution/is-there-a-solution-to-find-the-roots-of-a-polynomial-of-any-degree/comment-page-1#comment-13101</link>
		<dc:creator>siamese_scythe</dc:creator>
		<pubDate>Fri, 12 Nov 2010 19:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://professionalsolutionsonline.com/solution/is-there-a-solution-to-find-the-roots-of-a-polynomial-of-any-degree#comment-13101</guid>
		<description>A theorem of Galois states that for every integer n &#62; 4 there is a polynomial of degree n that is not solvable in radicals.

http://en.wikipedia.org/wiki/Solvable_group

For cubics and quartics there are known solution methods but they get pretty hairy.

http://en.wikipedia.org/wiki/Cubic_function
http://en.wikipedia.org/wiki/Quartic_function

Of course if the degree is less than 3 then we have simple methods.

Other than that, in general you can do things like look for rational roots using the rational roots theorem, any obvious factorization, Descartes' rule of signs, and numerical methods.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>A theorem of Galois states that for every integer n &gt; 4 there is a polynomial of degree n that is not solvable in radicals.</p>
<p><a href="http://en.wikipedia.org/wiki/Solvable_group" rel="nofollow">http://en.wikipedia.org/wiki/Solvable_group</a></p>
<p>For cubics and quartics there are known solution methods but they get pretty hairy.</p>
<p><a href="http://en.wikipedia.org/wiki/Cubic_function" rel="nofollow">http://en.wikipedia.org/wiki/Cubic_function</a><br />
<a href="http://en.wikipedia.org/wiki/Quartic_function" rel="nofollow">http://en.wikipedia.org/wiki/Quartic_function</a></p>
<p>Of course if the degree is less than 3 then we have simple methods.</p>
<p>Other than that, in general you can do things like look for rational roots using the rational roots theorem, any obvious factorization, Descartes&#8217; rule of signs, and numerical methods.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What are the answers for vocabulary workshop level b unit 13? by Shelby</title>
		<link>http://professionalsolutionsonline.com/answers/what-are-the-answers-for-vocabulary-workshop-level-b-unit-13/comment-page-1#comment-13015</link>
		<dc:creator>Shelby</dc:creator>
		<pubDate>Wed, 10 Nov 2010 14:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://professionalsolutionsonline.com/answers/what-are-the-answers-for-vocabulary-workshop-level-b-unit-13#comment-13015</guid>
		<description>Is there a reason why your not able to do it yourself..?&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Is there a reason why your not able to do it yourself..?<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What percentage of people search answers before posting a question? by *Sombra*</title>
		<link>http://professionalsolutionsonline.com/answers/what-percentage-of-people-search-answers-before-posting-a-question/comment-page-1#comment-12909</link>
		<dc:creator>*Sombra*</dc:creator>
		<pubDate>Sun, 07 Nov 2010 20:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://professionalsolutionsonline.com/answers/what-percentage-of-people-search-answers-before-posting-a-question#comment-12909</guid>
		<description>Can't even guess at a percentage, but I'd say not many!

This is undoubtedly why so many 'category regulars' have stock answers which they use to answer those questions that are asked over and over and over again.

If your 'thorough answer' is a good one ... why not save it to use next time the question is asked?&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Can&#8217;t even guess at a percentage, but I&#8217;d say not many!</p>
<p>This is undoubtedly why so many &#8216;category regulars&#8217; have stock answers which they use to answer those questions that are asked over and over and over again.</p>
<p>If your &#8216;thorough answer&#8217; is a good one &#8230; why not save it to use next time the question is asked?<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What are the answers to the Texas drivers handbook questions in the back of the book? by Mushu</title>
		<link>http://professionalsolutionsonline.com/answers/what-are-the-answers-to-the-texas-drivers-handbook-questions-in-the-back-of-the-book/comment-page-1#comment-12805</link>
		<dc:creator>Mushu</dc:creator>
		<pubDate>Fri, 05 Nov 2010 11:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://professionalsolutionsonline.com/answers/what-are-the-answers-to-the-texas-drivers-handbook-questions-in-the-back-of-the-book#comment-12805</guid>
		<description>The answers to the questions in the back of the book can be found throughout the book. Get cracking. I really don't think anyone here wants to help you cheat. We'd like to know that the other drivers on the road actually know how to drive.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>The answers to the questions in the back of the book can be found throughout the book. Get cracking. I really don&#8217;t think anyone here wants to help you cheat. We&#8217;d like to know that the other drivers on the road actually know how to drive.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What are the answers to the Texas drivers handbook questions in the back of the book? by djaca70</title>
		<link>http://professionalsolutionsonline.com/answers/what-are-the-answers-to-the-texas-drivers-handbook-questions-in-the-back-of-the-book/comment-page-1#comment-12804</link>
		<dc:creator>djaca70</dc:creator>
		<pubDate>Fri, 05 Nov 2010 11:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://professionalsolutionsonline.com/answers/what-are-the-answers-to-the-texas-drivers-handbook-questions-in-the-back-of-the-book#comment-12804</guid>
		<description>Do the work, it is not as hard as you think it is.  Why are the p-rents going to be mad at you, I think you would be heckled by your peers more than the folks getting mad.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Do the work, it is not as hard as you think it is.  Why are the p-rents going to be mad at you, I think you would be heckled by your peers more than the folks getting mad.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What are the answers to the Texas drivers handbook questions in the back of the book? by Eric S</title>
		<link>http://professionalsolutionsonline.com/answers/what-are-the-answers-to-the-texas-drivers-handbook-questions-in-the-back-of-the-book/comment-page-1#comment-12803</link>
		<dc:creator>Eric S</dc:creator>
		<pubDate>Fri, 05 Nov 2010 11:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://professionalsolutionsonline.com/answers/what-are-the-answers-to-the-texas-drivers-handbook-questions-in-the-back-of-the-book#comment-12803</guid>
		<description>I don't have a copy of the book as I'm from a different state, if I did I'd help you right away.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have a copy of the book as I&#8217;m from a different state, if I did I&#8217;d help you right away.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

