Chapter 5: Q4E (page 370)
Trace Algorithm 3 when it finds gcd (12,17) . That is, show all the steps used by Algorithm 3 to find gcd (12,17).
Short Answer
The value of gcd(12,17) is 1.
Chapter 5: Q4E (page 370)
Trace Algorithm 3 when it finds gcd (12,17) . That is, show all the steps used by Algorithm 3 to find gcd (12,17).
The value of gcd(12,17) is 1.
All the tools & learning materials you need for study success - in one app.
Get started for freeUse strong induction to show that when a simple polygon P with consecutive vertices is triangulated into n-2 triangles, the n-2 triangles can be numbered so that is a vertex of triangle i for .
Use strong induction to prove that is irrational. [Hint: Let be the statement that for any positive integer b.]
Let P(n) be the statement that , where n is an integer greater than 1.
In the proof of Lemma 1 we mentioned that many incorrect methods for finding a vertex such that the line segment is an interior diagonal of have been published. This exercise presents some of the incorrect ways has been chosen in these proofs. Show, by considering one of the polygons drawn here, that for each of these choices of , the line segment is not necessarily an interior diagonal of .
a) p is the vertex of P such that the angleis smallest.
b) p is the vertex of P with the least -coordinate (other than ).
c) p is the vertex of P that is closest to .
Trace Algorithm 4 when it is given m = 7 , n = 10 , and b = 2 as input. That is, show all the steps Algorithm 4 uses to findmod 7 .
What do you think about this solution?
We value your feedback to improve our textbook solutions.