Author Topic: Cool math hacks  (Read 25674 times)

0 Members and 1 Guest are viewing this topic.

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Cool math hacks
« Reply #15 on: May 07, 2011, 08:58:07 pm »
Xeda and Zippy have the coolest math hack of all: Their math is in color!
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Cool math hacks
« Reply #16 on: May 07, 2011, 08:58:56 pm »
So is the only real difference that you carry backwards(from the original method)?

EDIT:what are their math hacks Freyaday?
« Last Edit: May 07, 2011, 08:59:46 pm by ruler501 »
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Cool math hacks
« Reply #17 on: May 07, 2011, 09:00:30 pm »
Yeah, but you get your numbers in the order you say them or write them, too. You just have to know the next number making it easier to store in your memory :)

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Cool math hacks
« Reply #18 on: May 07, 2011, 09:01:24 pm »
ah. I might try using that sometime. I like things that make the maths easier.
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline PeonHero

  • LV3 Member (Next: 100)
  • ***
  • Posts: 70
  • Rating: +13/-5
  • Coder of Tomorrow, Coding Today.
    • View Profile
Re: Cool math hacks
« Reply #19 on: May 07, 2011, 09:27:22 pm »
but then you have to carry backwrds

  186
+145
-------

How would you solve that easier than the regular method

Dang, I did this in like 2 seconds, too fun.

  186
+145
-------

First you do the left column first: 100+100 = 200
Next column: 40+80 = 120
Add that to the last number we got (200+120) = 320
Last column 6+5 = 11
Add that to the last number we got (320+11) = 331
« Last Edit: May 07, 2011, 09:29:40 pm by PeonHero »
There are a lot of<a href="http://justmegawatt.com/images/youdidntknow"> Things you didn't know </a>about until you clicked that link.

Ashbad

  • Guest
Re: Cool math hacks
« Reply #20 on: May 07, 2011, 09:30:53 pm »
actually, I agree with that method ^-^

 5682
+ 970
-----

5 +15 carry 1 so 6, 5 +15 carry one 66, 5+ 2, 6652.

AND, I beat my time doing it this way than by pulling up a calculator.

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Cool math hacks
« Reply #21 on: May 07, 2011, 09:37:08 pm »
I usually start with the second digit to obtain the carry over for the first. So I do:
8+4=12, I get the carry of 1
Add 1+1+1=3
Then I go to the last numbers 6+5=11 meaning a carry of 1 to add to the 2 from before and I get 331

It takes me three quick steps to do that as opposed to 6+5=11, carry the 1 to get 8+4+1 and now I have 13 meaning you have a carry and the first two digits are 31, then you add the carry +1+1 and you get 331. It is too cluttered for me to think that way x.x

EDIT:
AND, I beat my time doing it this way than by pulling up a calculator.
Hehe, nice! I love being able to do that because that further affirms the notion that my calculator isn't meant for basic math :D

Also, I find that the best times to learn fast techniques is through math games :D I made one that I actually find to be fun and it lets me practice my math operations ^^ I want to add timing to it, too (As in, timing a 10 question quiz on 3 digit multiplications >:D) It keeps a running score of the number of correct and incorrect questions in each category :)
EDIT2: It also will not accept any non-number characters :D

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Cool math hacks
« Reply #22 on: May 07, 2011, 09:51:19 pm »
So no hex work on that then Zeda. I don't time myself much and I try not to do that much of the more computation extensive math. I prrefer working on more complicated things instead of the basics. even if working on the basics would mean pretty good speed
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Cool math hacks
« Reply #23 on: May 08, 2011, 12:25:47 am »
Hmm, well it really is beneficial to know all the ins and outs of how numbers act and react to each other. It really does help in advanced math. Like, take for example when I found a method of finding an equation for any finite set of data-- that is because my brain was in one of those moods where it was randomly spewing off all of my knowledge of numbers until it hit a connection. This only happened because I was having fun playing with simple addition and subtraction!

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Cool math hacks
« Reply #24 on: May 08, 2011, 12:27:46 am »
I've just seen the E looking thing before and idk what it's called :P

It's summation, and it's called the sideways M sigma notation :)
* Deep Thought not understand first post either O.O
« Last Edit: May 08, 2011, 12:28:55 am by Deep Thought »




Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Cool math hacks
« Reply #25 on: May 08, 2011, 12:32:17 am »
Yeah, I cannot think of the name of the symbol (the letter)... is it sigma?

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Cool math hacks
« Reply #26 on: May 08, 2011, 12:40:26 am »
Yeah, It's sigma
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline DrDnar

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 546
  • Rating: +97/-1
    • View Profile
Re: Cool math hacks
« Reply #27 on: May 08, 2011, 01:28:27 am »
Σ is sigma, for sum. (Sigma makes an S sound, not an E sound. So "GRΣΣK" is very, very wrong.) Similarly, Π is pi, for product. And μ (as in μm, micrometers) is mu, for micro.

I do mental addition from left to right, my justification being that it's better to start with an estimate and then refine your estimate than deal with digits that probably don't matter when you're doing mental math.
« Last Edit: May 08, 2011, 01:32:40 am by DrDnar »
"No tools will make a man a skilled workman, or master of defense, nor be of any use to him who has not learned how to handle them, and has never bestowed any attention upon them. . . . Yes, [] the tools which would teach men their own use would be beyond price."—Plato's The Republic, circa 380 BC

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Cool math hacks
« Reply #28 on: May 08, 2011, 08:55:05 am »
This is a Maths hack. However, it was taught in Physics (and it's related to Physics).

My teacher gave us this formula:



The result is always positive. However, it is sometimes negative, but due to the modulus operator we have to know when it is positive or negative by looking at the context and values.

I thought this was stupid and came up with this:

W = Qf - Qq

This gives us positive or negative values when positive or negative and works just fine.

To calculator efficiency we just have to do:

n = (|W|)/Qq

n is efficiency.

:D

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: Cool math hacks
« Reply #29 on: May 08, 2011, 11:09:34 am »
What is that formula for?

and why does your method work. They don't look like they would give the same result.
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y