bebebebddhd
bebebebddhd bebebebddhd
  • 26-04-2021
  • Mathematics
contestada

what is the value of the expression shown below 6+(9-1)^2÷4×1/2^4​

Respuesta :

clarch19
clarch19 clarch19
  • 27-04-2021

Answer:

280

Step-by-step explanation:

[6 + (9 - 1)²] ÷ 4·(1/2)^4

= 6 + 8² ÷ 4 · 1/16

= 6 + 64 ÷ 1/4

= 70 ÷ 1/4

= 70 x 4

Answer Link

Otras preguntas

What is the nuclear charge of an atom?
When a resistor with resistance R is connected to a 1.50-V flashlight battery, the resistor consumes 0.0625 W of electrical power. (Throughout, assume that each
Find the value of x. X + 11 + 8x = 29​
I need help with biology please
Hot Shot Delivery Inc. provides the following year end data:
Which is the best approximation for the value of 102−−−√?
What is the value of the variable? 3(x- 2)=15
width and size of a cheek cell
sound waves? like what they do.
The following program results in a compiler error. Why? int FindMin(int a, int b) { int min; if (a < b) { min = a; } else { min = b; } return min; } int main