Samuel I. answered 08/29/19
Multi-Variable Calculus and Below
A general rule of solving these types of problems is that the number of unknowns is equal to the number of equations needed to solve it. Thankfully, we have 1 unknown, A, and one equation, f(2) = 1
So, the first step is to actually plug 2 in for x in the big equation. Once you do this, you will get:
f(2) = 4(2)3 + A(2)2 + 7(2) - 3
Well, using our knowledge that:
1) f(2) = 1,
2) f(2) = 4(2)3 + A(2)2 + 7(2) - 3
We can write that
1 = 4(2)3 + A(2)2 + 7(2) - 3
Because both are equal to f(2)
Now, multiplying everything out, we get: 4A +32 +14 - 3 = 1
Simplifying it, we now have: 4A = -42
Now dividing, we get that A = -10.5
I hope this is understandable. If you need more explanation, just let me know.