Answer:
61
Step-by-step explanation:
So basically you separate the numbers like 1 1 1 1 0 1, and time 2 while having the number of numbers as the exponent decreasing. Like this, 1x2^5+1x2^4+1x2^3+1x2^2+0x2^1+1x2^0. Then figure it out and it would be 32+16+8+4+0+1=61. If don't understand, look at the picture below
Answer:
f(-3) = 15
Step-by-step explanation:
f(x)= 2x^2 - 3
Plug in x = -3 into the function
f(-3) = 2(-3)^2 - 3
f(-3) = 18 - 3
f(-3) = 15
Distribute each term in one parenthesis to the other terms in the other parenthesis.
(x - 2) (2x + 3)
First, distribute x. When distributing, multiply
x(2x) = 2x²
x(3) = 3x
Next, distribute the other term, -2. Remember to change the signs.
-2(2x) = -4x
-2(3) = -6
-------------------------------------------------------------------------------------------------------------------
2x² + 3x - 4x - 6
Combine like terms
3x - 4x = -x
2x² - x - 6
-------------------------------------------------------------------------------------------------------------------
2x² - x - 6 is your answer
hope this helps