Processing math: 100%
Skip to main content

Exercises 3.6 Exercises

For each of the following linear Diophantine equations, either find the form of a general solution, or show there are no integer solutions.

10.

Find all simultaneous integer solutions to the following system of equations. (Hint: do what you would ordinarily do in high school algebra or linear algebra! Then finish the solution as we have done.)

x+y+z=100x+8y+50z=156
11.

Compute the number of positive solutions to the linear Diophantine equation 6x+9y=c for various values of c and compare to the three-case analysis at the end of Subsection 3.3.2.

12.

Explore the patterns in the positive integer solutions to ax+by=c situation in Section 3.3. For sure I want you to do this for the ones I mention there, but try some other values of c and see if you see any broader patterns!

13.

Prove that any line ax+by=c which hits the integer lattice but gcd(a,b)β‰ 1 is the same as a line aβ€²x+bβ€²y=cβ€² for which gcd(aβ€²,bβ€²)=1, and explain why that means that without loss of generality Theorem 3.1.2 doesn't need any more explanations.

14.

Find a primitive Pythagorean triple with at least three digits for each side.

16.

Prove that 360 cannot be the area of a primitive Pythagorean triple triangle.

17.

Find a way to prove that x4+y4=z4 is not possible for any three positive integers x,y,z. (Hint: use Corollary 3.4.13; this exercise needs a little cleverness.)

18.

We already saw that if x,y,z is a primitive Pythagorean triple, then exactly one of x,y is even (divisible by 2). Assume that it's y, and then prove that y is divisible by 4.

19.

Under the same assumptions as in the previous problem, prove that exactly one of x,y,z is divisible by 3. (Combined with the previous exercise, this proves that every area of a Pythagorean triple triangle is divisible by 6. Is it also true that exactly one of x,y,z is divisible by 5?)

20.

A Pythagorean triple satisfies x2+y2=z2. Explore patterns for triples of positive integers which satisfy x2βˆ’xy+y2=z2. If Pythagorean triples correspond to right triangles, what sort of triangles do these triples correspond to?

21.

Find a (fairly) obvious solution to the equation mn=nm for m≠n. Are there other such solutions?

22.

Show that

gcd(x,y)2=gcd(x2,xy,y2)

which we use in Proposition 3.7.2. You can try this using the set of divisors definition of gcd, or using the definition gcd(a,b,c)=gcd(gcd(a,b),c).

23.

Explore Bresenham's algorithm in print or online. What is the connection to this chapter? How do non-solutions to linear Diophantine equations relate to actual solutions, in this context?

24.

Assume you have relatively prime integers a,b>0 and a positive integer k. Describe all kβˆ’1 positive solutions to ax+by=kab, and use Definition 2.4.1 to find k (positive) solutions to ax+by=kabβˆ’1.