#This one
14 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
you can probably just synthetic divison it tbh
how do you do that
wait what skills do you know/are expected to solve it with
10th grade maths
like remainder theorom
how would your teacher tell you to solve these then, what
idk, he just gave it as hw, like its non-routine maths
The roots of x^2 - x - 1 are φ and -1/φ. So, the given polynomial must also be 0 for both φ and -1/φ, which leads to the following system:
aφ^17 + bφ^16 + 1 = 0
-a/φ^17 + b/φ^16 + 1 = 0
It's convenient to multiply the second equation by -φ^17 first.
aφ^17 + bφ^16 + 1 = 0
a - bφ - φ^17 = 0
Now, try solving for a and b, and then simplifying the answer by repeatedly applying the property φ^2 = φ + 1. Alternatively, you can use the relation φ^n = F(n)φ + F(n - 1), where F(n) is the n-th Fibonacci number, if you remember them quite far.
whats the fibonacci number?