know the question may seem a little complicated when first read, but I'll explain further. The objective is to write a function based on given information.
For f(x) for example...
If I'm given the type of equation (quadratic, cubic, quartic, etc), the leading coefficient, the constant, and the results of the evaluation of the expression for two x values (for example f(1)=a number, f(2)=another number)
And told to write a function that conforms to those requirements...how would I do this?
I think it involves systems of equations...but I'm not sure about that.
---
For further clarification, here's an example of what I mean.
f is a quadratic function
Leading Coefficient = 20
Constant = 20
f(1) = 20
f(2) = 200
Write an equation that conforms
---
Keep in mind that that scenario is a strict example; you don't need to solve it (it probably wouldn't work anyway haha). I just want to know how I would go about approaching a problem like this.
Sorry for the lengthy question heh
2007-10-30
11:45:21
·
2 answers
·
asked by
Ryan
2