- #1
- 246
- 45
What is the difference between these to. -3² and (-3)² ?
I know - x - = +
I am told -3²= -9 not +9
-3² means -3 x -3 = 9
I am told (-3)² = 9
I know - x - = +
I am told -3²= -9 not +9
-3² means -3 x -3 = 9
I am told (-3)² = 9
^ and * are real Math symbols. They are "ASCII" code ("American Standard Code for Information Interchange") characters.I only know real math symbols, what are ^ & * mean?
I makes no sense to pull a -1 out of the air and put it into a problem that has no -1 in it?
-3² should = -3 x -3 = 9
By convention ##-3^2 \equiv -(3^2)##. For example, there is a clear difference (by convention) between these two quadratic expressions:My calculator shows -3² = 9
My calculator also shows 3²=9
Both make sense because -x-=+
-3² should = -3 x -3 = 9
Right, so you'd forgotten that ##-x^2 \equiv -(x^2)##. That's something you've relearned. Good?I have been out of college 50 years. If you don't use it you loose it. I have forgotten about 90% of what I once knew, maybe more.
My calculator shows -3² = 9
I only know real math symbols, what are ^ & * mean?
They aren't really math symbols, at least they aren't symbols that are commonly used in math textbooks. The caret (^) was first used in BASIC, I believe, to represent exponentiation; i.e., raising a number to some power. Very few other programming languages use ^ for this purpose, however. The asterisk (*) is universally used in programming languages to represent multiplication. Both symbols are commonly used in internet forums to represent these operations.^ and * are real Math symbols.
Just to be clear: If you type ##-3## into your calculator and hit [enter] or '=', then that part is done immediately and the calculator will store -3 somewhere. Then, when you square that, the answer will be ##(-3)^2 = 9##.My calculator shows -3² = 9
Right, a negative times a negative is positive, but that's not what you have with ##-3^2##. This means literally, the negative of ##3^2##, not ##(-3) \times (-3)##.Why is +3² different than -3² math rules tell me - x - has to be + and 3 x 3 has to be +9 not -9.
The standard convention of modern mathematics is that ##-3^2 = -9##. This thread has many explanations of why.I asked the wrong question on this thread. I should have ask what is, -3²= ?
##-3^2=-9##The original problem is, -3²= ?
Then you used your calculator wrong. You calculated ##(-3)^2## instead of ##-3^2##.There is no way to put parentheses in my calculators. I put -3 in the calculator then push the square button and the answer on both calculators is -3²=9
Then you will have to do the calculation in two steps in the correct order yourself and not count on the calculator. You will have to calculate ##3^2 = 9## first, and then reverse the sign to get ##-3^2 = -9##.The original problem is, -3²= ?
There is no way to put parentheses in my calculators. I put -3 in both calculators then push the square button and the answer on both calculators is -3²=9
Everyone adds parentheses to this for some reason claiming it needs parentheses.
I asked the wrong question on this thread. I should have ask what is, -3²= ?
I could be wrong, but I seem to recall that some of the cheaper calculators don't have parentheses, but don't use RPN. Also, the Windows calculator, in Standard mode, doesn't have parentheses and doesn't do RPN. To calculate ##-3^2##, you enter 3, click ##x^2##, and then click +/-.The only one I know that has no parentheses are HP Reverse Polish Notation calculators.
If you have been within a metric parsec of Facebook anytime in the last MegaFortnight you have been inundated with PEMDAS riddles like this.I have been out of college 50 years. If you don't use it you loose it. I have forgotten about 90% of what I once knew, maybe more. I took every math class the college had expect, imaginary numbers. I know -x-=+ and 3²=9 and -3² should =9 also. When people add -1 to -3² I have no clue what your doing? The x & y examples don't help we under stand how -3² can be a -9 ? Why is +3² different than -3² math rules tell me - x - has to be + and 3 x 3 has to be +9 not -9.
Yes, that's what we've been saying throughout this thread.## -3^{2}=-9 ## but ## (-3)^2=(-3)(-3)=9 ##.
Know your calculatorMy calculator shows -3² = 9
I've seen many cheap (non-decent) ones going with in-order executionThe only one I know that has no parentheses are HP Reverse Polish Notation calculators.
My calculator shows -3² = 9
Put your calculator away and try ##-3^2## on your old slide rule.I have been out of college 50 years.
As a historical note…. RPN calculators were developed and brought to market back in the old days when no calculators supported parentheses or understood PEMDAS, which made them far less useful for scientific and technical work. The internal logic of an RPN calculator is appreciably simpler than that of a PEMDAS-aware calculator, which mattered when designing a palm-sized device using 1970s technology.What is your calculator?
The only one I know that has no parentheses are HP Reverse Polish Notation calculators. They use RPN style notation which means you input your equations differently than with a TI-83 calculator as an example.
My take on this as always been: Never trust to a machine what you can do for yourself.As a historical note…. RPN calculators were developed and brought to market back in the old days when no calculators supported parentheses or understood PEMDAS, which made them far less useful for scientific and technical work. The internal logic of an RPN calculator is appreciably simpler than that of a PEMDAS-aware calculator, which mattered when designing a palm-sized device using 1970s technology.
I still prefer the RPN style, as it matches the way we would do the problem unassisted: calculate the highest-precedence intermediate results first and work out the final lowest-precedence step. The ambiguity in ##-3^2## discussed in this thread doesn’t happen in RPN.