Math Equation Puzzle Solver

We're glad you came by, but you might find what you're looking for elsewhere.

TI-Basic Developer is not the site it once was. While its information on commands and other calculator features remains almost second-to-none, its forum, archives, and even hosting service, Wikidot, have been decaying for years. The calculator community would love to see what you're working on, or help you in your next coding adventure, but TI-Basic Developer is no longer the place to do it.

Instead, you should head over to Cemetech (primarily American) or TI-Planet (primarily international). Both are active, well-established forums with their own archives, chatrooms, reference material, and abundant coding tools and resources. We'll see you there, we hope.

You have not uploaded your program! Please edit the page to upload your program.

Author:

Bio_Hazard1282_rPi3 does not match any existing user name

Download: EQNPUZ.8xpNo Download Available
Version: 1
Compatibility: TI-83/84/+/SE
File Size: 544 Bytes
Genre: Arcade Graphics Platform Puzzle RPG Strategy Sports Casino Board Utility Misc
Rating:
TI|BD
ClrHome
Horiz
AxesOff
ZStandard
ZInteger
FnOff
PlotsOff
1→Xmin:100→Xmax
0→S
Text(0,1,"EQUATION PUZZLE SOLVER
For(I,0,94
For(J,0,6
Pxl-Change(J,I
End
End
Text(7,0,"CREATE EQUATION WITH:
randInt(10,20→R
For(I,1,R
randInt(5,50→L
randInt(1,1000→N
Text(13,0,"LENGTH OG: ",L
Text(19,0,"ANSWER OF: ",N
Input "Equation:*******",Str1    ;Replace the asterisks with spaces.
ClrHome
If L≠length(Str1):Then
Disp "Equation Length","Must Be
Output(2,9,L
Pause
ClrHome
End
expr(Str1→G
If N≠G:Then
Disp "Equation Answer","Is Not
Output(2,8,N
Pause
ClrHome
End
S+(N=G→S
For(J,7,-13,-1
Line(Xmin,J,Xmax,J,0
End
iPart(100I/R
Line(0,-14,Ans,-14
End
Full
ZStandard
AxesOn
Output(1,1,S
Output(1,3,"/
Output(1,4,R
"    ;Nothing goes here

What the community thinks:

Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Noncommercial 2.5 License.