Evaluate a^4-b(c)+2(a)divided 2

a=2, b=4, c=3

1 answer

To evaluate the expression \( a^4 - b(c) + 2(a) \div 2 \) with the given values \( a = 2 \), \( b = 4 \), and \( c = 3 \), we'll follow the order of operations.

  1. Substitute the values into the expression: \[ a^4 - b(c) + 2(a) \div 2 = 2^4 - 4(3) + 2(2) \div 2 \]

  2. Calculate \( 2^4 \): \[ 2^4 = 16 \]

  3. Calculate \( b(c) = 4(3) \): \[ 4(3) = 12 \]

  4. Calculate \( 2(a) \div 2 = 2(2) \div 2 \): \[ 2(2) = 4 \quad \text{and} \quad 4 \div 2 = 2 \]

  5. Now substitute these values back into the expression: \[ 16 - 12 + 2 \]

  6. Perform the subtraction and addition:

    • \( 16 - 12 = 4 \)
    • \( 4 + 2 = 6 \)

Thus, the final result is: \[ \boxed{6} \]