Chapter 10: Problem 19
$$ \text { Prove that any two consecutive Fibonacci numbers are relatively prime. } $$
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 10: Problem 19
$$ \text { Prove that any two consecutive Fibonacci numbers are relatively prime. } $$
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
For \(n \in \mathbf{Z}^{+}\)let \(F_{n}\) denote the \(n\)th Fibonacci number and define $$ \begin{aligned} c_{n}=F_{1} F_{n}+F_{2} F_{n-1}+F_{3} F_{n-2} &+\cdots \\ &+F_{n-1} F_{2}+F_{n} F_{1}=\sum_{i=1}^{n} F_{1} F_{n+1-l} . \end{aligned} $$ Then \(c_{1}=F_{1} F_{1}=1\) and \(c_{2}=F_{1} F_{2}+F_{2} F_{1}=2\). Show that for \(n \geq 3, c_{n}=c_{n-1}+c_{n-2}+F_{n}\).
Determine the number of \(n\)-digit quaternary \((0,1,2,3)\) sequences in which there is never a 3 anywhere to the right of a 0 .
$$ \text { Solve the recurrence relation } a_{n+2}^{2}-5 a_{n+1}^{2}+4 a_{n}^{2}=0, \text { where } n \geq 0 \text { and } a_{0}=4, a_{1}=13 $$
For \(n \geq 0\), let us toss a coin \(2 n\) times. a) If \(a_{n}\) is the number of sequences of \(2 n\) tosses where \(n\) heads and \(n\) tails occur, find \(a_{n}\) in terms of \(n\). b) Find constants \(r, s\), and \(t\) so that \((r+s x)^{t}=\) \(f(x)=\sum_{n=0}^{\infty} a_{n} x^{n} .\) c) Let \(b_{n}\) denote the number of sequences of \(2 n\) tosses where the numbers of heads and tails are equal for the first time only after all \(2 n\) tosses have been made. (For example, if \(n=3\), then HHHTTT and HHTHTT are counted in \(b_{n}\), but HTHHTT and HHTTHT are not.) Define \(b_{0}=0\) and show that for all \(n \geq 1\), \(a_{n}=a_{0} b_{n}+a_{1} b_{n-1}+\cdots+a_{n-1} b_{1}+a_{n} b_{0}\). d) Let \(g(x)=\sum_{n-0}^{\infty} b_{n} x^{n}\). Show that \(g(x)=1-\) \(1 / f(x)\), and then solve for \(b_{n}, n \geq 1\).
For a convex polygon of \(n \geq 3\) sides, let \(t_{n}\) count (as in Example 10.38) the number of ways the interior of the polygon can be triangulated by drawing nonintersecting diagonals. a) Define \(t_{2}=1\) and verify that \(t_{n+1}=t_{2} t_{n}+t_{3} t_{n-1}+\cdots+t_{n-1} t_{3}+t_{n} t_{2}\). b) Express \(t_{n}\) as a function of \(n\).
What do you think about this solution?
We value your feedback to improve our textbook solutions.