gideonkain said:Okay smart guy, you obviously don't know your crocodilians.Dags90 said:Something that's an actual relevant test at basic math skills that's particularly relevant in the U.S. is tipping. If you can't figure out a 10/15/20% tip on a bill, you need to go back to middle school.Glass Joe the Champ said:I do agree though that there's a serious shortage of people who are good at and interested in math, especially here in America.Don't be stupid, it's obviously an alligator.gideonkain said:I was told it was a crocodile.
Alligators have a broad snout, while crocodiles have a thinner snout.
That's a pretty thin snout --> (<)
Yes! You sir, (or madam, in case I have incorrectly guessed your gender. You are "Indecipherable" after all) are my hero!Indecipherable said:Frankly all the Facebook maths puzzles strike me as a lot of people with really basic maths trying to think they are smart for writing something in a stupid format that they should only earn a kick in the teeth for. If you think that doing the correct order of equations makes you bright then your standards are low. How about you write it appropriately first and then we can talk.
While you are correct, the fact remains that everyone should arrive at the same answer with these 'puzzles'. Regardless of the confusing, braindead stupid way that they've been written, they are not ambiguous, and those that claim otherwise are showing a fundamental misunderstanding of how the order of operations works. The fact that so many people get them wrong shows that the 'low standard' of knowing order of operations is still one many people haven't reached.Indecipherable said:Frankly all the Facebook maths puzzles strike me as a lot of people with really basic maths trying to think they are smart for writing something in a stupid format that they should only earn a kick in the teeth for. If you think that doing the correct order of equations makes you bright then your standards are low. How about you write it appropriately first and then we can talk.
To work out angle 'a' of a right-angle triangle using the lengths of the sides:Buretsu said:I can't remember anymore what SOH-CAH-TOA is used for, but thanks to TWEWY, I can't get the frigging thing out of my head..MetalMagpie said:I did (and still do!) have to use soh-cah-toa for trig though.
FINALLY, someone who understands this: the order is arbitrary! Stop acting smug just because someone else is tripping up over it! It's like laughing at someone for not knowing the password to the tree-house. What are we, five!tensorproduct said:PEMDAS is essentially a linguistic convention. So long as we all use the same convention, we will all get consistent results. I wonder if some of the people who struggle with learning and applying it simply have a problem with the arbitrariness of the whole thing. If they come up with a consistent model of how to apply the operations, then they are 99% there, they will just need to learn to use the same notation as everybody else.
That's interesting, is all LISP math written in prefix notation? I'm more familiar with postfix notation (oddly called reverse polish notation in some places). There's no need for parentheses: 2 4 ^ 3 * 1 + 5 -tensorproduct said:The formula above would be written in Lisp as (- (+ 1 (* 3 (^ 2 4))) 5). Evaluating between each parenthesis pair leads to consistent, easily verifiable results