If a kid is smart enough to figure this out and make it work for them, they’re gonna be fine…
Back when we were doing quadratic equations; I wrote a program on my TI-84 that would ask which parts of the equation you already had, and would fill in the rest for you.
My teacher liked it so much he bought a transfer cable for those calculators so he could get a copy for himself. Then used to to grade tests.
I did the same thing. It was allowed in general, with the correct thought, “if you can code it yourself, you know the content”
I had another “program” that would fail to run but that’s because I wrote notes into it. Doubt that was allowed.
I did that but made it return success before it got to the notes. You had to scroll to get to the notes, but it looked innocuous before that.
Oh god I remember doing that too. Those “programs” were the best. I even mad sure to make the code long, so that even if someone thought to take a look at the code they would have to scroll for a while to find the notes.
I could never remember the formula to calculate compound interest.
But I had no trouble writing a for loop.
K•(1+r)^n
I would just rebuild something in my head like this every time.
While i < n; k=k+(k*r); i++;
You’d think I could remember k(1+r)^n but when you posted, it looked as alien as it felt decades ago.
The use of for makes sense.
k=0; for (i=0; i<n; i++) k=k+f(i);
is the same ask=\sum_{i=0}^{n-1} f(i)
and
k=1; for (i=0; i<n; i++) k=k*f(i);
is the same ask=\prod_{i=0}^{n-1} f(i)
In our case,
f(i)=1+r
andk=1; for (i=0; i<n; i++) k*(1+r);
is the same ask=\prod_{i=0}^{n-1} (1+r) = (1+r)^n
All of that just to say that exponentiation is an iteration of multiplication, the same way that multiplication is an iteration of addition
What always annoyed me was having to draw charts by hand. Just let me put the data in a computer for god’s sake, the rest of the working is there… I did actually write a python function for one of my assignments which was fine, but they told me not to do it for the exam.
I made one to decompose polynomials it was very good because it showed all the steps it was literally just copy what’s on the calc to the page
So you didn’t get the transfer cable with your calculator? Smells fishy
Issued by the school; I never owned it.
you can code directly on the device, it’s just a PAIN to do compared to moving the files over
Can confirm, as someone who spent multiple study halls trying to program a top down shooter on his calculator
As someone who was a kid who would do things like this to avoid putting in the work, no this kid will probably not be fine.
But can you still play Drug Wars?
Has anyone ever beaten that game? Is it even possible?
It’s possible to get to the last day and have a lot of money, which is your “score.” The world leaderboards have some ridiculous highscores on the remake called Dope Wars.
https://stevekola.tripod.com/dopewarsguide/id2.html
That is a strategy guide.
I have never managed to do it.
I played whatever version was easily accessible on Ubuntu’s repository in 2009, and once managed to get a ton of bitches and effectively infinite money. I have no idea how I did it.
No one has beaten The Game, but it is possible. We just need to wait for the Pope to declare that it has come to an end
Oh you fucker, its been over ten years. i just lost The Game.
The earliest exponention clicker game I ever discovered. Lost dozens of hours to ti83 drug wars
I used to store formulas in basic programs in my ti84 but they were never useful because I didn’t need help memorizig formulas
I did the same, but it was helpful because I’m terrible at memorization.
I just wrote programs that would solve the complicated multi step problems and show me the work.
“ChatGPT what is the formula for Work Done in an enclosed system expressed as a triple integral?”
“42”
“Ok cool ty.”
Stop giving me Thermo nightmares; I lived through that shit already I don’t need to sleep through it too.
Yeah but at least work on an enclosed system is always zero. Idk why but I always chuckle about that.
Sure, you can prove it in like 4 to 8 lines of multivariate calculus, but its always gonna be 0.
Wat? Does it have wifi?
They added wifi with a extra circuit board hidden inside the calculator case. It’s connected to the calculators communication port, and pretends to be another calculator. So they can use the calculator’s built in “send” function to send variables/text/etc to the hidden card, which then uses it’s internet connection to look up answers and send the results back.
Yep
Sounds fake but okay.
Not sure if it’s the same thing but a few days ago I saw a youtube video where person modded it with a wifi card so it could communicate with your pc which is at home. It required internet access from your phone which needs to be near though.
Saw the video. Quite cool mod.
https://youtu.be/Bicjxl4EcJgIt sounds fake because it sounds like they only used software hacks. But they also added a microcontroller board in it with wireless networking
Its been quite a while since I’ve taken a proctored exam, but then all the proctors would clear all the memory on your calc before they’d let you use it for test. Is that not the case anymore?
Depends on the exam. Some don’t even allow programmable calcs because they don’t want to deal with possible shit like this. I have already seen a certification exam where they provide the calculators as well.
The article said it can be download “on demand” so that might make the clearing pointless.
Make people switch devices, problem solved. Does not work without tampering with the hardware
Or use a dongle to lock the calc in test mode, where unlock needs a passcode sent from it.
The launcher program can be downloaded on-demand, avoiding detection if a teacher inspects or clears the calculator’s memory
If I understood it correctly, the Wi-Fi module appears as a standard calculator-to-calculator interface, so built-in commands can install the cheat apps at any time.
Bring your calculator to the Spanish exam. Trust me, this plan is flawless.
What would happen if now plug in another calculator? AFAIK that only a P2P connection and never meant for >2 parties.
deleted by creator
Hot stuff. I got to say, YouTube has some pretty interesting things.
Utilizing the tools available to you to solve problems is not cheating, its resourcefulness, and using your brain. Which is of course frowned upon in schools that exist to churn out mindless drones for corporate enslavement.
ChatGPT is famously bad at the things you’d use a calculator for though
But you also have a calculator…
Id see it potentially being useful for starting a problem. Could probably point you towards the right direction for physics problem even if the numbers are off