Can you solve 8÷2(2+2)?
Discussion in 'Other News' started by Chinatown, Aug 1, 2019.
Page 11 of 15
-
-
Trucking Jobs in 30 seconds
Every month 400 people find a job with the help of TruckersReport.
-
lilillill and Cattleman84 Thank this.
-
MartinFromBC and Cattleman84 Thank this.
-
8÷2(2+2)
1st you do 2+2, now you have no brackets and are left with 8÷2x4. Left to right you end up with 16.
8÷[2(2+2)] on the other hand...Cat sdp, MartinFromBC, gentleroger and 1 other person Thank this. -
If you treat it implicitly, then it's:
8
------- = 1
2(2+2)
If you treat it explicitly, as most programming languages do (and Texas Instruments calculators), then it's:
8
---- * (2+2) = 16
2
Make sense? Coming from the programming industry, my brain is wired for the latter.MartinFromBC and tinytim Thank this. -
So I just put it into Google to see what it said.
Google say the answer is 16.
Cat sdp Thanks this. -
-
-
So I just tried a couple of experiments in Excel and in Access Visual Basic. Both require explicit terms in the expression.
And in Access VB
we get...
Neither will let you do an implied multiplication.tinytim Thanks this. -
Because the answer is 16.
Trucking Jobs in 30 seconds
Every month 400 people find a job with the help of TruckersReport.
Page 11 of 15