![]() |
My Google Fu is not strong this morning. Has anyone found or know the origin of this equation? I am just curious what started this internet sensation.
|
The conf
|
solve:
16 ÷ 2[8 – 3(4 – 2)] + 1 and the answers is NOT 17 |
The confusion is coming from the order of operations and placing a precedence of multiplication over division and addition over subtraction.
firstly I believe it is generally accepted that when analyzing the equation for the operators present in the given equation, for each analysis step one moves from left to right. secondly, many have mentioned or implied that there is a precedence between multiplication over division and addition over subtraction. I believe that the precedence is the following: brackets/parenthesis exponents multiplication/division addition subtraction The key here is that when encountering either multiplication/division there is no precedence between the two other than analyzing from left to right. It is the same for addition/subtraction. So for 48÷2(9+3) = ???? Firstly, moving left to right the first set of bracket or parenthesis encountered is the (9+3) term. Which results in 12. The equation is now at: 48÷2(12) = ???? Now we see that all that is left is multiplication and division. So moving from left to right: 48÷2 results in 24 so the equation then becomes: 24(12) = which is 288. For the rules above though, don't take my word for it. Look it up. The above is all discussed in any C programming language reference manual. I suggest referencing Kernighan and Ritchies (they're the dudes who created C) "The C Programming Language". |
16 ÷ 2[8 – 3(4 – 2)] + 1
[] take precedence so first look at [8 - 3(4-2)], where here the () take precedence so it is actually [8 - 3(2)] here the multiplication takes precedence over the subtraction so [8 - 6] = [2] so the equation is now at 16 ÷ 2[2] + 1 and here the multiplication and division take precedence over the addition so moving left to right the division is performed first then the multiplication for 16 ÷ 2 = 8, so it is now 8[2]+1, do the multiplication, 16+1 and lastly the addition for a result of 17 |
Quote:
5 .....which it's not |
Quote:
WHAT? "People who work with numbers accept the convention that everything to the right of the division sign is the denominator" the morons. "If you get 288 on an engineering exam you would fail, but the airplane crashes." Genius Let see...the answers is 2 from a group of engineers with advance degrees and god knows how many patents in the fields of advance fluids and themodynamics, who could pass an engineering exam, but fail 3rd grade math....interesting take. |
Yes MY special rule
Here a better explaination. The Order of Operations: More Examples Oh and at the current rate 63% of the pelicans think so also......I'm guessing they are foolish engineers who work with number just accepting that silly convention. |
Quote:
Using MY special 'RULE OF 288': 16/(2 (8 - 3 (4 - 2))+ 1=288-283=5 the answer IS 5 and the answer to the OP's equation IS 288 :D Seriously, 16/(2 (8 - 3 (4 - 2))+ 1=5 Do you disagree? |
Quote:
Why not solve for "X"? 48÷2(12) = X Doing the division first by canceling the 2 with the 48. 24÷1(12) = X 2 = X Like I said, I'll go along with the 288 with the understanding that in school this would have been an extra credit question as the format is poor and would not be tolerated as an answer or sample problem by an author of text books. |
you're still applying wrong order of operations on the left side of the equation.
the definition of "A/B*C" syntax is A -- * C B it is NOT: A ----- B*C |
Quote:
Why are you putting in another division sign after the 24? That division sign was cancelled after the first application. So it should be 24X12 =X |
For the two equations:
48÷2(9+3) 16 ÷ 2[8 – 3(4 – 2)] + 1 Why not try pumping them into excel and see what you get? for excel one would pump in: =48/2*(9+3) =16/2*(8-3*(4-2)) + 1 my excel returns 288 and 17 respectively. Also, another way to look at the first equation: 48÷2(9+3) = 48÷2(9) + 48÷2(3) = 24(9) + 24(3) = 288 and another way to look at the second equation: 16 ÷ 2[8 – 3(4 – 2)] + 1 = (next line as expanded is longer) 16 ÷ 2[8] - 16 ÷ 2[3(4 – 2)] + 1 = 16 ÷ 2[8] - 16 ÷ 2[3(4)] + 16 ÷ 2[3(2)] + 1 = 8[8] - 8[3(4)] + 8[3(2)] + 1 = 17 The debate here is the notion that multiplying something in parenthesis gives the multiplier a higher precedence over simple left to right. The C reference I mentioned (and I could dig for other references which would agree if necessary), plus the results from excel suggest that the left to right rule applies. If there is a reference or source out there which states that multiplying something in parenthesis takes a higher precedence over the simple left to right rule, please share with us!!! |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
I'm just enjoying this thread. :) ???? = 288 :D |
Order of operations - Wikipedia, the free encyclopedia
The standard order of operations, or precedence, is expressed in the following chart. #1 terms inside brackets #2 exponents and roots #3 multiplication and division #4 addition and subtraction a 16 ÷ 2[8 – 3(4 – 2)] + 1 Apply #1 16 ÷ 2[8 – 3(2)] + 1 16 ÷ 2[8 – 3 x 2] + 1 #3 within the square brackets 16 ÷ 2[8 – 6] + 1 #1 16 ÷ 2[2] + 1 16 ÷ 2 x 2 + 1 Rule 2 8 x2+1 #3 16 +1 #4 17 So it is 17 after all. 48 ÷ 2(9+3) Rule 1 48 ÷ 2(12) 48 ÷ 2x 12 Rule 3 24 x12 288 |
Quote:
16 ÷ 2[8 – 3(4 – 2)] + 1 = 5 One yields 288 and the other yields 5. |
All times are GMT -8. The time now is 11:16 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0
Copyright 2025 Pelican Parts, LLC - Posts may be archived for display on the Pelican Parts Website