Sorry I meant 288 I the message you quoted.When you use that notation I previously stated there is no way to get 288
Sorry I meant 288 I the message you quoted.When you use that notation I previously stated there is no way to get 288
Who the hell remembers what they learned in 8th grade?[DOUBLEPOST=1452018311,1452018253][/DOUBLEPOST]Oh well I guess it depends on how old you are xDActually you should distribute the 2 to the 9 and the 3 first.
So the result would be 48/(2*9 + 2*3)
This is literally 8th grade math lol
I do but that's because I'm 14.Who the hell remembers what they learned in 8th grade?
what do you think the answer is?The two should be distributed to the 9 and 3 in the second step as you do parenthesis first lol. That's even stated in your method.
I don't believe that to be correct, why would you multiply 2(12) before dividing 48 by 2? Just because it has parentheses doesn't mean you do it first. In PEMDAS by parentheses it refers to solve what is in them and in this case we've already done so leaving 2 (12) which is the same as 2 x 12 so 48÷12x2 is 288.48 ÷ 2(9+3)=
48 ÷ 2(12)=
48 ÷ 24=
2
That's PEMDAS.
http://knowyourmeme.com/memes/48293 This will explain it to you better than I can.I don't believe that to be correct, why would you multiply 2(12) before dividing 48 by 2? Just because it has parentheses doesn't mean you do it first. In PEMDAS by parentheses it refers to solve what is in them and in this case we've already done so leaving 2 (12) which is the same as 2 x 12 so 48÷12x2 is 288.
Multiplying the 2 into the 12 is still part of P.
Both of you just readWell god damn this is frustrating.
So what is the 1 answer that is correct?That post LITERALLY states it's notation's fault the answer would come out to 288.
So if you follow PEMDAS/BIMDAS, it's 2.
If you follow literal notation of the problem, it's 288.
Everyone happy?
public class Main {
public static void main(String[] args) {
System.out.print("Answer: " + (48 / 2 * (9 + 3)));
}
}
