What fractions can you find between the square roots of 56 and 58?
Find the polynomial p(x) with integer coefficients such that one solution of the equation p(x)=0 is $1+\sqrt 2+\sqrt 3$.
The squares of any 8 consecutive numbers can be arranged into two sets of four numbers with the same sum. True of false?
There was a correct solution from Andrei Lazanu (School 205, Bucharest). The first part is very clear but I have tried to simplify his solution to the second part for inclusion here. Perhaps someone could improve on this for us. Thank you for your hard work Andrei.
First, I approximated $\sqrt3$ using the method given in the problem. I know that $\sqrt3$ is between 1 and 2 because 1 2 < (?3) 2 < 2 2 or 1 < 3 < 4.
I know that the approximation of ?3 correct to five decimal places is: $$\sqrt{3} \approx {1.73205}$$Now I show each of the approximation steps:
You could think of the above as $$ \sqrt{a^2}\approx {{{a^2\over{n}} + n} \over {2}} ={m}$$ Where n is the approximation to the root of a 2 (that is "a") and m the next approximation.
The first approximation (n) differs from a by k. I can therefore write n as a + k where k is numerically less than a (k could be negative).
So I have the next approximation $$\quad = {{{a^2\over{a+k}} + a+k} \over {2}}$$The next approximation = $${{{a^2\over{a+k}} + a+k} \over {2}}$$But $${{{a^2\over{a+k}} + a+k} \over {2}} = {{2a^2 + 2ak + k^2} \over{2(a+k)}}$$ and $${{2a^2 + 2ak + k^2} \over{2(a+k)}} = {{2a(a+k)+ k^2} \over{2(a+k)}}= {{2a(a+k)} \over{2(a+k)}} + {{k^2} \over{2(a+k)}} = a + {{k^2} \over{2(a+k)}}$$While a is positive, $${{k^2} \over{2(a+k)}}$$must be positive as k is numerically less than a.