We've been doing a lot of work with patterns, or more formally called sequences or infinite series. Infinite series are a little different though, as they are guaranteed to go on forever without stopping. For instance, the sequence with formula n^2, or 1, 4, 9, 16..., is an infinite series. However, one like √-n + 3 is not infinite, as it will go √2, 1, 0, and then will be hitting complex numbers, which are not valid for these sequences.
Most patterns, it is pretty obvious, and would never be on a test, or even a valid question for a teacher to ask. However, what about the prime numbers. If you don't know, primes are numbers with only two factors, one and itself. So, 5 is prime, because its factors are 1 and 5. However, 6 is not prime, because it has more than two factors, namely 1, 2, 3, and 6. That means that 6 is composite, which is having three or more factors. Numbers such as one are known as universal, as they have only one factor.
Anyways, are prime numbers infinite? This is definitely a valid question, and answerable too! Can you create a list of all prime numbers on it? How about you try to. I'll bet you can't.
Say someone pops up and says,"I have made a list with all of the prime numbers that exist on it." The list would be much longer if someone did say that, but I made a small list below:
2
3
5
7
11
Okay. Let's multiply all of these numbers you've found together. 2 x 3 x 5 x 7 x 11 = 2310. Great. According to you, this is the product of all of the prime numbers out there. Try adding one. Now, we have 2311, which is a multiple of no prime numbers. Since every number is composed of primes, or is prime, this is not possible. That means the number is either prime, as 2311 happens to be, or could be a multiple of another prime that is not present on the list.
Is that all of the primes? No! We can do that process forever, and always find a prime that is missing. This is not a formula to generate prime numbers, as the first ten primes multiplied together is 6,469,693,230 which if you add one gives you 6,469,693,231, which you have no clue if it is prime or not! You guys can figure that one out. However, it is a cool proof that answers a question that definitely gets you thinking!
Saturday, August 27, 2011
Saturday, August 20, 2011
Multiplying Giant Two-Digit Numbers Together with No Effort!!!
In the first week, we learned how to multiply two numbers in the teens together instantly, as if you memorized the answer. To the average person, this is the only way possible to get the answer so quickly! Now, you can take that up a notch, and multiply together the biggest two digit numbers. Say someone says 97 x 94. You can say, "That's easy! It's 9118!"
We will take it step by step here. For the first two digits, you take the bigger number and see how far away it is from 100. In this case, it is three away. Then, you subtract that from the other number. 94 - 3 = 91. There's your first two digits.
For the last two digits, take how far both numbers are from 100. 97 is 3 away and 94 is 6 away. The answer is precisely 3 x 6 = 18. Put them together and you have 9118.
Let's try another one, 95 x 89. 95 is 5 away from 100, and 89 - 5 = 84. Then, 89 is 11 away from 100, so 11 x 5 = 55. Then, we put them together to get 8455.
You are probably wondering why this works, for teens or nineties. Let's start with the teens. Pretend that the problem is (z + a)(z + b) with z being 10. We will leave it as z for the moment.
(z + a)(z + b) = z(z + a + b) + ab
If you factor it out, the z(z + a + b) becomes z^2 + za + zb.
(z + a)(z + b) = z^2 + za + zb + ab
If you FOIL out the (z + a)(z + b), you get:
z^2 + zb + za + ab = z^2 + za + zb + ab
This shows that they are equal. If you think about it, this is what we are doing. Take 17 x 16.
(10 + 7)(10 + 6) = 10(10 + 7 + 6) + (7)(6)
This is what you are actually doing. What about for 89 x 95.
(100 - 5)(100 - 11) = 100(100 - 5 - 11) + (-5)(-11)
I got commented about the fact that 20 wouldn't work for the teen method I described in the first post. Like 20 x 18 wouldn't work. However, this formula directs us to do it as so.
(10 + 10)(10 + 8) = 10(10 + 10 + 8) + (10)(8)
This will give us the 360 as promised. If you can do 2 x 1 multiplication problems in your head, you might want to try things like 32 x 37 with 30 as your z, or 68 x 66 with 70 as your z. If you get really good at that, you could even try doing 448 x 442 with 400 as your z, which makes you add 48 x 42, using 40 or 50 as your z. This would be difficult, but you would get 198016 as an answer.
Problem of the Week Solutions (from July):
Easy:
b = 16
z = 1
n = 42
p = 116
odds = 58%
Hard:
s = 53.1 degrees
t = 36.9 degrees
a = 1
b = 8
c = 0
h = -4
k = -16
area = 50.3 sq. cm
We will take it step by step here. For the first two digits, you take the bigger number and see how far away it is from 100. In this case, it is three away. Then, you subtract that from the other number. 94 - 3 = 91. There's your first two digits.
For the last two digits, take how far both numbers are from 100. 97 is 3 away and 94 is 6 away. The answer is precisely 3 x 6 = 18. Put them together and you have 9118.
Let's try another one, 95 x 89. 95 is 5 away from 100, and 89 - 5 = 84. Then, 89 is 11 away from 100, so 11 x 5 = 55. Then, we put them together to get 8455.
You are probably wondering why this works, for teens or nineties. Let's start with the teens. Pretend that the problem is (z + a)(z + b) with z being 10. We will leave it as z for the moment.
(z + a)(z + b) = z(z + a + b) + ab
If you factor it out, the z(z + a + b) becomes z^2 + za + zb.
(z + a)(z + b) = z^2 + za + zb + ab
If you FOIL out the (z + a)(z + b), you get:
z^2 + zb + za + ab = z^2 + za + zb + ab
This shows that they are equal. If you think about it, this is what we are doing. Take 17 x 16.
(10 + 7)(10 + 6) = 10(10 + 7 + 6) + (7)(6)
This is what you are actually doing. What about for 89 x 95.
(100 - 5)(100 - 11) = 100(100 - 5 - 11) + (-5)(-11)
I got commented about the fact that 20 wouldn't work for the teen method I described in the first post. Like 20 x 18 wouldn't work. However, this formula directs us to do it as so.
(10 + 10)(10 + 8) = 10(10 + 10 + 8) + (10)(8)
This will give us the 360 as promised. If you can do 2 x 1 multiplication problems in your head, you might want to try things like 32 x 37 with 30 as your z, or 68 x 66 with 70 as your z. If you get really good at that, you could even try doing 448 x 442 with 400 as your z, which makes you add 48 x 42, using 40 or 50 as your z. This would be difficult, but you would get 198016 as an answer.
Problem of the Week Solutions (from July):
Easy:
b = 16
z = 1
n = 42
p = 116
odds = 58%
Hard:
s = 53.1 degrees
t = 36.9 degrees
a = 1
b = 8
c = 0
h = -4
k = -16
area = 50.3 sq. cm
Friday, August 19, 2011
The Problem of the Week Day 5: Week of 8/14 - 8/20
Today, we will finish up August's problems. Since the easy problem usually has an order of operations problem and a probability problem, we will have both. Since we did deal with chess this week, the probability problem requires knowledge of chess. If you are not familiar with chess, please do the other problem, because I don't want you to get the wrong answer because of expertise in an area besides mathematics. However, the hard problem has only one way to find the answer, which is something I have not introduced yet.
Easy Problem:
Probability: If a chess player knows nothing about chess, and makes a completely random first move, what are the chances he will do d4 as his first move?
p = ___
Order of Operations: p = (25b + g - a - 3e)/3
p = ___
Hard Problem: Today, I will introduce a great tool in Algebra, the Quadratic Formula. The Quadratic Formula states that if ax^2 + bx + c = 0, then x = (-b ± √(b^2 - 4ac))/2a. So, if x^2 - 5x + 6 = 0, then to find x, you would do:
(-(-5) ± √(5^2 - 4(1)(6)))/2(1)
(5 ± √(25 - 24))/2
(5 ± 1)/2
(5 + 1)/2 OR (5 - 1)/2
6/2 OR 4/2
3 OR 2
x = 3
x = 2
1) I made a couple of errors on Monday's problem. Please complete these simple calculations to have the correct z. We will call this number y.
y = 4z/5 + (4)(5) + 1
y = ___
2) If Ax = y, what does x equal? Use the explicit formula you created with the quadratic formula to achieve the answer.
Tip: There will be two possibilities. Choose the one that is reasonable. For instance, if you had 3 and -5, 3 would be the correct answer because you cannot cut a pizza with -5 straight lines.
x = ___
Also, let's call your false answer f.
f = ___
Easy Problem:
Probability: If a chess player knows nothing about chess, and makes a completely random first move, what are the chances he will do d4 as his first move?
p = ___
Order of Operations: p = (25b + g - a - 3e)/3
p = ___
Hard Problem: Today, I will introduce a great tool in Algebra, the Quadratic Formula. The Quadratic Formula states that if ax^2 + bx + c = 0, then x = (-b ± √(b^2 - 4ac))/2a. So, if x^2 - 5x + 6 = 0, then to find x, you would do:
(-(-5) ± √(5^2 - 4(1)(6)))/2(1)
(5 ± √(25 - 24))/2
(5 ± 1)/2
(5 + 1)/2 OR (5 - 1)/2
6/2 OR 4/2
3 OR 2
x = 3
x = 2
1) I made a couple of errors on Monday's problem. Please complete these simple calculations to have the correct z. We will call this number y.
y = 4z/5 + (4)(5) + 1
y = ___
2) If Ax = y, what does x equal? Use the explicit formula you created with the quadratic formula to achieve the answer.
Tip: There will be two possibilities. Choose the one that is reasonable. For instance, if you had 3 and -5, 3 would be the correct answer because you cannot cut a pizza with -5 straight lines.
x = ___
Also, let's call your false answer f.
f = ___
Thursday, August 18, 2011
The Problem of the Week Day 4: Week of 8/14 - 8/20
Today, the easy problem will move on and work on some geometry. For the hard problem, we will still be cracking away at the pizza problem!
Easy Problem: You probably know that to find the area of a circle, you square the radius and multiply it by π (3.14...). However, that is a little too easy. So, we will try finding the area of a quarter circle. In order to do that, we will do (πr^2)/4, or the radius squared times pi divided by four. Basically, you've found the area of the circle, and divided it by four.
The number of games it takes for b players will be called g.
What is the area of a quarter circle with radius g? Round to the nearest whole number this time.
a = ___
Hard Problem: You should remember the process behind solving a system from the last few months. If you don't, you will just create a variable with the same coefficients, and subtract the two equations. Continue this until you have isolated a variable. Then, you will substitute to find the rest.
Solve yesterday's system from the pizza problem. What is the explicit formula for this sequence?
Hint: It is quadratic (polynomial of degree two).
If you want, try finding the recursive formula. There is a systematic way to do it, which I'll bet you can figure out! You are solving a system! Remember, the recursive formula is An-1 + d with d being the difference.
Easy Problem: You probably know that to find the area of a circle, you square the radius and multiply it by π (3.14...). However, that is a little too easy. So, we will try finding the area of a quarter circle. In order to do that, we will do (πr^2)/4, or the radius squared times pi divided by four. Basically, you've found the area of the circle, and divided it by four.
The number of games it takes for b players will be called g.
What is the area of a quarter circle with radius g? Round to the nearest whole number this time.
a = ___
Hard Problem: You should remember the process behind solving a system from the last few months. If you don't, you will just create a variable with the same coefficients, and subtract the two equations. Continue this until you have isolated a variable. Then, you will substitute to find the rest.
Solve yesterday's system from the pizza problem. What is the explicit formula for this sequence?
Hint: It is quadratic (polynomial of degree two).
If you want, try finding the recursive formula. There is a systematic way to do it, which I'll bet you can figure out! You are solving a system! Remember, the recursive formula is An-1 + d with d being the difference.
Wednesday, August 17, 2011
The Problem of the Week Day 3: Week of 8/14 - 8/20
Today, we will finish up on the chess tournament problem. You should have already noticed a pattern.
Easy Problem: There are two types of formulas you can have in a sequence. One of which is the explicit formula, which is a formula based on the nth term. For instance, the explicit formula for the sequence 2, 4, 6, 8, 10, ... would be An = 2n. If you wanted the 6th tern, you would plug 6 in for n to get 2(6) = 12.
The other type of formula is the recursive formula, which is based on the previous term. In the even number sequence, the recursive formula would be An = An-1 + 2 because it is the previous term plus two.
1) What is the explicit formula for the chess tournament problem?
2) What is the recursive formula for the chess tournament problem?
3) If there were b players in the tournament, how many games would it take to find a winner fairly?
Hint: Use the explicit formula for number three!
Hard Problem: At CTY, we used various strategies to determine explicit formulas. However, I tend to lean towards the method I taught last month, with the systems. Just to remind you how to find the system, you must first find your common differences. For the sequence 2, 4, 6, 8, 10, ..., the differences are in the first row. Therefore, you are dealing with a first-degree, or linear, equation. So, we take our base equation for this: An = mn + b. Then, plug in values for n and An to create the system. For instance, you would first plug 1 in for n and 2 in for An, and have the first equation, m + b = 2. Then, you would create a second one, 2m + b = 4, to get our constants, m = 2 and b = 0. This makes the explicit formula An = 2n + 0 which becomes An = 2n.
1) Find common differences in the Pizza Problem.
2) Create a system of equations.
If you want to get ahead, try solving the system, or even try finding a recursive formula.
Easy Problem: There are two types of formulas you can have in a sequence. One of which is the explicit formula, which is a formula based on the nth term. For instance, the explicit formula for the sequence 2, 4, 6, 8, 10, ... would be An = 2n. If you wanted the 6th tern, you would plug 6 in for n to get 2(6) = 12.
The other type of formula is the recursive formula, which is based on the previous term. In the even number sequence, the recursive formula would be An = An-1 + 2 because it is the previous term plus two.
1) What is the explicit formula for the chess tournament problem?
2) What is the recursive formula for the chess tournament problem?
3) If there were b players in the tournament, how many games would it take to find a winner fairly?
Hint: Use the explicit formula for number three!
Hard Problem: At CTY, we used various strategies to determine explicit formulas. However, I tend to lean towards the method I taught last month, with the systems. Just to remind you how to find the system, you must first find your common differences. For the sequence 2, 4, 6, 8, 10, ..., the differences are in the first row. Therefore, you are dealing with a first-degree, or linear, equation. So, we take our base equation for this: An = mn + b. Then, plug in values for n and An to create the system. For instance, you would first plug 1 in for n and 2 in for An, and have the first equation, m + b = 2. Then, you would create a second one, 2m + b = 4, to get our constants, m = 2 and b = 0. This makes the explicit formula An = 2n + 0 which becomes An = 2n.
1) Find common differences in the Pizza Problem.
2) Create a system of equations.
If you want to get ahead, try solving the system, or even try finding a recursive formula.
Subscribe to:
Posts (Atom)