English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I did it once in middle schol but I don't remember the steps. It's where you enter a, b, c and then the answers come up. I'd really appreciate some help.

2006-08-18 08:39:41 · 6 answers · asked by Stephanie 4 in Education & Reference Homework Help

6 answers

This is for my TI-81 but same principle:

This program solves equations of the form Ax^2+Bx+C=0 by using the quadratic formula.

:Disp "A" {Disp is in PRGM under I/O}
:Input A {Input is in PRGM under I/O}
:Disp "B"
:Input B
:Disp "C"
:Input C
:(B^2-4*A*C)-->D {The arrow is STO}
:If D<0 {If is in PRGM under CTL} {< is in TEST }
:Goto 1 {Goto is in PRGM under CTL}
:((-B+(D))/(2A))--->E {The "(D)" is the square root of D}{The - is the negative sign}
:((-B-(D))/(2A))----->F {The "(D)" is the square root of D, The second - is the subtraction sign}
:Disp "SOLUTIONS"
:Disp E
:Disp F
:End {End is in PRGM under CTL}
:Lbl 1 {Lbl is in PRGM under CTL}
:Disp "NO REAL SOLUTIONS"
:End

2006-08-18 08:47:14 · answer #1 · answered by ? 5 · 1 0

If you go to the Texas Instrument website, you can download a program directly into your calculator, provided you have the necessary cable.

2006-08-18 16:11:19 · answer #2 · answered by LARRY R 4 · 1 0

My TI is a lot older than yours, but I suggest using trig rather than the quadratic as much as possible to find your solutions quickly.

2006-08-18 09:15:05 · answer #3 · answered by Automation Wizard 6 · 1 2

seek out a texus instruments user blog or site,

2006-08-18 08:45:50 · answer #4 · answered by Anonymous · 1 1

Wow ! What Ash said. Holy crap.

2006-08-18 08:48:33 · answer #5 · answered by Anonymous · 1 3

Read the instructions and if they don't tell the answer take it back and tell them it is not working.

2006-08-18 08:47:16 · answer #6 · answered by jewingengleman 4 · 0 4

fedest.com, questions and answers