oh darn I tried to get CSS
by batteredbutnotdefeated, Jan 20, 2011, 12:32 AM
I tried to get some CSS from someone who had gotten CSS from dojo. Unfortunately, the background is not exactly to my liking. Darjn. This is unfortunate.
Hello.
by batteredbutnotdefeated, Jan 19, 2011, 12:00 AM
huh
by batteredbutnotdefeated, Apr 10, 2010, 11:51 PM
9.
Prove that there does not exist an integer which is doubled when its initial digit is transferred to the end.
solution
Prove that there does not exist an integer which is doubled when its initial digit is transferred to the end.
solution
Since there's very little info given, we'll argue by contradiction. So let us assume that there is some integer
such that:
= 
However, if this were to be true, then:



However this implies that
, which is a twisted 'circular' contradiction.



However, if this were to be true, then:



However this implies that

Teh Double Facepalm
by batteredbutnotdefeated, Apr 8, 2010, 10:55 PM
I double face-palmed at the trivialness of this problem:
8.
Given distinct integers
such that
has an integral root
, show that 
solution
DOUBLE FACEPALM http://www.offresonance.com/wp-content/uploads/2009/04/double-facepalm.jpg
8.
Given distinct integers




solution
Basically we can reword the problem as such:
"Find distinct integers
such that
are all distinct factors of
."
It's easy to see that to find 4 different factors of 4, 2 of them must be negative. Therefore, the only integer set that works is 1,2,-1,-2 (disregarding order).
Now:
r = a + 1
r = b + 2
r = c - 1
r = d - 2
Thus, by adding the equations we get
, and we are done.
"Find distinct integers



It's easy to see that to find 4 different factors of 4, 2 of them must be negative. Therefore, the only integer set that works is 1,2,-1,-2 (disregarding order).
Now:
r = a + 1
r = b + 2
r = c - 1
r = d - 2
Thus, by adding the equations we get

DOUBLE FACEPALM http://www.offresonance.com/wp-content/uploads/2009/04/double-facepalm.jpg
A helpful theorem
by batteredbutnotdefeated, Apr 7, 2010, 11:25 PM
7.
Let
be positive integers which are pairwise relatively prime. Show that there exist
consecutive integers
such that
divides
for
.
solution
Let






solution
First, let
.Then it's easy to see that the presence of two sets of integers, one set being relatively prime (the
), signal the use of the Chinese remainder theorem. As a direct result of the Chinese remainder theorem we see that there is some constant integer
such that:

Now since
is a constant and the
are all consecutive, the
are a set of r+1 consecutive integers each of which that satisfy the necessary conditions.




Now since



Lesson: Problem Solving Principle
by batteredbutnotdefeated, Apr 6, 2010, 11:03 PM
6.
Show that the algebraic sum of any number of irreducible fractions whose denominators are all relatively prime to each other cannot be an integer.
In this proof, I will demonstrate the use of the problem solving principle "solve a smaller version of the problem":
solution
Show that the algebraic sum of any number of irreducible fractions whose denominators are all relatively prime to each other cannot be an integer.
In this proof, I will demonstrate the use of the problem solving principle "solve a smaller version of the problem":
solution
Since the problem at hand seems somewhat hard to cope with, we will approach a similar but smaller problem. Let's take the case for
:

For the previous equation to be an integer, there must be some number
such that:

However, for this to be true,
must equal some multiple of
and
must equal some multiple of
, which is clearly a contradiction. It's easy to see that this argument can be generalized for
.


For the previous equation to be an integer, there must be some number


However, for this to be true,





recursions
by batteredbutnotdefeated, Apr 5, 2010, 3:44 PM
5.
Let
denote the number of regions formed when
lines are drawn in the Euclidean plane in such a way that no three are concurrent and no two are parallel. Show that
.
solution
too many induction problems.
Let



solution
We will proceed through strong induction. It's easy to see that when
the recursion is fulfilled, so this will be our base case. Now for our inductive hypothesis, we assume that the recursion is satisfied by
(and everything before
), and proceed in proving it for
. So basically, we want to show that this equation:
is true. To do this, we will split the recursion:
(the bracketed part is from repeatedly using the recursive formula)
Now it is sufficient to prove that
-
, which, after some algebraic manipulation, we see is true.
.





![$ P_{n+2} = [\frac{(n+2)^2+(n+2)}{2}+1]$](http://latex.artofproblemsolving.com/5/1/3/5137397092d2f7e1bb96d1ce01a546296a8c4b99.png)
Now it is sufficient to prove that



too many induction problems.
Strong Induction
by batteredbutnotdefeated, Apr 4, 2010, 3:45 PM
4.
Prove that every positive integer greater than 1 can be expressed as the product of primes and 1.
solution
Prove that every positive integer greater than 1 can be expressed as the product of primes and 1.
solution
We will proceed by strong induction. We first take 2 as our base case. We see that 2 meets the requirements, as it is
. Now for our inductive hypothesis. Assume every integer in the interval [4, k] meets these requirements. Now we prove this for
. We will split our proof into two cases, when
is even and when
is odd. For the case where
is odd,
can be factored into two numbers,
and some positive integer
which is less than
. Since
is less than
it can be expressed as a product of primes by our inductive hypothesis. Now we tackle the case where
is even. If
is prime, then it can be expressed as
. If
is not prime, it can be expressed as a product of 2 of its factors, say
and
. Since both these factors are less than
, they can be expressed as a product of primes, and our proof is complete.


















A lesson on induction [problem 3 in disguise]
by batteredbutnotdefeated, Apr 3, 2010, 10:11 PM
Anyways, although I fail at math I'm going to give a brief description of induction and its application in mathematical proofs. Hopefully you'll find this useful.
Basically, the principle of induction is simple:
Let
be an integer and
be a statement about
for each
greater than or equal to
.
If:
(1) P(a) is true
(2) And for each integer
[greater than or equal to
],
implies
true, then
is true for all integers
[which are greater than or equal to
].
This is somewhat of a difficult way to put it, so here's induction in its bare bones:
(1) Say some proposition P(a) is true for some arbitrary integer a [for example, let a be 2 and let P be
(2) Then assume P(k) is true, and attempt to manipulate P(k) to show that P(k+1) is true
here's an example:
Prove that the equation
has a solution in positive integers (x, y, z) for natural number values of
.
ind. solution
Basically, the principle of induction is simple:
Let





If:
(1) P(a) is true
(2) And for each integer







This is somewhat of a difficult way to put it, so here's induction in its bare bones:
(1) Say some proposition P(a) is true for some arbitrary integer a [for example, let a be 2 and let P be

(2) Then assume P(k) is true, and attempt to manipulate P(k) to show that P(k+1) is true
here's an example:
Prove that the equation


ind. solution
We will proceed through induction. First, split the possible equations and solutions into cases by the parity of
. We will first tackle the case where
is even. As our base case, let
. It's easy to see that any pythagorean triple would be a solution to the resulting equation. Now for our inductive hypothesis, assume that the equation
has a solution in positive integers. Now multiply both sides of the equation by
to get:
. Now we tackle the cases where
is odd. As our base case, take
. We see that the resulting equation has, again, infinite solutions so we can go on and make our inductive hypothesis. Assume that the equation
has a solution in positive integers. Again, multiplying by
we get
.
.












Archives
Shouts
Submit
23 shouts
Tags
About Owner
- Posts: 637
- Joined: Mar 21, 2009
Blog Stats
- Blog created: Apr 1, 2010
- Total entries: 12
- Total visits: 5214
- Total comments: 10
Search Blog