Multiple choice general knowledge science & technology

Lets say you need to know what 2 times 6, divided by 3, squared, is. Which of the following queries would you use? (the answer is 16)

  1. calculate:((2*6) /3)^2

  2. ((2*6) /3)^2

  3. show results:((2*6) /3)^2

  4. You can't do math in Google.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Google can do math directly in the search bar. Just type the expression as-is: ((2*6)/3)^2. You don't need special operators like 'calculate:' or 'show results:'. Option D is incorrect - Google handles mathematical calculations natively.