Pelican Parts Forums

Pelican Parts Forums (http://forums.pelicanparts.com/)
-   Off Topic Discussions (http://forums.pelicanparts.com/off-topic-discussions/)
-   -   48÷2(9+3) = ???? (http://forums.pelicanparts.com/off-topic-discussions/602253-48-2-9-3-a.html)

UconnTim97 04-12-2011 04:09 AM

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.

Esel Mann 04-12-2011 04:36 AM

The conf

romad 04-12-2011 04:51 AM

solve:

16 ÷ 2[8 – 3(4 – 2)] + 1


and the answers is NOT 17

Esel Mann 04-12-2011 04:52 AM

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".

Esel Mann 04-12-2011 05:01 AM

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

masraum 04-12-2011 05:13 AM

Quote:

Originally Posted by Esel Mann (Post 5958701)
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

Yeah, that's right, but if you use his special rules, I'm thinking that he thinks the answer is...

5


.....which it's not

romad 04-12-2011 05:15 AM

Quote:

Originally Posted by wdfifteen (Post 5957836)
People who work with numbers accept the convention that everything to the right of the division sign is the denominator. I never learned it as a "rule" it's just the way things are done in the technical world. If this equation was in a problem on an engineering exam and you got 288, you would fail the test. If you were designing an actuator for an airplane wing, the plane would crash.
I don't remember the third grade. Maybe if you were in the 3rd grade, you'd pass.


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.

romad 04-12-2011 05:24 AM

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.

DARISC 04-12-2011 06:10 AM

Quote:

Originally Posted by romad (Post 5958683)
solve:

16 ÷ 2[8 – 3(4 – 2)] + 1


and the answers is NOT 17

No, it is NOT 17

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?

kach22i 04-12-2011 07:14 AM

Quote:

Originally Posted by Esel Mann (Post 5958685)
48÷2(12) = ????

Why the question mark?

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.

krystar 04-12-2011 07:30 AM

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

Targa Me 04-12-2011 07:55 AM

Quote:

Originally Posted by kach22i (Post 5958918)
Why the question mark?

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.


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

Esel Mann 04-12-2011 08:44 AM

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!!!

DARISC 04-12-2011 09:07 AM

Quote:

Originally Posted by kach22i (Post 5958918)
Why the question mark?

You'll have to ask z-man; he posted it that way.

Why not solve for "X"?

? * any n>0=X...ALWAYS! :)

48÷2(12) = X

Doing the division first by canceling the 2 with the 48.

24÷1(12) = X

2 = X

Nope. 288 = X. :)

Like I said, I'll go along with the 288...

Great! I'm sure Al Gebra will breathe a sigh of relief! :D

with the understanding that...

Uh, oh :eek:

in school this would have been an extra credit question as the format is poor...

48÷2(9+3) = X is neither 'poor' nor 'excellent' nor any other subjective adjective one may choose to use...it simply is what it is, i.e.,'valid', or any of its synonyms.

and would not be tolerated as an answer or sample problem by an author of text books.

Then that unqualified author should be banned from writing textbooks! :mad:
NO! He/she should be burned like a steak on a pile of any of his/her books that may have made it into circulation and then his/her ashes violently stomped into a mold to form a square pi!! :mad: :mad:

X=288 :D


Seriously, just because 63% of those polled here stumble over their own math prowess and come up with the wrong answer isn't the fault of the equation. SmileWavy



..

masraum 04-12-2011 09:43 AM

Quote:

<div class="pre-quote">
Quote de <strong>kach22i</strong>
</div>

<div class="post-quote">
<div style="font-style:italic">Why the question mark?<br>
<br>
<b>You'll have to ask z-man; he posted it that way.</b><br>
<br>
Why not solve for "X"?<br>
<br>
<b>? * any n&gt;0=X...ALWAYS! <img src="http://forums.pelicanparts.com/ultimate/smile.gif" border="0" alt="" title="Smilie" class="inlineimg"></b><br>
<br>
48÷2(12) = X<br>
<br>
Doing the division first by canceling the 2 with the 48.<br>
<br>
24÷1(12) = X<br>
<br>
2 = X<br>
<br>
<b>Nope. 288 = X. <img src="http://forums.pelicanparts.com/ultimate/smile.gif" border="0" alt="" title="Smilie" class="inlineimg"></b><br>
<br>
Like I said, I'll go along with the 288...<br>
<br>
<b>Great! I'm sure Al Gebra will breathe a sigh of relief! <img src="http://forums.pelicanparts.com/ultimate/biggrin.gif" border="0" alt="" title="Big Grin" class="inlineimg"></b><br>
<br>
with the understanding that...<br>
<br>
<b>Uh, oh <img src="http://forums.pelicanparts.com/ultimate/eek.gif" border="0" alt="" title="EEK!" class="inlineimg"></b><br>
<br>
in school this would have been an extra credit question as the format is poor...<br>
<br>
<b> 48÷2(9+3) = X is neither 'poor' nor 'excellent' nor any other subjective adjective one may choose to use...it simply is what it is, i.e.,'valid', or any of its synonyms.</b><br>
<br>
and would not be tolerated as an answer or sample problem by an author of text books. <br>
<br>
<b>Then that unqualified author should be banned from writing textbooks! <img src="http://forums.pelicanparts.com/ultimate/mad.gif" border="0" alt="" title="Mad" class="inlineimg"><br>
NO! He/she should be burned like a steak on a pile of any of his/her books that may have made it into circulation and then his/her ashes violently stomped into a mold to form a square pi!! <img src="http://forums.pelicanparts.com/ultimate/mad.gif" border="0" alt="" title="Mad" class="inlineimg"> <img src="http://forums.pelicanparts.com/ultimate/mad.gif" border="0" alt="" title="Mad" class="inlineimg"><br>
<br>
X=288 <img src="http://forums.pelicanparts.com/ultimate/biggrin.gif" border="0" alt="" title="Big Grin" class="inlineimg"> </b><br>
<br>
<b>Seriously, just because 63% of those polled here stumble over their own math prowess and come up with the wrong answer isn't the fault of the equation. <img src="http://forums.pelicanparts.com/support/smileys/wavey.gif" border="0" alt="" title="Wavy" class="inlineimg"></b><br>
<br>
<br></div>
</div>..
How do you really feel?

wdfifteen 04-12-2011 09:46 AM

Quote:

Originally Posted by krystar (Post 5958954)
you're still applying wrong order of operations on the left side of the equation.

Which side is the "left" side?

masraum 04-12-2011 09:47 AM

Quote:

<div class="pre-quote">
Quote de <strong>romad</strong>
</div>

<div class="post-quote">
<div style="font-style:italic">solve:<br>
<br>
16 ÷ 2[8 – 3(4 – 2)] + 1<br>
<br>
<br>
and the answers is NOT 17</div>
</div>No, it is NOT 17<br>
<br>
Using MY special 'RULE OF 288':<br>
<br>
16/(2 (8 - 3 (4 - 2))+ 1=288-283=5<br>
<br>
the answer IS 5<br>
<br>
and the answer to the OP's equation IS 288<br>
<br>
<img src="http://forums.pelicanparts.com/ultimate/biggrin.gif" border="0" alt="" title="Big Grin" class="inlineimg"><br>
<br>
Seriously, 16/(2 (8 - 3 (4 - 2))+ 1=5<br>
<br>
Do you disagree?
I don't see a difference between the two problems. One yields 288 and the other yields 17. The equation that you solved has an extra set of parentheses.

DARISC 04-12-2011 09:54 AM

Quote:

Originally Posted by masraum (Post 5959265)
How do you really feel?

Fine, thank you! Hope I don't come across as nasty! :eek:

I'm just enjoying this thread. :)

???? = 288

:D

svandamme 04-12-2011 10:07 AM

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

DARISC 04-12-2011 10:08 AM

Quote:

Originally Posted by masraum (Post 5959278)
I don't see a difference between the two problems. One yields 288 and the other yields 17. The equation that you solved has an extra set of parentheses.

Oops...my typo.

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


DTO Garage Plus vBulletin Plugins by Drive Thru Online, Inc.