Question 389177
 How do I determine the values of a if f(x)=3a square x cube - ax +4 and f(2)=6?
--------
f(x) = 3a^2x^3 - ax + 4
Solve for "a" if y = 6 when x = 2
---
6 = 3a^2*2^3 - a*2 + 4
--------------
24a^2 - 2a + 4 = 0
---
a = [2 +- sqrt(4-4*24*4)]/(24)
---
a = [2 +- sqrt(-380)](24)
----
a = [2 +-i19.49]/(24)
etc.
======================
Cheers,
Stan H.