Question 121142: I have asked this question twice but gotten no response back and if I should click on word problems to ask it could someone please tell me; thanks!
Given g(x)= print-coeff(m,1)x print_const(b), find g(print_coeff(n,1)a)??
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Given g(x)= print-coeff(m,1)x print_const(b), find g(print_coeff(n,1)a)??:
OK. I don't understand all this gibberish but if b(x)=2x+1 then b(3)=2*3+1.
So, if you simply put "print_coeff(n,1)a" in place of "x" you get:
g(print_coeff(n,1)a) = print-coeff(m,1)print_coeff(n,1)aprint_const(b)
----------------------------
What that all adds up to I have no idea.
===================
Cheers,
Stan H.
|
|
|