You are not logged in.
If you cast out nines on the sum of the digits of both numbers together, the cast out digit will be 1.
If c and c' represent the two complementary numbers then casting out nines on these two will
always produce tens complements. For example COD(255)=3 and COD(745)=7;
COD(111)=3 and COD(889)=7; COD(100)=1 and COD(900)=9 (9 is equivalent to 0 when casting
out nines.); COD(257)=5 and COD(743)=5.
Why not define divisibility by: b divides a means a/b is an integer. Then for example (3/5)/(3/10)=2
and (.8)/(.2)=4 and (-.9)/(.3)=-3. So we could also say b divides a if and only if there exists an
integer k such that a=kb; that is, a is an integral multiple of b.
(a²+b², a²-b², 2ab) with positive integers a and b with a>b are all Pythagorean triples.
If (x,y,z) is a Pythagorean triple then so is (kx,ky,kz) for integers k>1. And if I recall
correctly all Pythagorean triples can be obtained from these formulas.
Most folks have trouble coming up with more than 2 or 3 Pythagorean triples. I have
taught students to come up with many more by simply:
1) Think of a positive integer >1.
2) Double it. That's the 1st of the triple.
3) Square the number obtained in step 1)
4) Add one to that square. That's the 2nd of the triple.
5) Subtract one from that square. That's the 3rd of the triple.
Of course that's just the triple above with b set equal to 1 and a>1.
OK! I see now. 1-100 = -99 and it's even divisible by 3.
I don't know him either.
Hi!
I believe you all are right. The x, y an z do not have to be even, only the product xyz. So only
one of the three x, y, z has to be even; that is, one or more of x, y, z are even. But I think his
proof essentially holds if his evenness assumption is ignored.
Starting with the 16(x+y+z)=xyz and reasoning in a similar fashion as before for the
4<nk≤12 we can arrive at 16<yz≤48 (assuming z≤y≤x without loss of generality).
Then for y=6 and z=4, 16<yz≤48 and substituting these into 16(x+y+z)=xyz we obtain x=20.
Putting these values for x, y and z into the system of equations involving a, b, and c
we obtain a=5, b=12 and c=13 which is one of the triangles that works.
I'll leave it to you to check out the other possibilities for yz to see if the other 4 triangles are
obtained.
Edit: P. S. Actually all three of x, y and z must be odd or all three must be even to make a, b
and c come out to be integers when solving for a, b and c.
If Dan had just left out the sentence: "We see from above that x,y,z must all be even integers."
then he could have still made the substitutions x=2m, y=2n and z=2k but readers might wonder
why he did so. It appears that all that does is change the limits from '16 to 48' to '4 to 12' which
makes for different pairs to try for solving for x and m, respectively.
Hi! This is Dan's proof of 4 years ago from your link.
Let a,b,c denote the sides of triangle ∆ABC and P and A its perimeter and area respectively.
Note that Herons formula states that the area of ∆ABC is: A = √[s(s-a)(s-b)(s-c)]
Where s denotes the semi-perimeter, s = (a+b+c)/2.
To find all such triangles such that P=A we must have
√(a+b+c)(b+c-a)(a+c-b)(a+b-c) = 4(a+b+c).
Put x=b+c-a, y=a+c-b and z=a+b-c, where x,y,z are positive integers (true by the triangle
inequality). We see that Heron reduces to the Diophantine equation 16(x+y+z)=xyz.
We see from above that x,y,z must all be even integers. So, we may put x=2m, y=2n, z=2k to get,
mnk=4(m+n+k)
⇒ mnk-4m = 4(n+k)
⇒ m = 4(n+k)/(nk-4)
Without loss of generality assume m≥n≥k, then we have 2m≥2n≥n+k ⇒ nk≤12.
Since 4<nk≤12 we may test integral values of n and k to find all such triangles.
Finally, we see that there is only 5 such triangles:
(a,b,c) = (5,12,13), (6,8,10), (6,25,29), (7,15,20), (9,10,17)
..................................................................................................................................
I followed pretty easily to the three little lines starting with mnk=4(m+n+k) but had a little
difficulty figuring out why 4<nk≤12. So I went back to the line mnk=4(m+n+k) and got it
from there. First rewrite mnk=4(m+n+k) as nk = 4(m+n+k)/m.
Since m≥n≥k then 3m = (m+m+m) ≥ (m+n+k). Therefore
4(3m) 4(m+m+m) 4(m+n+k)
12 = 3*4 = _____ = __________ ≥ ________ = nk because m≥n≥k.
m m m
implies (m+m+m) ≥ (m+n+k).
Also rewriting mnk=4(m+n+k) as 4 = nk*[m/(m+n+k)] we see that nk is being multiplied
by the quantity [m/(m+n+k)] which is less than one. Hence nk>4.
So now we have the 4<nk≤12.
Testing all n≥k being bigger than four but less than or equal to 12 gives us the combinations
(n,k) ∈ {(12,1),(6,2),(4,3),(3,2),(4,2),(5,2),(3,3),(6,1),(8,1),(5,1),(7,1), (9,1),(10,1),(11,1)}
to test (14 of them).
Testing means substitute the n and k into mnk=4(m+n+k) and solve for m. If the result is a
positive integer then double the m, n, and k to get the x, y, and z. Then put these values
into the equations x=-a+b+c
y= a-b+c
z= a+b-c and solve this system for a, b and c (the sides of the triangles).
Example: n=4 and k=3 gives m*4*3=4(m+4+3); that is, 12m=4m+28 so m=28/8 = 7/2
so this case doesn't give an integral value of m. Case fails.
Example: n=6 and k=1 gives m*6*1=4(m+6+1); that is, 6m=4m+28 so m=14
This case gives an integral value for m so x=2m=28, y=2n=12 and z=2k=2.
Substituting these in to the three equations involving a, b, and c we obtain
28 = -a + b + c
12 = a - b + c
2 = a + b - c
Solving this system by addition/subtraction we obtain a=7, b=15, c=20 which is one of the
triangles that works. (Adding each pair of equations eliminates two variables leaving the
third which is easy to solve.)
A nice solution to the problem, but Dan leaves out a few steps that one must scratch the
head about to fill in the gaps.
gotta
Hi Agnishom!
There are other triangles other than right triangles that work. I was just pointing out that there are
only two that are right triangles. The proof of that is probably much easier than the proof for triangles
in general. It will be interesting to see the general proof.
P.S. I tried your link and found the proof. Thanks!
Hi Agnishom!
Boy! Did I misread the problem or what? Sure was easy for the square, but a horse of a different
color for the triangles. I think you will find that the only two Pythagorean triples that will work are
the first two that bobbym listed. The basic Pythagorean triples are of the form
(u²+v², u²-v², 2uv) with 0<v<u.
(6,8,10) is a scalar multiple of (3,4,5); that is, (2*3,2*4,2*5) where u=2 and v=1.
(5,12,13) is a basic Pythagorean triple where u=3 and v=2.
I would have responded sooner, but my internet connection has been out.
Have a great day!
Is AwsomeScience taken?
Answer:
Hi!
Is ScienceIsFunForum taken?
Hi phrontister!
I had never noticed those symbols! Thanks for pointing them out.
Zeckendorf representations --- VERY INTERESTING! Thanks for pointing them out.
Actually I was just thinking of a base as a single integer >1. I've never seen a SET being a base.
Wiki points out that this property is characteristic of the Fibonacci numbers so no other set of
numbers has this property ascribed to the Fibonacci numbers.
My question is a bit tricky. Any positive integral base greater than 1 could satisfy the conditions I
mentioned. The coefficients could be negative integers (introduced by a many named Colson in
- --
1729) for example 481 = 1x1000 - 5x100 - 1x10 -9x1 = 1519 where the bars above the digits
mean subtract instead of adding. So 481 is written without any coefficients >1.
But if we require that the absolute value of the integral coefficients not be greater than 1 then
base 2 and one other base will satisfy this.
I had this message written earlier and I previewed it but forgot to submit it, so I lost it.
Live and learn!
Here's a thought:
In general the difference of two squares can be written as
2 2 2 2 2 2
(x+i) - x = x + 2xi + i - x = 2xi+i = i(2x+i).
Setting this equal to 7, the only solution for i and x both greater than zero is x=3 and i=1.
2 2 2 2
So this (x+i) - x = 4 - 3 = 16-9 = 7.
So the (2k)^2 = 16 making k=2 or -2.
And the (2n+19)^2 must equal 9 so 2n+19=3 or -3
Hence 2n+19 = 3 or 2n+19=-3
2n = -16 or 2n = -22
n = -8 or n = -11
Hi phrontister!
That's using your noodle and your computer! Turns out to be a great combination for lots of problem
solving. I bet Gauss, Newton, Euler, etc. would have given a lot to have the computational power
that we have today. They might not have left us any math to discover!
One of the characteristics of primes larger than two is that there is only one way to write them as
a difference of squares. Composites always have at least two ways to do it. Each factorization of
a number greater than two corresponds to a difference of squares factorization. For example
15=1x15=8^2-7^2 and 15=3x5=4^2-1^2. 21=1x21=11^2-10^2 and 21=3x7=5^2-2^2.
So a number like 27 which has 2 factorizations has 2 ways to write it as a difference of squares.
Primes and perfect squares are neat, multifaceted numbers.
Have a blessed evening!
Edit: Oops! Limit the above discussion to odd non-square composite numbers. Even numbers and
odd perfect squares may have fewer difference of square factorizations, especially if we do
not allow zero as one of the numbers. Example 4=4x1=(5/2 + 3/2)(5/2 - 3/2) but these are
not integral. Also 4=2x2=(2+0)(2-0) won't do if we disallow zero.
For 81=9x9 we have no difference of square factorization if we disallow zero.
But 81=1x81=(41+40)(41-40) and 81=3x27=(15+12)(15-12).
for 9=1x9=(5+4)(5-4) but 9=3x3=(3+0)(3-0) won't work if zero is disallowed.
So the square of a prime has only one difference of squares factorization IF we
disallow zero.
Yep! Privy to a bit of number theory, eh? Would make Fermat smile in his grave.
How about a base (other than two) for which one can write any positive number in terms of using no coefficients greater than one?
2 --- the only number for which any positive integer can be written as a sum of non-negative powers of that number alone using each power of the number no more than once.
Three digit numbers with two 3's and one 1 or with two 1's and one 3. Only one of them is NOT a
prime.
My first programming language was FORTRAN, but I like BASIC better. I like MAPLE's programming
language for number theory type problems. But I wish it had better string manipulations.
13 --- a baker's dozen.
You're sure welcome. Take a "spoke" away forming a Y and you have octal. Add a spoke for base 32 etc. They you can pop some wheelies! It's interesting that the Arabic system we have is very
UNmanipulative. At least the primitive Tally system was somewhat manipulative ||| + |||| = |||||||.
(1/2)(Good Day)
How about the largest number less than 100 that can only be written one way as a difference of
squares?
11 --- one of the few primes larger than 10 that it is easy to multiply by. To multiply a number, say
3142 by 11 just put a zero in front and behind it, like so 031420 and then add consecutive pairs of
digits (typically from right to left since in some cases there may be carries) and record these sums:
0+3, 3+1, 1+4, 4+2, 2+0 ; that is, 34562. If a sum exceeds 9 then carry 1 to the next sum for example 23572 ---> 0235720 ---> 2 5 8 12 9 2 = 2 5 9 2 9 2; that is, 259292 carrying the 1
from the 12 into the 8 in the next column to the left. With a little practice this can be done quickly
in one's head.
science_whistleblowers; science_for_the_love_of_it; science_for_real; yea!_science
befriend_science; reality_science; totally_scientific; total_science; scope_science;
scope_science-out; science_abuzz; science_fans; science_a_holics; science4all;
science_free4all; good_science; Yikes!Science; science4science_sake; science4goodness_sakes
4science_sake; alpha_science_omega; 123science; get_science; 4get_not_science;
science_whoppers; science-ina_nutshell; science&such; great_science; sigh4science;
say_psy_sigh_science; science_affinity; science_not_so_so-so; bare_science; all_science;
happy_science; science2u; science4um; simply_science; simple_science; sample_science;
science&u; science&us; 4science_sake; grasp_science; sigh_burr_science; site_science;
science_site; #1science_site; cite_science_site;
Yipes! I must have science_on_the_brain