official math problem thread
You mean for ASDF: The game?!...
Uhm... I am going to improvise this...
Well, I just used now the top first 4 keys as input... Because if you want the ASDF keys you change this to whatever keycode it has... I know these when I have my Ti 84 plus with me...
Here is to find them:
Uhm... I am going to improvise this...
Code: Select all
PROGRAM:ASDF
:ClrHome
:Repeat Ans=11
:getKey:End
:startTmr->T
:Repeat Ans=12
:getKey:End
:Repeat Ans=13
:getKey:End
:Repeat Ans=14
:getKey:End
:Disp checkTmr(T)Here is to find them:
Code: Select all
PROGRAM:GETKEY
Repeat Ans
getKey:End
Disp AnsQuote of the TimePeriod:
[Full story]Arkannine wrote:Mexico is the only country in the world in which Mexicans are born.
Well yury, I'm afraid Pascal i getting outdated...
This language is for beginning programmers and simple stuff on like a calculator...
If it where pascal on my calc, then it would be written in pascal...
This language is for beginning programmers and simple stuff on like a calculator...
If it where pascal on my calc, then it would be written in pascal...
Quote of the TimePeriod:
[Full story]Arkannine wrote:Mexico is the only country in the world in which Mexicans are born.
-
Doctor What
- ASDF High Priest

- Posts: 2878
- Joined: Fri Mar 07, 2008 7:13 pm
- Location: WA
- Contact:
- atomtengeralattjaro
- Site Admin

- Posts: 35622
- Joined: Wed May 23, 2007 3:43 pm
- Location: green
- Contact:
Quote of the TimePeriod:
[Full story]Arkannine wrote:Mexico is the only country in the world in which Mexicans are born.
-
Doctor What
- ASDF High Priest

- Posts: 2878
- Joined: Fri Mar 07, 2008 7:13 pm
- Location: WA
- Contact:
Oh srry Tom, I forgot... I'll do it then...Tom wrote:Solve the system of equations:
2x + 3y + z = 12
(3y) / z = 4
2z + x = 9
2x + 3y + z = 12
y = 4z/3
x = 9-2z
2*(9-2z) + 3*(4z/3) + z = 12
<=> 18 - 4z + 4z + z = 12
<=> 6 = -z
<=> z = -6
y = 4*(-6)/3
<=> y = -12
x = 9-2*(-6)
<=> x = 9 + 12
<=> x = 21
V = {(21,-12,-6)}
You could make these systems harder...[/code]
Quote of the TimePeriod:
[Full story]Arkannine wrote:Mexico is the only country in the world in which Mexicans are born.
[Initial code]
Quote of the TimePeriod:
[Full story]Arkannine wrote:Mexico is the only country in the world in which Mexicans are born.





