Something wrong with my TI-89 Titanium

  • Context: Calculators 
  • Thread starter Thread starter NerdyFun
  • Start date Start date
  • Tags Tags
    Ti-89 Titanium
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 5K views
NerdyFun
Messages
5
Reaction score
0
There is something wrong with my TI-89 Titanium. When I enter factor(x^2-5x=6), it displays the answer as 6.17481 E12/ (2)^11 * (5)^13.
I've checked all the mode settings and they seem to be same as the initial settings. Any idea what could be wrong?
 
on Phys.org
It displays answers in numerical values instead of answers with variables when I try to integrate or differentiate functions too. It has never happened before.
 
The problem seems to be that you have stored some value to x. What you may need to do is clear all those variables (there is an option from the homescreen under F1, I believe). Basically, you may have done something like this:

37→X

So then factor(x^2-5x=6) would do something like this in the background:
(x+1)(x-6)

But when it displays it, since x has an actual value, it computes (37+1)(37-6). In your case, x is clearly not 37, but I am sure you get the idea XD
 
Yes, that's it! I cleared all the variables and it works fine! Thank you very much! <3
 
That is great to hear! That is a problem that always trips me up, too, because I like to store values to variables.
 
Last edited: