<?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 on: Quadratic Formula Program</title>
	<atom:link href="http://www.paetzke.com/ti83programs/quadratic-formula-program/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paetzke.com/ti83programs/quadratic-formula-program/</link>
	<description>Games, math programs, and finance tutorials for the TI-83, TI-83 Plus, and TI-84 Plus calculators.</description>
	<lastBuildDate>Sun, 29 Jan 2012 14:17:04 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: A student</title>
		<link>http://www.paetzke.com/ti83programs/quadratic-formula-program/comment-page-1/#comment-236</link>
		<dc:creator>A student</dc:creator>
		<pubDate>Sat, 15 Oct 2011 19:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://paetzke.com/ti83programs/blog/2007/04/quadratic-formula-program/#comment-236</guid>
		<description>dosen&#039;t work</description>
		<content:encoded><![CDATA[<p>dosen&#8217;t work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A student</title>
		<link>http://www.paetzke.com/ti83programs/quadratic-formula-program/comment-page-1/#comment-235</link>
		<dc:creator>A student</dc:creator>
		<pubDate>Sat, 15 Oct 2011 19:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://paetzke.com/ti83programs/blog/2007/04/quadratic-formula-program/#comment-235</guid>
		<description>doesn&#039;t work</description>
		<content:encoded><![CDATA[<p>doesn&#8217;t work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christina</title>
		<link>http://www.paetzke.com/ti83programs/quadratic-formula-program/comment-page-1/#comment-232</link>
		<dc:creator>Christina</dc:creator>
		<pubDate>Mon, 10 Oct 2011 15:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://paetzke.com/ti83programs/blog/2007/04/quadratic-formula-program/#comment-232</guid>
		<description>Why download a program? My TI-84 has a QuadReg built in. You edit your stat list 1 to be your x points and your stat list 2 to be your y points, then you hit the QuadReq feature and it pops up on the screen telling you what a, b, and c are.</description>
		<content:encoded><![CDATA[<p>Why download a program? My TI-84 has a QuadReg built in. You edit your stat list 1 to be your x points and your stat list 2 to be your y points, then you hit the QuadReq feature and it pops up on the screen telling you what a, b, and c are.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Another dude</title>
		<link>http://www.paetzke.com/ti83programs/quadratic-formula-program/comment-page-1/#comment-201</link>
		<dc:creator>Another dude</dc:creator>
		<pubDate>Tue, 11 May 2010 22:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://paetzke.com/ti83programs/blog/2007/04/quadratic-formula-program/#comment-201</guid>
		<description>For nonreal answers, just use:

Prompt A,B,C
:( (-B+ROOT(BSQUARED-(4*A*C)))/(2*A)-&gt;Q
:( (-B-ROOT(BSQUARED-(4*A*C)))/(2*A)-&gt;Z
:D isp Q
:D isp Z
-&gt; is the STO button
* is times
ROOT is the square root button
SQUARED is X2 or the square button

But go into mode, go down 6 times, then go right once, and just push enter. It will be set up to display nonreal answers now.</description>
		<content:encoded><![CDATA[<p>For nonreal answers, just use:</p>
<p>Prompt A,B,C<br />
 <img src='http://www.paetzke.com/ti83programs/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  (-B+ROOT(BSQUARED-(4*A*C)))/(2*A)-&gt;Q<br />
 <img src='http://www.paetzke.com/ti83programs/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  (-B-ROOT(BSQUARED-(4*A*C)))/(2*A)-&gt;Z<br />
 <img src='http://www.paetzke.com/ti83programs/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  isp Q<br />
 <img src='http://www.paetzke.com/ti83programs/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  isp Z<br />
-&gt; is the STO button<br />
* is times<br />
ROOT is the square root button<br />
SQUARED is X2 or the square button</p>
<p>But go into mode, go down 6 times, then go right once, and just push enter. It will be set up to display nonreal answers now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandon</title>
		<link>http://www.paetzke.com/ti83programs/quadratic-formula-program/comment-page-1/#comment-197</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Tue, 09 Mar 2010 23:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://paetzke.com/ti83programs/blog/2007/04/quadratic-formula-program/#comment-197</guid>
		<description>sorry last post regarding

Another Program... Says: 

June 13th, 2009 at 11:15 am 
Here is a program I wrote for the quadratic equation. It’s simplistic and gives the answer even if it is a nonreal answer.

Prompt A,B,C
a+bi
Disp (â€“B+âˆš(b^2-4AC))/(2A)
Disp (â€“B-âˆš(B^2-4AC))/(2A)</description>
		<content:encoded><![CDATA[<p>sorry last post regarding</p>
<p>Another Program&#8230; Says: </p>
<p>June 13th, 2009 at 11:15 am<br />
Here is a program I wrote for the quadratic equation. It’s simplistic and gives the answer even if it is a nonreal answer.</p>
<p>Prompt A,B,C<br />
a+bi<br />
Disp (â€“B+âˆš(b^2-4AC))/(2A)<br />
Disp (â€“B-âˆš(B^2-4AC))/(2A)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandon</title>
		<link>http://www.paetzke.com/ti83programs/quadratic-formula-program/comment-page-1/#comment-196</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Tue, 09 Mar 2010 23:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://paetzke.com/ti83programs/blog/2007/04/quadratic-formula-program/#comment-196</guid>
		<description>(â€“B+âˆš      -how do you type this part of the quadrat program on the calc</description>
		<content:encoded><![CDATA[<p>(â€“B+âˆš      -how do you type this part of the quadrat program on the calc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.paetzke.com/ti83programs/quadratic-formula-program/comment-page-1/#comment-186</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 17 Dec 2009 02:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://paetzke.com/ti83programs/blog/2007/04/quadratic-formula-program/#comment-186</guid>
		<description>Tom thats almost right exept when the A value is more than one, then you have to multiply the answer with a decimal with the a value, but all in all thank you.
if you have no idea what im talking about plug in 2xsquared+15x+7</description>
		<content:encoded><![CDATA[<p>Tom thats almost right exept when the A value is more than one, then you have to multiply the answer with a decimal with the a value, but all in all thank you.<br />
if you have no idea what im talking about plug in 2xsquared+15x+7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.paetzke.com/ti83programs/quadratic-formula-program/comment-page-1/#comment-183</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 08 Dec 2009 21:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://paetzke.com/ti83programs/blog/2007/04/quadratic-formula-program/#comment-183</guid>
		<description>These are the two programs that you need:

Prompt A,B,C
a+bi
Disp (â€“B+âˆš(b^2-4AC))/(2A)
Disp (â€“B-âˆš(B^2-4AC))/(2A)

This program will also display nonreal answers


Prompt A,B,C
:((-B+ROOT(BSQUARED-(4*A*C)))/(2*A)-&gt;Q
:((-B-ROOT(BSQUARED-(4*A*C)))/(2*A)-&gt;Z
:Disp Q
:Disp Z
-&gt; is the STO button
* is times
ROOT is the square root button
SQUARED is X2 or the square button

This is the easiest to understand</description>
		<content:encoded><![CDATA[<p>These are the two programs that you need:</p>
<p>Prompt A,B,C<br />
a+bi<br />
Disp (â€“B+âˆš(b^2-4AC))/(2A)<br />
Disp (â€“B-âˆš(B^2-4AC))/(2A)</p>
<p>This program will also display nonreal answers</p>
<p>Prompt A,B,C<br />
 <img src='http://www.paetzke.com/ti83programs/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (-B+ROOT(BSQUARED-(4*A*C)))/(2*A)-&gt;Q<br />
 <img src='http://www.paetzke.com/ti83programs/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (-B-ROOT(BSQUARED-(4*A*C)))/(2*A)-&gt;Z<br />
 <img src='http://www.paetzke.com/ti83programs/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> isp Q<br />
 <img src='http://www.paetzke.com/ti83programs/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> isp Z<br />
-&gt; is the STO button<br />
* is times<br />
ROOT is the square root button<br />
SQUARED is X2 or the square button</p>
<p>This is the easiest to understand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Earlrene</title>
		<link>http://www.paetzke.com/ti83programs/quadratic-formula-program/comment-page-1/#comment-166</link>
		<dc:creator>Earlrene</dc:creator>
		<pubDate>Wed, 22 Jul 2009 05:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://paetzke.com/ti83programs/blog/2007/04/quadratic-formula-program/#comment-166</guid>
		<description>I am looking for a algebra progam to download to my Texas Inst. ti 84.  I need a program that will solve, factor,</description>
		<content:encoded><![CDATA[<p>I am looking for a algebra progam to download to my Texas Inst. ti 84.  I need a program that will solve, factor,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Another Program...</title>
		<link>http://www.paetzke.com/ti83programs/quadratic-formula-program/comment-page-1/#comment-160</link>
		<dc:creator>Another Program...</dc:creator>
		<pubDate>Sat, 13 Jun 2009 18:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://paetzke.com/ti83programs/blog/2007/04/quadratic-formula-program/#comment-160</guid>
		<description>Here is a program I wrote for the quadratic equation. It&#039;s simplistic and gives the answer even if it is a nonreal answer.

Prompt A,B,C 
a+bi
Disp (â€“B+âˆš(b^2-4AC))/(2A)
Disp (â€“B-âˆš(B^2-4AC))/(2A)

Hope this helps anyone looking for a simple program to do this.</description>
		<content:encoded><![CDATA[<p>Here is a program I wrote for the quadratic equation. It&#8217;s simplistic and gives the answer even if it is a nonreal answer.</p>
<p>Prompt A,B,C<br />
a+bi<br />
Disp (â€“B+âˆš(b^2-4AC))/(2A)<br />
Disp (â€“B-âˆš(B^2-4AC))/(2A)</p>
<p>Hope this helps anyone looking for a simple program to do this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

