I tried to make an equation $20+2x+2x^3+x^5$ which satisfied the above property but after putting 2 in place of $x$ I am not getting the correct answer. The answer is 86 but I want to know how or why 86 is true and mine is false.
Asked
Active
Viewed 104 times
1
$$p(\sqrt3)=a_0+a_2(3)+a_4(3^2)+\cdots+a_1(\sqrt3)+a_3(\sqrt3)^3+\cdots=20+17\sqrt3$$
$$p(\sqrt3)=(a_0+a_2(3)+a_4(3^2)+\cdots)+\sqrt3(a_1+a_3(3)+\cdots)=20+17\sqrt3$$
Compare both sides;
$$a_0+a_2(3)+a_4(3^2)+\cdots=20$$
$$a_1+a_3(3)+\cdots=17$$
You should be getting $p(x)=2+2x+2x^3+2x^4+x^5$ and $p(2)=86$
– NadiKeUssPar Oct 15 '23 at 04:35