Can Palindromes in Base 7 be Divisible by 8?

  • Thread starter Thread starter 1+1=1
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around the properties of palindromic numbers in base 7, specifically focusing on their divisibility by 8. The original poster seeks to demonstrate that every base 7 palindrome with an even number of digits is divisible by 8, while also exploring a general property regarding divisibility by (b-1) for numbers expressed in base b.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • The original poster considers using induction to prove the divisibility properties of palindromes. Some participants question the clarity of the original poster's statements and suggest that proper notation and grammar would aid understanding. Others discuss the structure of base 7 palindromes and their congruence properties modulo 8.

Discussion Status

Participants are actively engaging with the original poster's questions, offering suggestions for improving clarity and notation. There is a mix of responses, with some participants providing insights into the mathematical reasoning behind the properties of palindromes, while others emphasize the importance of clear communication in mathematical discussions.

Contextual Notes

There are indications of confusion regarding notation, particularly with LaTeX, which some participants are attempting to learn. The original poster expresses a desire to improve their understanding and communication skills in mathematics.

1+1=1
Messages
93
Reaction score
0
suppose x=(bn,bn-1...b2,b1,b0)base b . show that x is divisible by (b-1)is divisible by the summation of bi, i=0 up to n. (i wish i could find out how to write it in the notation that you guys use on here)

also, i need to show that every bsae 7 palindrome interger w/ an even number of digits is divisible by 8.

what i know so far...

could i show both of these by induction? also, i know that a palindrome is a number that reads forwards and backwards is the same. i.e. 7117=7117 a palindrome. the first one i honestly do not know where to get started, but could induction as i suggest show it? can anyone offer advise?
 
Physics news on Phys.org
1+1=1 said:
suppose x=(bn,bn-1...b2,b1,b0)base b . show that x is divisible by (b-1)is divisible by the summation of bi, i=0 up to n.
You're not even trying to make sense here. It'd be nice if you used proper spelling and grammar, and didn't say stuff like "= to". Anyways, what do you mean by, "x is divisible by (b-1) is divisible by the summation..."? Do you mean x is divisible by (b-1), and (b-1) is divisible by the summation, or what? And what do you mean by "base b"?
(i wish i could find out how to write it in the notation that you guys use on here)
You can. Click on the following lines; each one gives you the code used to generate the text:

[tex]x = (b_n,\ b_{n-1},\ \dots,\ b_1,\ b_0)[/tex]

[tex]\sum _{i = 0} ^n b_i[/tex]

Also, search this forum for "LaTeX", and there's a thread all about how to use it. Also, you can check out this pdf file.
also, i need to show that every bsae 7 palindrome interger w/ an even number of digits is divisible by 8.

A base 7 palindrome with an even number of digits, 2N, can be written as:

[tex]a_1a_2\dots a_Na_N\dots a_2a_1 = \sum _{i=1} ^{N} a_i(7^{i-1} + 7^{2N-i})[/tex]

I don't know what good induction will do you (or the above, just typing what comes to mind). Have you tried to work on this problem? Have you looked for useful theorems in your book, does it say anything about palindromes?

Consider the palindromes:

xx, x00x, x0000x, x000000x, etc. For these to work, it must be that:

[tex]\forall x,n \in \mathbb{W},\ 0 \leq x < 8,\ x + x(7^{2n-1}) \equiv 0 (\mbox{mod }8)[/tex]

This you can prove easily by induction, so I suppose induction is worthwhile after all. Now, for any palindrome:

xyz...abccba...zyx = x000...000x + 0y000...000y0 + ... + 000...cc...000
= x000...000x + 10(y000...000y) + 100(z000...000z) + ... + 1000...00(cc).

Now, all those things, x000..000x, y000...000y,... cc are all congruent to 0 (mod 8) by the inductive proof given above. Add 100 numbers together that are congruent to 0 (mod 8), e.g. 100 * (z000...000z), and you get a number congruent to 0 (mod 8). Then add that to other numbers, like x000...000x and 1000...000(cc) which are also congruent to 0 (mod 8), and you still get a number congruent to 0 (mod 8), Q.E.D.
 
AKG said:
You're not even trying to make sense here.
i would make sense if i could write in latex, but i don't know how. i never said i wasthe smartest person, that is why i am asking for help. thank you very much for helping me on these problems. i know i ask a lot of questions but i don't have a lot to offer for the good of this site, meaning posting replies to questions asked by others. again, forgive me about the notation on the letters and all, i need to get latex and find out how to use it. I'm sorry I'm not advanced...
:redface:
 
[tex]\{sqrt4}(\in)[/tex]
 
Last edited:
1+1=1 said:
i would make sense if i could write in latex, but i don't know how. i never said i wasthe smartest person, that is why i am asking for help. thank you very much for helping me on these problems. i know i ask a lot of questions but i don't have a lot to offer for the good of this site, meaning posting replies to questions asked by others.
That's not a problem, but if you're going to ask questions, don't make it hard on the reader. LaTeX is one thing, but you should consider improving your basic English. Especially for people who could help you but know English as a second language, some of your posts might seem very confusing. Also, (a,b,c) isn't standard notation for gcd(a,b,c), so I'd advise that you refrain from using it, and actually write out gcd(a,b,c). Make it as easy as possible for others to help you. Also, I don't really know any theorems or have any formal education in number theory, but a little effort is all you need. You were on the right track in terms of using induction for that last question, you probably could have just taken some time and solved it, or solved more of it, yourself. Don't feel hesitant to ask questions, but at the same time, you won't learn anything without trying.
i need to get latex and find out how to use it.
There is no "getting" LaTeX. It's something you can use on these forums, just like the [ b ] [/ b ] tags, e.g. bold. For example, if you want 6 to the exponent 2, you can write:

[ tex ]6^2[/ tex ]. Of course, get rid of those spaces inside the [], so you have:

[tex]6^2[/tex]

You can click on the above to see what it should look like without the spaces. Also, I explicitly gave you 3 ways to learn about LaTeX, so I don't see what the problem is. Check out that pdf file I showed you, go around the site and click on things written in latex to see how they were written, and search for "LaTeX", there's a whole thread on various things you can do with LaTeX. Another thing I find pretty helpful, once you've got the hang of it a bit, is go to Mathworld.com, and search for something, and on the search result page, each search result gives you the first few lines or so of the article. If there is some LaTeX in those lines, you can see what code they used, and copy it.
 
i do have the pdf file now and am experimenting with the notation on latex. i thought it was an actual program on the computer that needed to be installed.

[tex]\bigcup[/tex] hehe just trying it!
 
1+1=1 said:
[tex]\{sqrt4}(\in)[/tex]
You're going to want to put brace brackets around the radicand, like so:

[tex]\sqrt{4}(\in)[/tex]

Click on the above and compare to what you wrote to see how to do it.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
Replies
6
Views
11K
  • · Replies 8 ·
Replies
8
Views
8K
  • · Replies 24 ·
Replies
24
Views
7K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K