1. Attachments are working again! Check out this thread for more details and to report any other bugs.

48÷2(9+3) =

Discussion in 'Fred's House of Pancakes' started by Presto, Apr 13, 2011.

?
  1. 288

    18 vote(s)
    42.9%
  2. 2

    24 vote(s)
    57.1%
  1. hyo silver

    hyo silver Awaaaaay

    Joined:
    Mar 2, 2005
    15,232
    1,562
    0
    Location:
    off into the sunset
    Vehicle:
    2004 Prius
    Model:
    N/A
    That really changes it. I think you forgot a digit. :)
     
  2. Stev0

    Stev0 Honorary Hong Kong Cavalier

    Joined:
    Sep 23, 2006
    7,201
    1,073
    0
    Location:
    Northampton, MA
    Vehicle:
    2022 Prius Prime
    Model:
    Plug-in Base
    That's what was bugging me. Mikewithaprius got it.
    4÷2(1+1)=1
    4÷2*(1+1)=4

    Without the "*", The "2(1+1)" is a single expression.
     
  3. Presto

    Presto Has his homepage set to PC

    Joined:
    Mar 27, 2005
    1,326
    24
    0
    Location:
    Vancouver, BC
    Vehicle:
    2005 Prius
    Haha.. Hockey playoffs means there's a good chance I'm on beer no. 5 or 6 by that post.

    48*½(3+9) is what i meant :doh:
     
    1 person likes this.
  4. hyo silver

    hyo silver Awaaaaay

    Joined:
    Mar 2, 2005
    15,232
    1,562
    0
    Location:
    off into the sunset
    Vehicle:
    2004 Prius
    Model:
    N/A
    Speaking of hockey....(Fair to assume you're a Canucks fan?)...if you count the posts, it was a tie. :rolleyes:
     
  5. eagle33199

    eagle33199 Platinum Member

    Joined:
    Mar 2, 2006
    5,122
    268
    0
    Location:
    Minnesota
    Vehicle:
    2015 Prius v wagon
    Model:
    Two
    It's cases exactly like this that prove our [ame="http://en.wikipedia.org/wiki/Infix_notation"]infix notation [/ame]is lousy. We should use [ame="http://en.wikipedia.org/wiki/Polish_notation"]prefix [/ame]or [ame="http://en.wikipedia.org/wiki/Reverse_Polish_notation"]postfix[/ame] instead.

    Using prefix, if we said 48÷2(9+3) = 288, that would appropriately be represented as * ÷ 48 2 + 9 3. This directly tells you to divide 48 by 2, add 9 and 3, and multiply the two results.

    On the other hand, if we said 48÷2(9+3) = 2, that would be appropriately represented as ÷ 48 * 2 + 9 3. This tells you to add 9 and 3, multiply that by 2, then divide 48 by the answer.

    I won't get into postfix, since it makes things just as clear, it's only backwards from prefix. This removes any possible ambiguity or misunderstanding from the situation.

    I still remember when i first found out about prefix and postfix back in my high school computer science class... Completely enthralled by the idea, and it was a lot of fun writing a program to convert between the three while performing the calculation.

    PS. I learned it as PEMDAS, not BEDMAS...
     
  6. qbee42

    qbee42 My other car is a boat

    Joined:
    Mar 2, 2006
    18,058
    3,073
    7
    Location:
    Northern Michigan
    Vehicle:
    2006 Prius
    No, it's not. Adjacent terms have an implied multiplication symbol. They are identical.

    4÷2(1+1)≡4÷2*(1+1)

    Tom
     
    2 people like this.
  7. frodoz737

    frodoz737 Top Wrench

    Joined:
    Aug 26, 2010
    4,297
    2,347
    33
    Location:
    Texas
    Vehicle:
    2015 Prius
    Model:
    Four
    48/2(9+3)=
    48/2(12)=
    48/24=
    2
     
  8. qbee42

    qbee42 My other car is a boat

    Joined:
    Mar 2, 2006
    18,058
    3,073
    7
    Location:
    Northern Michigan
    Vehicle:
    2006 Prius
    48/2(12)=
    24(12)=
    288

    You took the operators out of sequence. Infix notation is evaluated left to right for operators of the same precedence. The parentheses do not mean to first multiply 2*12. For that to be true they would have to be inside the parentheses, as in the following:

    48/(2*12)

    Tom
     
  9. frodoz737

    frodoz737 Top Wrench

    Joined:
    Aug 26, 2010
    4,297
    2,347
    33
    Location:
    Texas
    Vehicle:
    2015 Prius
    Model:
    Four
    Well my high school son verified you are correct. Answer is 288. This type problem is used as a tool by their teachers.
     
  10. bisco

    bisco cookie crumbler

    Joined:
    May 11, 2005
    107,753
    48,969
    0
    Location:
    boston
    Vehicle:
    2012 Prius Plug-in
    Model:
    Plug-in Base
    and yet, we're losing in the poll. so much for improved math and science education in the u.s..
     
    1 person likes this.
  11. mikewithaprius

    mikewithaprius New Member

    Joined:
    Jan 5, 2011
    656
    103
    6
    Location:
    Rhode Island
    Vehicle:
    2007 Prius
    Model:
    N/A
    Using the logic that parentheses never imply multiplication first, I would solve the following question in the following way:

    Solve 6÷2x when x = 2.
    6÷2(2)
    3(2)
    6

    In this case it's quite clear that's incorrect, though this is the procedure used to get 288 in the main example. Parentheses, besides coming first in PEMDAS, have a stronger case for multiplication than left to right. It is part of the simplification process.

    6÷2x
    6÷2(2)
    6÷4
    3/2 or 1.5

    The method directly above is the way to solve that problem, and with that same logic, you get 2 for original problem.
     
  12. frodoz737

    frodoz737 Top Wrench

    Joined:
    Aug 26, 2010
    4,297
    2,347
    33
    Location:
    Texas
    Vehicle:
    2015 Prius
    Model:
    Four
    The problem may be just how it written. I read 48 over 2(9+3)= Others read 48/2 x (9+3)= Sending this to school with the boy to see what the "Teachers" say for a laugh.
     
  13. qbee42

    qbee42 My other car is a boat

    Joined:
    Mar 2, 2006
    18,058
    3,073
    7
    Location:
    Northern Michigan
    Vehicle:
    2006 Prius
    No, your first approach is correct. 6/2*2 is indeed 6. It should be very obvious by inspection that if you multiply and divide by the same number you get the original number. This particular case is commutative, so it doesn't matter what order you do the arithmetic:

    6*2/2 = 6

    6/2*2 = 6

    2/2*6 = 6

    You picked a poor example. You need to throw in some addition or subtraction to make a good example, but that is beside the point. Infix notation clearly doesn't work the way you claim.

    Tom
     
  14. eagle33199

    eagle33199 Platinum Member

    Joined:
    Mar 2, 2006
    5,122
    268
    0
    Location:
    Minnesota
    Vehicle:
    2015 Prius v wagon
    Model:
    Two
    i think the key point here is that infix notation sucks. Obviously people interpret it different ways depending on how they were taught (PEMDAS, BEDMAS, always go left to right when dealing with operands of equal importance, whatever), which leaves us in a situation where more than half the people in the poll don't pick the generally accepted (by the mathematics community) correct answer.

    But that's America for you... why teach a method (like prefix or post fix notation) that is clear, concise, and impossible to misinterpret like this when we have a method that isn't clear, requires additional information (parenthesis) to ensure correct order of operations, and generally just causes problems?
     
    1 person likes this.
  15. qbee42

    qbee42 My other car is a boat

    Joined:
    Mar 2, 2006
    18,058
    3,073
    7
    Location:
    Northern Michigan
    Vehicle:
    2006 Prius
    Why would you say that? Parentheses can easily force multiplication to come first. Here is a simple example:

    22+(4*7)

    Of course the parentheses are not really needed, since multiplication comes before addition.

    A better example would be this one:

    4^(2*3)

    In this case you would normally raise 4 to the power of 2 and then multiply by 3, but the parentheses force the multiplication to come first, so you get 4 raised to the power of 6.

    This thread is really silly. What happened to basic math skills?

    Tom
     
  16. hyo silver

    hyo silver Awaaaaay

    Joined:
    Mar 2, 2005
    15,232
    1,562
    0
    Location:
    off into the sunset
    Vehicle:
    2004 Prius
    Model:
    N/A
    Probably the same thing that happened to basic writing skills, and basic reading skills, and critical thinking.

    If sense were common, everybody would have some.
     
    1 person likes this.
  17. KK6PD

    KK6PD _ . _ . / _ _ . _

    Joined:
    Mar 24, 2008
    4,003
    944
    118
    Location:
    Los Angeles Foothills
    Vehicle:
    Other Hybrid
    Model:
    N/A
    Hey, nobody told me there were going to be math problems on this site!

    The way I was explained to me, while attending Moore Science High,
    288.
    Just ask Peorgie Tirebiter, he's a spy and a girl delighter.
     
  18. Stev0

    Stev0 Honorary Hong Kong Cavalier

    Joined:
    Sep 23, 2006
    7,201
    1,073
    0
    Location:
    Northampton, MA
    Vehicle:
    2022 Prius Prime
    Model:
    Plug-in Base
    You can't. He cut the soles off his shoes, climbed a tree, and learned to play the flute.
     
    1 person likes this.
  19. johalareewi

    johalareewi Member

    Joined:
    Nov 10, 2009
    393
    44
    1
    Location:
    uk
    Vehicle:
    2010 Prius
    Model:
    N/A
    Why not consider the general case?

    a÷b(c+d) is (a÷b)*(c+d)

    not
    a÷(bc+bd)

    Similarly,
    a÷b*c is (a÷b)*c not a÷(b*c)
     
  20. cproaudio

    cproaudio Speedlock Overrider

    Joined:
    Jul 7, 2010
    2,401
    758
    0
    Location:
    CA
    Vehicle:
    2010 Prius
    Model:
    V
    damn, y'all suck at math 288
     
    2 people like this.