Prove that every integer n>= 14 is a sum of 3's and/ or 8's.

  • Thread starter Thread starter snaidu228
  • Start date Start date
  • Tags Tags
    Integer Sum
Click For Summary
SUMMARY

Every integer n ≥ 14 can be expressed as a sum of non-negative multiples of 3 and/or 8. The proof involves demonstrating that for any integer n, there exist non-negative integers a and b such that n = 3a + 8b. The discussion highlights the importance of considering adjacent integers (n-1 and n+1) and suggests that induction may not be the most effective method for this proof. Instead, starting with multiples of 3 provides a clearer path to establishing the required combinations.

PREREQUISITES
  • Understanding of linear combinations in number theory
  • Familiarity with non-negative integers
  • Basic principles of mathematical induction
  • Knowledge of integer solutions in equations
NEXT STEPS
  • Research the concept of linear combinations in number theory
  • Study the properties of non-negative integers and their applications
  • Explore alternative proof techniques beyond mathematical induction
  • Investigate the relationship between adjacent integers in proofs
USEFUL FOR

Mathematics students, educators, and anyone interested in number theory, particularly in understanding linear combinations and proof techniques for integer solutions.

snaidu228
Messages
9
Reaction score
0

Homework Statement



Prove that every integer n>= 14 is a sum of 3's and/ or 8's.

Homework Equations



Induction Hypothesis

The Attempt at a Solution



Base Case: P(0):

Suppose n= 14, and k is an integer representing number of times 3 or 8 is added:
14= 3k;
k=14/3 ( this shows that 14 is not a sum of 3's)

But the question says to show that. I'm confused on how to show that.
 
Physics news on Phys.org
14= 3+3+8
it's and/or
 
You need to be able to show that every number >= 14 is a linear combination of 3s and 8s. IOW, that n = 3a + 8b for some integer values of a and b, with a >= 0, b >= 0. (I don't think that either a or b can be negative, but either one could be zero.)

That's what you need to show, but I don't have any idea right now of how to go about doing this.
 
Mark44 said:
IOW, that n = 3a + 8b for some integer values of a and b, with a >= 0, b >= 0. (I don't think that either a or b can be negative, but either one could be zero.)
That parenthetical remark is essential. Consider n=13. This has solutions for a,b in the integers. For example, a,b = -1,2 and 7,-1 are both solutions to 3a+8b=13. In fact, given any integer n, there are an infinite number of solutions a,b in Z such that 3a+8b=n. So the problem is to not only show that integer solutions a,b exist but also to show that at least one such solution has both a and b non-negative.
 
BTW, induction might not be the best choice here. Start with multiples of 3, n=3m. This obviously has a,b=m,0 as one solution to 3a+8b=n, and this a,b is in the non-negative integers if n is non-negative. What can you say about the two adjacent integers, n-1 and n+1?
 

Similar threads

Replies
7
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
6
Views
2K
  • · Replies 80 ·
3
Replies
80
Views
10K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K