Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Quadratic Formula by Factoring ti-84 Program?
could someone please tell me the Quadratic Formula by factoring program information, so that i can plug it into my ti-84. Thanks
3 Answers
- Anonymous1 decade agoFavorite Answer
The quadratic formula for an equation y = ax^2 + bx + c is
.......-b +/- sqrt(b^2 - 4ac)
x = -------------------------------
.................2a
I should point out that my book on the TI 83+ spends 10 pages explaining how to enter this program.
If I were you I'd try to find a free version and download it.
I can't find any mention of the TI-84 but I did find the TI-84+ version for you:
http://wiki.answers.com/Q/How_do_you_program_the_q...
Good luck :)
.
- Empire539Lv 71 decade ago
One possible version of a quadratic formula program's source code is as follows:
:Prompt A,B,C
:Pause (-B+{1,-1}√(B²+4ACi²))/(2A►Frac
Both Prompt and Pause can be found in the [Prgm] menu when you're editing the program.
- Anonymous5 years ago
Did you check TI's website? They might have one.