|
-
Mar 7th, 2003, 06:10 PM
#1
need help with solving some simple equations on calculator...
I have some equations that are similar to this:
(5x!) + 3x^2 - 25347 = 0 (answer: x=7)
I need to know how to solve something like this using a TI-83 calculator. I would really appriciate if someone could tell me how to do this. (umm, ahem, does it need a calculator at all? )
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Mar 8th, 2003, 04:35 AM
#2
-
Mar 8th, 2003, 02:46 PM
#3
New Member
Hello Mr Polite,
None of the suggestions of sql_lall worked on my TI-83,so I tried a different approach.
I made a program called "FAC" , and the listing is as follows:
Prompt X
5X!+3X²->A
Disp"A=",A
You start with an integer , for instance 3, then 4 and so on.
You will find f(7)=25347.
-
Mar 8th, 2003, 08:36 PM
#4
Originally posted by Allegro
Hello Mr Polite,
None of the suggestions of sql_lall worked on my TI-83,so I tried a different approach.
I made a program called "FAC" , and the listing is as follows:
Prompt X
5X!+3X²->A
Disp"A=",A
You start with an integer , for instance 3, then 4 and so on.
You will find f(7)=25347.
oh so you're basically testing it? hmm good idea, I guess that works 
btw an easier way to test would be to put the equation in Y1 (or Yn). then in the main section go to Vars and select Y1, so you can test numbers by entering Y1(7)
thanks, I guess I would just use this testing method, sounds like it works faster than any other method
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Mar 9th, 2003, 12:58 AM
#5
-
Mar 9th, 2003, 03:03 AM
#6
Conquistador
Use solver...
Math Button >> Solver
Enter the equation, then alpha enter (--> solve)
Worked for me on a TI-83+
-
Jul 22nd, 2003, 03:22 PM
#7
Lively Member
Of course, 5! = 120, and the equations gives, for x:
120-25347+3*x^2=0
3*x^2 = 25227
x^2 = 8409
x=91.7006, NOT 7.
The general form of this equation would be:
ax^3 + b = 0, and its solution would be:
x=(-b/z)^(1/2)
So, on my simple calculator, once I know the above, putting
b=-24347+5!
a=3
I would enter:
5! and get 120
-25347= and get -25227
change sign and get 25227
/3= and get 8409
sqrt and get 91.70059978 (My calculator gives ten significant figures).
-
Jul 23rd, 2003, 04:43 AM
#8
-
Jul 23rd, 2003, 08:25 AM
#9
Lively Member
sql_lall, thank you for noticing the error of my ways!
My first error was in mistaking (5x)! for (5)!, which makes the rest of my analysis totally unsuitable.
My second error was a typo, I pressed the "z" key, instead of the "a" key.
My third error was in showing the power as 1/2, when, as you point out, it is 1/3.
And, my fourth-and most grievious error-was not checking!!!
Since I think various of you have already given good solutions to the problem, I'll just bow out of this one.
-
Jul 24th, 2003, 04:41 AM
#10
Fanatic Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|