Sunday, September 6, 2009

7 free Windows 7 tweaking utilities

7 free Windows 7 tweaking utilities

If you're running the Windows 7 RC, chances are good that you're the kind of user that likes to monkey around with settings and tweak your OS. While you can go the DIY route and hack your registry and run your mouse ragged clicking through various control panel screens, there are a number of good, free apps available designed to simplify tweaking.

Pro tip: if you run one of these apps, use their built-in checkpoint creator before committing changes or create a system restore point yourself - just in case something goes awry.

Here are five - go ahead and add your picks in the comments if you don't see your favorite listed!

EnhanceMySe7en (pictured above) - One strike against EM7 is that you must install it. On the plus side, it's 32 and 64-bit (native). On the minus side, it uses 65Mb memory when running. On the plus side, it comes with a free frogurt!

Joking aside, EM7 is absolutely packed with options. Apart from tweaks covering every nook and cranny in Windows 7, the program also includes CCleaner-like registry and disk cleaning tools, a shortcut creator, fast access to many built-in Windows utilities, and much, much more. It's a beast.

Little Tweaker - Lightweight, portable, and focused on common adjustments, Little Tweaker is a good option for those of you who want an uncomplicated way to manipulate the context menu, disk space warnings, and the like. it failed to run on x64, telling me that I needed to have Windows 7 Ultimate installed (which I do).

Ultimate Windows Tweaker - It's impressive what the crew at WinVistaClub is able to cram into less than 200Kb. Ultimate was built for Vista, but it works just fine with Windows 7 as well. Loads of options cover everything from accounts and UAC to the taskbar and start menu and beyond. UWT is totally portable.

XDN Tweaker - This one falls somewhere in between Little Tweaker and Ultimate. It's a good choice for the average user - not quite the overwhelming number of choices of EM7 or Ultimate, but more than just basic interface tweaks. XDn is available as both a portable and installable app.

Windows 7 Manager - As the name implies, this one boasts non-tweaking features as well. System cleanup, privacy tools, process monitoring, an uninstaller, a duplicate file finder, and a handy repair center are all included. On the tweaking side, everything from UI customization to network and IE settings is easy to monkey with. This one's available in 32 and 64-bit flavors as an installer only.

TweakNow Power Pack 2009 - Like EM7, TweakNow is much more than a tweaking tool. It also sports registry cleaning and tuning tools, a disk usage analyzer, history cleaner, startup manager, and more. The interface is well-organized, and if you can't find a setting you want to tweak with PowerPack it might not exist.

TweakNow is install-only, but it's worth doing for the additional built-in utilities (if you need them, of course). One big gripe: once I heard my fan spin up to tornado speed, I called up task manager. 48% CPU use. Ouch!

Thursday, September 3, 2009

Calculation Tips & Tricks

Calculation Tips & Tricks
Divisibility Rules
Why do these 'rules' work? - Dr. Rob
Divisibilidad por 13 y por números primos (13,17,19...)
- en español, de la lista SNARK
From the Archives of the Math Forum's Internet project Ask Dr. Math - our thanks to Ethan 'Dr. Math' Magness, Steven 'Dr. Math' Sinnott, and, for the explanation of why these rules work, Robert L. Ward (Dr. Rob).
Dividing by 3
Add up the digits: if the sum is divisible by three, then the number is as well. Examples:
1. 111111: the digits add to 6 so the whole number is divisible by three.
2. 87687687. The digits add up to 57, and 5 plus seven is 12, so the original number is divisible by three.
Why does the 'divisibility by 3' rule work?
From: Dr. Math
To: Kevin Gallagher
Subject: Re: Divisibility of a number by 3
As Kevin Gallagher wrote to Dr. Math
On 5/11/96 at 21:35:40 (Eastern Time),
>I'm looking for a SIMPLE way to explain to several very bright 2nd
>graders why the divisibility by 3 rule works, i.e. add up all the
>digits; if the sum is evenly divisible by 3, then the number is as well.
>Thanks!
>Kevin Gallagher
The only way that I can think of to explain this would be as follows: Look


at a 2 digit number: 10a+b=9a+(a+b). We know that 9a is divisible by 3, so 10a+b will be divisible by 3 if and only if a+b is. Similarly, 100a+10b+c=99a+9b+(a+b+c), and 99a+9b is divisible by 3, so the total will be iff a+b+c is.
This explanation also works to prove the divisibility by 9 test. It clearly originates from modular arithmetic ideas, and I'm not sure if it's simple enough, but it's the only explanation I can think of.
Doctor Darren, The Math Forum
Check out our web site - http://mathforum.org/dr.math/
Dividing by 4
Look at the last two digits. If the number formed by its last two digits is divisible by 4, the original number is as well.
Examples:
3. 100 is divisible by 4.
4. 1732782989264864826421834612 is divisible by four also, because 12 is divisible by four.
Dividing by 5
If the last digit is a five or a zero, then the number is divisible by 5.
Dividing by 6
Check 3 and 2. If the number is divisible by both 3 and 2, it is divisible by 6 as well.
Robert Rusher writes in:
Another easy way to tell if a [multi-digit] number is divisible by six . . .
is to look at its [ones digit]: if it is even, and the sum of the [digits] is
a multiple of 3, then the number is divisible by 6.
Dividing by 7
To find out if a number is divisible by seven, take the last digit, double it, and subtract it from the rest of the number.
Example: If you had 203, you would double the last digit to get six, and subtract that from 20 to get 14. If you get an answer divisible by 7 (including zero) , then the original number is divisible by seven. If you don't know the new number's divisibility, you can apply the rule again.
Matthew Correnti describes this method:
If you do not know if a two-digit number, call it ab, is
divisible
by 7, calculate 2a + 3b. This will yield a smaller number, and if
you do the process enough times you will eventually -- if the
number ab is divisible by 7 -- end up with 7.

You can use a similar method if you have a three-digit number abc:
take the digit a and multiply it by 2, then add it to the number bc,
giving you 2a + bc; repeat and reduce until you recognize the
result's divisibility by seven. With a four-digit number abcd, take
the digit a and multiply by 6, then add 6a to bcd giving. This
usually gives you a three-digit number; call it xyz. Take that x
and, as described previously, multiply x by two and add to yz
(i.e., 2x + yz). Again, repeat and reduce until you recognize the
result's divisibility by seven.
Ahmed Al Harthy writes in:
To know if a number is a multiple of seven or not, we can use also
3 coefficients (1 , 2 , 3). We multiply the first number starting
from the ones place by 1, then the second from the right by 3,
the third by 2, the fourth by -1, the fifth by -3, the sixth by -2,
and the seventh by 1, and so forth.

Example: 348967129356876.

6 + 21 + 16 - 6 - 15 - 6 + 9 + 6 + 2 - 7 - 18 - 18 + 8 + 12 + 6 = 16
means the number is not multiple of seven.

If the number was 348967129356874, then the number is a multiple of seven
because instead of 16, we would find 14 as a result, which is a multiple of 7.

So the pattern is as follows: for a number onmlkjihgfedcba, calculate

a + 3b + 2c - d - 3e - 2f + g + 3h + 2i - j - 3k - 2l + m + 3n + 2o.

Example: 348967129356874.

Below each digit let me write its respective figure.

3 4 8 9 6 7 1 2 9 3 5 6 8 7 6
2 3 1 -2 -3 -1 2 3 1 -2 -3 -1 2 3 1

(3×2) + (4×3) + (8×1) + (9×-2) + (6×-3) + (7×-1) +
(1×2) + (2×3) + (9×1) + (3×-2) + (5×-3) + (6×-1) +
(8×2) + (7×3) + (6×1) = 16 -- not a multiple of seven.
Another visitor observes:
Here is one formula for seven...

3X + L

L = last digit
X = everything in front of last digit.

All numbers that are divisible by seven have this in common.
There are no exceptions.

For example, 42: 3(4) + 2 = 14.
Seven divides into 14, so it divides into 42.

Next example, 105: 3(10) + 5 = 35.
Seven divides into 35, so it divides into 105.

Here is another formula for seven:

4X - L

When using this formula, if you get zero, seven or a multiple of seven,
the number will be divisible by seven.

For example, 56: 4(5) - 6 = 14.
Seven divides into 14, so it divides into 56.

Next example, 168: 16(4) - 8 = 56.
Seven divides into 56, so it divides into 168.

Similarly:
The formula for 2 is 2X + L
The formula for 3 is 4X + L
The formula for 4 is 6X + L
The formula for 5 is 5X + L
The formula for 6 is 2X + L and 4X + L -- in other words, the formulas for 2 and 3
must work before the number is divisible by 6.
The formula for 9 is X + L
The formula for 11 is X - L
The formula for 12 is 2X - L
The formula for 13 is 3X - L
The formula for 14 is 4X - L and 2X + L -- in other words, the formulas for 7 and 2
must work before the number is divisible by 14.
The formula for 17 is 7X - L
The formula for 21 is X - 2L
The formula for 23 is 3X - 2L
The formula for 31 is X - 3L
Sara Heikali explains this way to test a number with three or more digits for divisibility by seven:
1. Write down just the digits in the tens and ones places.
2. Take the other numbers to the left of those last two digits,
and multiply them by two.
3. Add the answer from step two to the number from step one.
4. If the sum from step three is divisible by seven, then the
original number is divisible by seven, as well. If the sum is
not divisible by seven, then the original number is not
divisible by seven.

For example, if the number we are testing is 112, then
1. Write down just the digits in the tens and ones places: 12.
2. Take the other numbers to the left of those last two digits,
and multiply them by two: 1 × 2 = 2.
3. Add the answer from step two to the number from step one:
12 + 2 = 14.
4. Fourteen is divisible be seven. Therefore, our original
number, one hundred twelve, is also divisible by seven.
See also Explaining the Divisibility Rule for 7 in the Dr. Math archives.
Dividing by 8
Check the last three digits. Since 1000 is divisible by 8, if the last three digits of a number are divisible by 8, then so is the whole number.
Example: 33333888 is divisible by 8; 33333886 isn't.
How can you tell whether the last three digits are divisible by 8? Phillip McReynolds answers:
If the first digit is even, the number is divisible by 8 if the last two digits are. If the first digit is odd, subtract 4 from the last two digits; the number will be divisible by 8 if the resulting last two digits are. So, to continue the last example, 33333888 is divisible by 8 because the digit in the hundreds place is an even number, and the last two digits are 88, which is divisible by 8. 33333886 is not divisible by 8 because the digit in the hundreds place is an even number, but the last two digits are 86, which is not divisible by 8.
Sara Heikali explains this test of divisibility by eight for numbers with
three or more digits:
1. Write down the units digit of the original number.
2. Take the other numbers to the left of the last digit,
and multiply them by two.
3. Add the answer from step two to the number from step one.
4. If the sum from step three is divisible by eight, then the
original number is divisible by eight, as well. If the sum is
not divisible by eight, then the original number is not
divisible by eight.

For example, if the number we are testing is 104, then
1. Write down just the digits in ones place: 4.
2. Take the other numbers to the left of that last digit,
and multiply them by two: 10 × 2 = 20.
3. Add the answer from step two to the number from step one:
4 + 20 = 24.
4. Twenty-four is divisible be eight. Therefore, our original
number, one hundred and four, is also divisible by eight.
Dividing by 9
Add the digits. If that sum is divisible by nine, then the original number is as well.
Dividing by 10
If the number ends in 0, it is divisible by 10.
Dividing by 11
Let's look at 352, which is divisible by 11; the answer is 32. 3+2 is 5; another way to say this is that 35 -2 is 33.
Now look at 3531, which is also divisible by 11. It is not a coincidence that 353-1 is 352 and 11 × 321 is 3531.
Here is a generalization of this system. Let's look at the number 94186565.
First we want to find whether it is divisible by 11, but on the way we are going to save the numbers that we use: in every step we will subtract the last digit from the other digits, then save the subtracted amount in order. Start with
9418656 - 5 = 9418651 SAVE 5
Then 941865 - 1 = 941864 SAVE 1
Then 94186 - 4 = 94182 SAVE 4
Then 9418 - 2 = 9416 SAVE 2
Then 941 - 6 = 935 SAVE 6
Then 93 - 5 = 88 SAVE 5
Then 8 - 8 = 0 SAVE 8
Now write the numbers we saved in reverse order, and we have 8562415, which multiplied by 11 is 94186565.
________________________________________
Here's an even easier method, contributed by Chis Foren:
Take any number, such as 365167484.
Add the first, third, fifth, seventh,.., digits.....3 + 5 + 6 + 4 + 4 = 22
Add the second, fourth, sixth, eighth,.., digits.....6 + 1 + 7 + 8 = 22
If the difference, including 0, is divisible by 11, then so is the number.
22 - 22 = 0 so 365167484 is evenly divisible by 11.
See also Divisibility by 11 in the Dr. Math archives.
Dividing by 12
Check for divisibility by 3 and 4.
Dividing by 13
Here's a straightforward method supplied by Scott Fellows:
Delete the last digit from the given number. Then subtract nine times the deleted digit from the remaining number. If what is left is divisible by 13, then so is the original number.
________________________________________
Rafael Ando contributes:
Instead of deleting the last digit and subtracting it ninefold from the remaining number (which works), you could also add the deleted digit fourfold. Both methods work because 91 and 39 are each multiples of 13.
For any prime p (except 2 and 5), a rule of divisibility could be "created" using this method:
2. Find m, such that m is the (preferably) smallest multiple of p that ends in either 1 or 9.
3. Delete the last digit and add (if multiple ends in 9) or subtract (if it ends in 1) the deleted digit times the integer nearest to m/10. For example, if m = 91, the integer closest to 91/10 = 9.1 is 9; and for 3.9, it's 4.
4. Verify if the result is a multiple of p. Use this process until it's obvious.
Example 1: Let's see if 14281581 is a multiple of 17.
In this case, m = 51 (which is 17×3), so we'll be deleting the last number and subtracting it fivefold.
1428158 - 5×1 = 1428153
142815 - 5×3 = 142800
14280 - 5×0 = 14280
1428 - 5×0 = 1428
142 - 5×8 = 102
10 - 5×2 = 0, which is a multiple of 17, so 14281581 is multiple of 17.
Example 2: Let's see if 7183186 is a multiple of 46.
First, note that 46 is not a prime number, and its factorization is 2×23. So, 7183186 needs to be divisible by both 2 and 23. Since it's an even number, it's obviously divisible by 2.
So let's verify that it is a multiple of 23:
m = 3×23 = 69, which means we'll be adding the deleted digit sevenfold.
718318 + 7×6 = 718360
71836 + 7×0 = 71836
7183 + 7×6 = 7225
722 + 7×5 = 757
75 + 7×7 = 124
12 + 7×4 = 40
4 + 7×0 = 4 (not divisible by 23), so 7183186 is not divisible by 46.
Note that you could've stopped calculating whenever you find the result to be obvious (i.e., you don't need to do it until the end). For example, in example 1 if you recognize 102 as divisible by 17, you don't need to continue (likewise, if you recognized 40 as not divisible by 23).
The idea behind this method it that you're either subtracting m×(last digit) and then dividing by 10, or adding m×(last digit) and then dividing by 10.
________________________________________
Jeremy Lane adds:
It may be noted that while applying these rules, it is possible to loop among numbers as results.
Example: Is 1313 divisible by 13?
Using the procedure given we take 13×3 and obtain 39. This multiple ends in 9 so we add four-fold the last digit.
131 + 4×3 = 143
14 + 4×3 = 26
2 + 4×6 = 26
...
Example: Is 1326 divisible by 13?
Using the procedure given we take 13×7 = 91. This is not the smallest multiple, but it does show looping. The smaller multiple does loop at 39 as well. There are some examples where we would still need to recognize certain multiples. So we subtract nine-fold the last digit.
132 - 9×6 = 78
7 - 9×8 = -65 (factor out -1)
6 - 9×5 = -39 (again factor out -1)
3 - 9×9 = -78 (factor out -1)
This only occurs though if the number does happen to be divisible by the prime divisor. Otherwise, eventually you will have a number that is less than the prime divisor.
________________________________________
And here's a more complex method that can be extended to other formulas:
1 = 1 (mod 13)
10 = -3 (mod 13) (i.e., 10 - -3 is divisible by 13)
100 = -4 (mod 13) (i.e., 100 - -4 is divisible by 13)
1000 = -1 (mod 13) (i.e., 1000 - -1 is divisible by 13)
10000 = 3 (mod 13)
100000 = 4 (mod 13)
1000000 = 1 (mod 13)
Call the ones digit a, the tens digit b, the hundreds digit c, ..... and you get:
a - 3×b - 4×c - d + 3×e + 4×f + g - .....
If this number is divisible by 13, then so is the original number.
You can keep using this technique to get other formulas for divisibility for prime numbers. For composite numbers just check for divisibility by divisors.
Dividing by 14
Sara Heikali builds on her divisibility test for seven:
How can you know if a number with three or more digits
is divisible by the number fourteen?

Check if the last digit of the original number is odd or
even. If the number is odd, then the number is not
divisible by fourteen. If the number is even, then apply
the divisibility rule for seven.

(Keep in mind, the odd and even test is to see if the number
is divisible by two.) If the original even number is
divisible by seven, then it is also divisible by fourteen.
If the original even number is not divisible by seven, it
is not divisible by fourteen.





Multiplication Tips
Multiplying by five
• Jenny Logwood writes: Here is an easy way to find an answer to a 5 times question.
If you are multiplying 5 times an even number: halve the number you are multiplying by and place a zero after the number. Example: 5 × 6, half of 6 is 3, add a zero for an answer of 30. Another example: 5 × 8, half of 8 is 4, add a zero for an answer of 40.
If you are multiplying 5 times an odd number: subtract one from the number you are multiplying, then halve that number and place a 5 after the resulting number. Example: 5 × 7: -1 from 7 is 6, half of 6 is 3, place a 5 at the end of the resulting number to produce the number 35. Another example: 5 × 3: -1 from 3 is 2, half of 2 is 1, place a 5 at the end of this number to produce 15.
• Doug Elliott adds: To square a number that ends in 5, multiply the tens digit by (itself+1), then append 25. For example: to calculate 25 × 25, first do 2 × 3 = 6, then append 25 to this result; the answer is 625. Other examples: 55 x 55; 5 × 6 = 30, answer is 3025. You can also square three digit numbers this way, by starting with the the first two digits: 995 x 995; 99 × 100 = 9900, answer is 990025.
Multiplying by nine
• Diana Grinwis says: To multiply by nine on your fingers, hold up ten fingers - if the problem is 9 × 8 you just put down your 8 finger and there's your answer: 72. (If the problem is 9 × 7 just put down your 7 finger: 63.)
• Laurie Stryker explains it this way: When you are multiplying by 9, on your fingers (starting with your thumb) count the number you are multiplying by and hold down that finger. The number of fingers before the finger held down is the first digit of the answer and the number of finger after the finger held down is the second digit of the answer.
Example: 2 × 9. your index finder is held down, your thumb is before, representing 1, and there are eight fingers after your index finger, representing 18.
• Polly Norris suggests: When you multiply a number times 9, count back one from that number to get the beginning of your product. (5 × 9: one less than 5 is 4).
To get the rest of your answer, just think of the add fact families for 9:
1 + 8 = 9 2 + 7 = 9 3 + 6 = 9 4 + 5 = 9
8 + 1 = 9 7 + 2 = 9 6 + 3 = 9 5 + 4 = 9
5 × 9 = 4_. Just think to yourself: 4 + _ = 9 because the digits in your product always add up to 9 when one of the factors is 9. Therefore, 4 + 5 = 9 and your answer is 45! I use this method to teach the "nines" in multiplication to my third graders and they learn them in one lesson!
Tamzo explains this a little differently:
1. Take the number you are multiplying 9 by and subtract one. That number is the first number in the solution.
2. Then subtract that number from nine. That number is the second number of the solution.
Examples:
4 * 9 = 36
1. 4-1=3
2. 9-3=6
3. solution = 36
8 * 9 = 72
4. 8-1=7
5. 9-7=2
6. solution = 72
5 * 9 = 45
7. 5-1=4
8. 9-4=5
9. solution = 45
• Sergey writes in: Take the one-digit number you are multipling by nine, and insert a zero to its right. Then subtract the original number from it.
For example: if the problem is 9 * 6, insert a zero to the right of the six, then subtract six:
9 * 6 = 60 - 6 = 54
Multiplying a 2-digit number by 11
• A tip sent in by Bill Eldridge: Simply add the first and second digits and place the result between them.
Here's an example using 24 as the 2-digit number to be multiplied by 11: 2 + 4 = 6 so 24 × 11 = 264.
This can be done using any 2-digit number. (If the sum is 10 or greater, don't forget to carry the one.)
Multiplying any number by 11
• Lonnie Dennis II writes in:
Let's say, for example, you wanted to multiply 54321 by 11. First, let's look at the problem the long way...
54321
x 11
________________________________________54321
+ 543210
________________________________________= 597531
Now let's look at the easy way...
11 × 54321
= 5 4+5 4+3 3+2 2+1 1
= 597531
Do you see the pattern? In a way, you're simply adding the digit to whatever comes before it.
But you must work from right to left. The reason I work from right to left is that if the numbers, when added together, sum to more than 9, then you have something to carry over.
Let's look at another example...
11 × 9527136
Well, we know that 6 will be the last number in the answer. So the answer now is
???????6.
Calculate the tens place: 6+3=9, so now we know that the product has the form
??????96.
3+1=4, so now we know that the product has the form
?????496.
1+7=8, so
????8496.
7+2=9, so
???98496.
2+5=7, so
??798496.
5+9=14.
Here's where carrying digits comes in: we fill in the hundred thousands place with the ones digit of the sum 5+9, and our product has the form
?4798496.
We will carry the extra 10 over to the next (and final) place.
9+0=9, but we need to add the one carried from the previous sum: 9+0+1=10.
So the product is 104798496.
Multiplying by thirteen
• Fourth grader Mariam Labib has a trick for multiplication by 13.
Put the tens digit on the left, the unit number on the right, add them up together in the middle. Then add double the number to the previous result.
For example: 13 × 22
Step 1: (2 × 100) + 2 + [(2 + 2) × 10] = 242.
Step 2: 22 × 2 = 44.
Answer: 242 + 44 = 286.
If the two digits sum to more than ten, then you carry the one to add it to the number on the left and continue.
For example: 13 × 65
Step 1: (6 × 100) + 5 + [(6 + 5) × 10] = 715.
Step 2: 65 × 2 = 130.
Answer: 715 + 130 = 845.
Multiplying by sixteen
• Ibrahim Labib offers a quick way to find an answer when multiplying by 16.
First, multiply the number in question by 10. Then multiply half the number by 10. Then add those two results together with the number itself to get your final answer.
For example: 16 × 24
Step 1: 24 × 10 = 240
Step 2: (24 × 1/2) × 10 = 12 × 10 = 120
Step 3: add steps 1 and 2 and the number = 240 + 120 + 24 = 384




Multiplication Tips
Multiplying 2-digit numbers (same 1st digit)
• Fifth grader Mark Labib writes: My trick is about multiplying any 2 digit number by any other 2 digit number as long as they have the same tens digit. For example,
• 23 × 26 OR 42 × 47 OR 51 × 59
• As it gets harder with the larger numbers, I will start with multiplying two numbers in the twenties. For example,
• 23 × 27
Step 1. Add the 3 (from the 23) to the 27: 3 + 27 = 30
Step 2. Multiply the result by 10: 30 × 10 = 300
Step 3. Double that result: 2 × 300 = 600
Step 4. Multiply 3 (from the 23) and 7 (from the 27): 3 × 7 = 21
Step 5. Add these last two products: 600 + 21 = 621
• For two numbers in the thirties, when you come to step 3, triple the result; for the forties, quadruple it (just by doubling the number twice); for the fifties, multiply by 5 (using the tips for multiplication by 5: divide the number by 2 and multiplying it by ten); and so on.




Spring Mathematics Olympiad Problems
Organized by
the Palace of Youth Creativity
St. Petersburg, Russia

Back to H.S. Student Center || K-12 Math Problems

These problems are intended for students studying upper level secondary mathematics. Nearly all of them are new and original, proposed by Russian teachers especially for the Olympiad.
1. One bacterium divides into two new ones. Then every second, one of the bacteria also splits in two, and soon there are 1995 bacteria.
Prove that one of them lives for at least 995 seconds without any division.
________________________________________
2. A sequence of natural numbers (Xn ) is formed in the following way:
3. X = 19 X = 95 X = LCM ( X , X ) + X
4. 1 2 n+2 n+1 n n
5.
Find GCD ( X1995 , X1996 ).
[LCM - least common multiple
GCD - greatest common divisor]
________________________________________
6. In a country there live 'knights' and 'knaves.' The 'knaves' always lie and the 'knights' always tell the truth - unless they make a mistake.
1995 knights and knaves are sitting around a table. Each says that he is sitting between a knight and a knave, but two knights are mistaken. How many knaves are seated at the table?
________________________________________
7. Divide a square into 7 polygons such that any two like polygons will have no common edge, and any two that are not the same shape will have a common edge. (For any polygon there must exist another with the same shape.)
________________________________________
8. The Mad Tea-Party:
The Hatter, the March Hare, and the Dormouse sit at a round table. On the table are 12 cups full of tea.
Every day at six o'clock, each of the table-companions moves two places to his right or left (if the place is free) and drinks all the tea at that place if there is any in his cup. After the place-changing, Alice fills one of the cups. Prove that Alice can keep at least 6 cups full.
________________________________________
9. Prove that there are infinitely many integers that are not equal to the sum of two squares of integers, but that are equal to the sum of three cubes of integers.
________________________________________
10. Dazzy fishes for more than a week. He experiences three different levels of success. On a good day he catches 9 fish. On a bad day he catches only 5 fish. On other days he catches 7 fish.
In all, Dazzy catches 53 fish. How many bad days does he have?
11. Is it possible to put the numbers from 1 to 64 in the squares of a chess board in such a way that the sum of the numbers in any three squares arranged in the following pattern will be odd?
12. ---
13. | |
14. -------
15. | | |
-------
________________________________________
16. Tyrannosaurus Rex and Tyrannosaurus Glipp are playing a game. Each player in turn puts an X or an O in any free square of an 11x11 checkerboard.
The winner of the game is the player who first puts three equal marks in a line, horizontally, vertically, or diagonally:
XXX or O X
O or X
O X
Tyrannosaurus Rex starts. In an errorless game, who wins?
________________________________________
17. Ann, Ben, Can, and Den think of one natural number.
Ann says it consists of two digits.
Ben says it is a divisor of 150.
Can says it is not 150.
Den says it is divisible by 25.
Which one of them is not telling the truth?
________________________________________
18. All the digits from 1 to 9 are written on a blackboard. Pete erases some of the digits and writes the product of the numbers he has erased. In addition, he can write new digits. After some of these operations only one digit remains on the blackboard.
Prove that the remaining digit is 0.
________________________________________
19. Winnie-the-Pooh and Piglet are celebrating their common birthday. Every guest gives them a can of honey and a can of condensed milk. Pooh leaves some of the cans for Piglet, and others he keeps for himself.
When Pooh has eaten all of his honey, the number of full cans he has left is equal to the total number of Piglet's cans. Piglet has 10 cans of milk. How many cans of honey did Pooh eat?
________________________________________
20. In this game, there are 100 coins on one scale, and 200 coins on another scale. Each of two players in turn takes one or more of the coins from one of the scales. The player who makes the number of coins on the two scales equal loses.
Scrooge and Glomgold play a game. Scrooge makes the first move. In an errorless game, who wins?
________________________________________
21. The calculator 'ComeOn-96' has the buttons '+1', '-1', '+4', and '-4'. Whenever the result of an operation is divisable by 4, the calculator explodes! ;-)
Begin with 1 on the calculator, and prove that it is impossible to arrive at an answer of 2 when using exactly 1996 operations.
________________________________________
22. In a tribe of cannibals there are 20 persons. Each person likes some of his or her fellow-tribesmen and does not like others. Each day all of the people who are liked by more than half the tribe become dinner.
Prove that on the 10th day after the first cannibal has been eaten, because no person is liked by more than half of the other cannibals there is no dinner.
________________________________________
23. Prove that it is possible to write all 10-digit numbers that consist of only ones and twos in a circle in such a way that every two neighbouring numbers will differ by only one digit (e.g. 22211 and 22111, or 12121 and 12221).
________________________________________
24. Let S be a square, Q be the perimeter of the square, and P be the perimeter of a quadrilateral T inscribed within S such that each of its vertices lies on a different edge of S.
What is the smallest possible ratio of P to Q?
________________________________________
25. What is the greatest number of kings that can be placed on a chess board such that every king will win only one square or no square? (A king wins all eight neighbouring squares, as shown below.)
26. - - -
27. |*|*|*|
28. - - -
29. |*|K|*|
30. - - -
31. |*|*|*|
32. - - -
________________________________________
33. All the natural numbers from 2 to 3500 are written on the blackboard. Players in turn can erase both any non-prime number and all the numbers that are not co-prime to it. A player wins if, after his turn, only prime numbers remain on the board, so that another player cannot take a turn.
T-Rex and T-Glipp play a game. Who will win if T-Rex begins and neither makes a mistake?
________________________________________
34. In the country of OneWay, some cities are connected by roads. Cars may drive in only one direction on roads, but pedestrians can go in both directions.
From Return-City one can go to any other city by car, but in only one direction. If it is possible to leave a city and return to the same city by car, the car will go through Return-City.
Two strangers leave GetOff-City from different sides. They are both pedestrians and neither can visit any city more than once. Some time later, they meet again. Prove that one of them must have visited Return-City.


Mathematics Olympiad Problems, 1996
Vologda, Russia - for Grades 5-11
by Victor Guba

Back to H.S. Student Center || K-12 Math Problems
These problems come from Professor Victor Guba, formerly of the Vologda Pedagogical University (Russia), and currently of Vanderbilt University. To request solutions or other information about the olympiad, please visit his web site
http://www.math.vanderbilt.edu/~msapir/
1. A zoo has several ostriches and several giraffes. They have 30 eyes and 44 legs. How many ostriches and how many giraffes are in the zoo?
________________________________________
2. Is there a configuration of 6 points and several closed intervals in the plane such that any point is joined exactly with a) 3 of the points, 4 of the points? (The intervals do not have inner intersections.)
________________________________________
3. Is it true that n^3+5n-1 is prime for any natural n?
________________________________________
4. A string of 1996 digits begins with the number 6. Any number formed by two consecutive digits is divisible by 17 or 23. What is the last digit?
________________________________________
5. There are 3 boxes with balls inside them. They are labeled 'two whites', "two blacks', and 'black & white' to show the contents of the boxes. Someone changes the labels to make them all false. Find the contents of each box by removing only one of the balls.
________________________________________
6. Divide a cube into 8 equal parts using a) four, b) three planar cuts.
________________________________________
7. Is it true that
a. for any sequence of 5 different numbers, one may choose an increasing or decreasing subsequence of three numbers?
b. for any sequence of 9 different numbers one may choose an increasing or decreasing subsequence of four numbers?
________________________________________
8. Is it possible to fill in a 5x5 table using numbers such that the sum of all them is positive, but the sum of any 4 numbers forming a 2x2 sub-table is negative?
________________________________________
9. Solve the following multiplication example
10. ***
11. **
12. -----
13. ****
14. ****
15. -----
16. *****
where all the asterisks are prime digits (2,3,5,7).
________________________________________
17. Is there a closed polygonal line that intersects any of its edges exactly once and consists of a) six, b) seven edges?
________________________________________
18. Is it true that for any of 100 integer numbers, there may be chosen a) 15, b) 16 of them such that the difference between any two of them is divisible by 7?
________________________________________
19. There is a straight-line scratch on a chess board. What is the greatest possible number of scratched squares?
________________________________________
20. Is it possible to fill 25 squares of squared paper such that each of the filled squares has a) an even and nonzero, b) an odd number of filled neighbors?
________________________________________
21. Find 3 numbers such that each of them is a square of the difference of the two others.
________________________________________
22. Two players compose a 2000-digit number by taking turns at writing a digit from 1 to 5. To win the game, Player 2 must cause the result to be divisible by 9, so Player 1 attempts to prevent this from occurring. If a) k = 10, b) k = 15, who will win?
________________________________________
23. A convex quadrilateral is divided diagonally into 4 triangles. The areas of three of these triangles, proceeding clockwise, are 1, 2, and 3. What is the area of the fourth triangle?
________________________________________
24. The game 'Sea Battle' takes place on an 8x8 board. What is the least number of shots needed to hit a ship 4x1 squares in size?
________________________________________
25. Is there an infinite increasing geometric progression such that the first 100 elements of the sequence but none of the rest of the elements are integers?
________________________________________
26. Is it possible to find a rectangle ABCD and a point M on a plane such that the distances from M to A,B,C,D respectively are
a. 1,4,8,7
b. 1,2,3,4
c. 1,2,4,3 ?
________________________________________
27. Present 100 as a sum of positive integers such that their product is maximal.
________________________________________
28. Find the largest possible number n within which, for any permutation of the numbers 1,2,...,100, there are 10 consecutive numbers (with respect to a permutation) such that their sum is greater than or equal to n.
________________________________________
29. A chess tournament involves only experts and grand masters. The number of experts is three times the number of grand masters. Only one game is played between each pair of players, with 1 point being awarded for a win, 0 points for a loss, and 1/2 point for a draw. The sum of the points of all the experts is 1.2 times greater than the sum of points of all the grand masters. How many participants does the tournament have?
________________________________________
30. How many solutions does the equation sin x = x/9 have?
________________________________________
31. Find the number of 10-digit numbers that involve only the numbers 2 and 3 but do not have two 3's next to each other.
________________________________________
32. Is the number [(44+\sqrt{1996})^{100}] odd or even?
________________________________________
33. Quadrilateral ABCD is inscribed in a circle. Let Hi (i=1,2,3,4) be the point of intersection of the three altitudes of triangles BCD, ACD, ABD, and ABC, respectively. Prove that quadrilateral H1H2H3H4 is equal to quadrilateral ABCD.
________________________________________
34. A circle is inscribed in a triangle ABC. The circle touches AB and BC at points E and F, respectively. Angle bisector A intersects line EF at point K. Show that angle CKA is a right angle.
________________________________________
The sum of the lengths of a system of intervals of a line is less than 1. Given a set of 100 points on the line, show that they can be shifted by a distance less than 50 such that no images of these points under the shift belong to the system of intervals.

Uninstalling Windows from Command Prompt


Uninstalling Windows from Command Prompt


Uninstalling Windows from Command Prompt:


One option included in Windows XP is the ability to uninstall XP if you performed an upgrade from Windows 98, 98SE, or Windows Me.

The standard method of removing XP is achieved by booting into XP normally and uses the Add/Remove Programs tool in Control Panel.

If you are unable to start XP normally, the second option is to load XP in Safe Mode then use the same tool.

If you are unable to boot normally or boot into Safe Mode, XP can be removed by uninstalling from a Command Prompt.

The procedure is as follows:

Important Note: This procedure is available only if a successful image of the previous operating system was created during the XP upgrade.

Start the computer to Safe Mode with Command Prompt.

At the command prompt, type cd\, and then press ENTER.

Type cd\windows\system32, and then press ENTER.

Type osuninst.exe, and then press ENTER.

On screen instructions will guide you through the uninstall process to revert to the previous operating system.

This procedure can only be performed by users logged on as Administrator or a user with administrative rights.

Recover DATA from CD!

[TUT]Recover DATA from CD


CD and DVD are fragile media. A few scratches here and there and they can easily become coasters on your table. I have had plenty of them myself.

Let’s just look at some of the ways to repair damaged CD’s and DVD’s and recover data from those spoilt CD/DVD’s.
Anatomy of scratches
Scratches that are perpendicular (going from the center outwards) are generally less harmful or damaging than the scratches that go along the spiral.So if your CD/DVD has more of the latter ones, then the chances of recovering
data from that CD or DVD may be bleak. Nevertheless, Thou shall try till thou art able to Make good Use Of thy media.

Attempt to Recover Data from Damaged CD / DVD
First and foremost try some software apps to make your life easier and attempt to recover data from the disc. You can try more then one application if you didn’t succeed with previous ones. I have had experiences in the past when
one of them has done a better job than the others either in the amount of data that is recovered or the speed with which it is recovered. However most of the timeCD Recovery Toolbox has come up on top. http://www.download.com/CD-Recovery-Toolbox-Free/3000-2242_4-10646814.html
Just insert the damaged CD, DVD, HD DVD (if you still use them) or Blue-Ray disc and the software will show you the list of files and folders found on the disc. Choose the ones you want to recover and click next. The process can be very slow mind you so just be patient.

CD Recovery Toolbox has been
covered in detail on MakeUseOf earlier. http://www.makeuseof.com/tag/free-cddvd-file-recovery-tool-cd-recovery-toolbox/ Check it out if you need more
details.


Another software solution you can try isRoadkil’s Unstoppable
Copier. http://www.roadkil.net/program.php?ProgramID=29 It is also a similar software that is capable of recovering data from damaged or scratched discs. If the recovery is taking too long you can also pause, save and resume sessions at some other time.



If you use Linux you can tryddrescue http://www.gnu.org/software/ddrescue/ddrescue.html for recovery needs. It is a command line tool offering plenty of options as you can see below:






Attempt to repair the damaged CDs
If the disc has profound scratches you can try to repair those scratches to make the disc playable again. The best way to do this is to use a whitening toothpaste or some polish (specially those used by opticians) although Brasso also works.

1)First clean the surface of the disc with a soft lint-free cloth. You can use a gentle detergent (or rubbing alcohol) if there are some grease spots. Make sure there are no finger prints or dust particles. Don’t scrub too hard as you may do more harm than good this way.

2)Now apply some toothpaste or polish on the scratched surface. It is best to start with a minimum amount of either, or else you will have your work really cut out trying to buff away the remainder.
3)Now rub gently with a cloth moving from the center outwards.

If you did a good job, you will actually see the scratch diminishing, or if
it was a faint one, it might just disappear.


The success with this method varies greatly. It is hit and miss. I have had an equal amount of successes and failures. Sometimes it works allowing you to even read data from that part, other times it is of no use at all.


Some Tips
1. Try recovery in a CD/DVD writer as opposed to a reader. Writers are generally more precise and can see the tracks better.
2. If possible try recovery on the same drive that was used to create the disc. Chances of a good read have been found to increase if you use the same drive or at least the same manufacturer.
3. If nothing helps you can go to music stores and show them your disc. Such stores usually have a CD refinishing machine and may be able to do a better job.
4. As soon as any of the above methods works, don’t think even twice and just create another copy of the disc.
5. Buy good quality media.
6. Take good care of your CDs
If nothing helps
If none of the above helps then maybe it’s time to use the disc as a coaster.
However you can put them to some more constructive uses also, like
create a spectroscope http://www.instructables.com/id/CD-Spectrograph-in-a-Box-Spectroscope/ or a shuriken throwing starhttp://www.instructables.com/id/Make-Your-Own-Shuriken-Throwing-Stars-Our-of-Paper/ or amobile phone holder. http://www.instructables.com/id/Mobile-Holder/




Open command prompt from where it is Banned.


Open command prompt from where it is Banned

Open up Command Prompt (Start>Run>Command.com)

Can't use command prompt at your school?

Open up Microsoft word..Type:

Command.com

Then save it as Somthing.bat.

Warning: Make sure you delete the file because if the admin finds out your in big trouble.


--Adding a user to your network--

Type:

Net user Haxxor /ADD

-----
That will add "Haxxor" onto the school user system.
-----
Now you added users lets delete them!

Type: Net user Haxxor /DELETE


Warning: Be carefull it deletes all their files.
-----
"Haxxor" will be deleted from the user system.

-----
Hmmm? It says access denied?

Thats because your not admin!

----
Now lets make your Admin!

----
This will make Haxxor an admin. Remember that some schools may not call their admins 'adminstrator' and so you need to find out the name of the local group they belong to.

Type: net localgroup

It will show you what they call admin, say at my school they calll it
adminstrator so then i would

Type: net localgroup administrator Haxxor /ADD

----

Getting past your web filter.

Easy way: Type whatever you want to go on say i wanted to go on miniclips bug on wire i would go to google and search miniclip bug on wire

then instead of clicking the link i would click "cached".

Hard way: I'm hoping you still have command prompt open.

Type: ping miniclip.com

And then you should get a IP type that out in your web browser, and don't forget to put "http://" before you type the IP.

-----
Sending messages throught your school server


Okay, here's how to send crazy messages to everyone in your school on a computer. In your command prompt, type

Net Send * "The server is h4x0r3d"

Note: may not be necessary, depending on how many your school has access too. If it's just one, you can leave it out.

Where is, replace it with the domain name of your school. For instance, when you log on to the network, you should have a choice of where to log on, either to your school, or to just the local machine. It tends to be called the same as your school, or something like it. So, at my school, I use

Net Send Haxxor School * "The server is h4x0r3d"

The asterisk denotes wildcard sending, or sending to every computer in the domain. You can swap this for people's accounts, for example

NetSend Varndean dan,jimmy,admin "The server is h4x0r3d"

use commas to divide the names and NO SPACES between them.

what say??
~Cheers~

or

Allowing dos and regedit in a restricted Windows



A very simple tactic I found after accidentally locking myself out of dos and regedit is to open notepad and type the following:
REGEDIT4
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesWinOldApp]
"Disabled"=dword:0
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem]
"DisableRegistryTools"=dword:0

Save it as something.reg then run it. Simple.

Double Click does not open Drive

Double Click does not open Drive

Double-click your C Drive Solved
1-2. double click on My computer on Desktop ,
- choose Tool and select "Folder options"
- click on "View" tap select "Show Hidden files and folders" and un hake "Hide Extention...."
- and "Hide protected operating system file" (this selections are important to find the files you need to delete)
- then click "OK"

3. open Windows Task Manager (ctrl-alt-del) and select the "Processes" tap
- Click on "Image name" to sort File
- find "wscript.exe" and click on "End Process" (if there is more than one process with that name you have to end all of them)
- close the "Task Manager" 18-Jul-09

4. then you will click on Start and select "Search" and search for "autorun.inf" (Search the computer)
- you will then delete all the files that contains the text MS32DLL.dll.vbs (the virus) by pressing: SHIFT + DELETE. (There of course should not be Autorun.inf in the C rooth).

5. you will also delete the virus from the system (C:\WINDOWS\ MS32DLL.dll.vbs) by pressing: SHIFT + DELETE

6. Next step is to edit the Register (Like always you have to be very care fool in the registry tools. Some mistake there can crash your computer)

- first, click on "Start" and select "Run" and type in "Regedit" and press "Enter".
- select HKEY_LOCAL_MACHINE --> Software -->Microsoft -->Windows --> Current Version --> Run.
- find there "MS32DLL" and delete that entry.

6. Then select HKEY_CURRENT_USER --> Software --> Microsoft --> Internet Explorer --> Main. There you find "Window Title "Hacked by Godzilla"" and you should delete that entry. You can close the registry now.

7. next you will click on Start --> Run and type in "gpedit.msc" and press "Enter". then you will open "Group Policy".
- there you will select User Configuration --> Administrative Templates --> System --> and there you will double click on "Turn Off Autoplay"

- in the window there you should select "Enabled" and select "All drives" (they say in this Thai webside that select all turn of Autoplay will be safer for not getting viruses). Now you can close the Group Policy.

8. Next you will click on Start --> Run and type "msconfig" and press "Enter".
- you will open "System Configuration Utility".
- click on "Startup" tap
- find the file MS32DLL, choose Enable All, then unhake "MS32DLL"
- click Apply then OK to close

- then you will exit the "System Configuration Utility" and select "Exit Without Restart" when prompt.

9. After this you double click on My Computer and select "Tools" and "Folder Options" and "View" tap to change back there.
- select "Hide Extention..." and "Hide protected operating system file" and "Don't show hidden files and folders".

- then you will empty the "Recycle bin" and "Restart" your computer.

or visit http://www.techsupportforum.com/sectools/sUBs/Flash_Disinfector.exe

download and execute to get rid of the issue.

Internet Stuff Tricks n Hacks.


Internet Stuff Tricks n Hacks

Change Yahoo messenger title bar



Hey guys you can change the yahoo messenger title bar...
For this just find the folder messenger in the drive in which the messenger is installed. Then search a file named "ymsgr". In this file just go to the end and write the following code:
[APP TITLE]
CAPTION=Red Devil
Here you can write any name in place of Red Devil... then see the fun.... You can have your own name being placed in yahoo messenger title bar.

2) Enable Right Clicks on The Sites Dat Disable it



Lots of web sites have disabled the right click function of the mouse button... it's really, really annoying. This is done so that you don't steal (via right-click->save picture) their photos or images or any other goodies. Unfortunately, it disables ALL right-click functionality: copy, paste, open in new window.

It's easy to change, assuming your using IE 6:
Click "Tools"->"Internet Options"
Click the "Security" tab
Click "Custom Level"
Scroll down to the "Scripting" section
Set "Active Scripting" to "disable"
Click "Ok" a couple of times.

You'll probably want to turn this back to "enable" when your done... 'cause generally the javascript enhances a website.




Santosh..