Tuesday, February 4, 2020

MATH - for fun:

-   2604  -  MATH  -   for fun:   Science and Math are special to me.  Science is the study of reality.  It helps me try to understand what the world is really like.  Math is the study of patterns.  What is amazing to me is how well math is used to describe nature.  Was math discovered in nature, or, was it invented to describe nature.  Regardless, it is amazing that it works so perfectly.
-
-
-
----------------------------------------  2604  -  MATH  -   for fun: 
-
-  If you multiply two of the same numbers together you will always get the maximum product for their sum.
-
---------------  5 * 5 = 25  their sum is 10.  If you take 4 * 6 you get 24, one less than the maximum.  If you take 3 * 7 you get 21 which is 4 less than the maximum, or 2^2 less than the maximum.  Try this by squaring any number:
-
--------------  10 * 10 = 100
-
--------------  9 * 11 = 99   ---------------  one less than max ----- sum is 20
-
--------------  8 * 12 = 96   ---------------  two^2 less than max ----- sum is 20
-
--------------  7 * 13 = 81   ---------------  three^2 less than max ----- sum is 20
-
-  So, the square of any number becomes easier to calculate.  Here’s how:
-
--------------  13 * 13 = 169
-
--------------  12 * 14 = 168   ---------------  one less than max ----- sum is 26
-
--------------  11 * 15 = 165  ---------------  two^2 less than max ----- sum is 26
-
--------------  10* 16 = 160   ---------------  three^2 less than max ----- sum is 26
-
-  So, to square 13, multiple 10*16 = 160 , a much easier calculation to do in your head, and, add 3^2, or 9 to get 169.
-
--------------  13 * 13 = 169
-
-  To square 15, 10*20 = 200 + 5^2 = 225
-
-  To square 21, 22 * 20 = 440 + 1^2  =  441
-
-  This works for the square of any number.
-
-  Carl Freidrich Gauss was a math genius at 10 years old.  When he was in the 4th grade the teacher tried to keep the class busy by asking them to add up all the numbers between 1 and 100.  Gauss immediately blurted out the correct answer 5,050.
-
-  Gauss did it in his head by taking the long string of numbers 1,2,3, …… 99,100 and folding them back on themselves to create pairs of numbers 1+100, 2+99, 3+98, ….. 50+51.  It was easy for him to see that the pair always added up to 101 and this happened just 50 times.  So, 101 * 50 can be done in your head, it’s 5,050.
-
-  The sum of any sequence of patterned numbers is n*(n+1) / 2.  Where “n” is the last number in the sequence.  Summing the numbers up to 100 is:
-
--------------------  100 (101) / 2 =  10,100 / 2  =  5,050
-
-  If you did the same problem adding up all the numbers from 1 to 500.  Now “n” is 500:
-
--------------------  500 (501) / 2 =  250,500 / 2  =  125,250
-
-  The formula changes a little if you add up the pattern of all the even numbers to the number “n“, 2+4+6+8+10+……… 100.  Where n = 100.
-
-------------------- n(n+1)
-
-----------  100 ( 101 )  =  10,100  , which is the sum of all the even numbers up to 100.
-
-  The formula changes to n^2, if you add up  the pattern of all odd numbers to the number “n”.  Adding up all the odd numbers from 1 to 100 = 100^2 = 10,000.
-
-  An interesting pattern exists between the squares of numbers and the cubes of numbers.  It turns out that the sum of all the cubes of numbers up to “n” is the square of the sum of the numbers up to “n”.
-
-------------  For example:  The sum of all the cubes up to 5 is:
-
-------------  1^3  + 2^3  + 3^3  + 4^3  + 5^3  =
-
-------------  1 + 8 + 27 + 65 + 125  =  225
-
-------------  And, (the sum of all numbers up to 5) squared is:
-
-------------  ( 1 + 2 + 3 + 4 + 5 )^2  =  15^2  =  225
-
-------------  This holds for all numbers up to any number.
-
-  Another interesting  pattern in squaring numbers is that if number ends in 5 the square always ends in 25.
-
-----------------  (35)^2   =  1225
-
-----------------  You can do this calculation in your head because what is also true is that the answer is always preceded by the first number multiplied by one higher than that number.  The first number of the number 35 which is  being squared is 3.  The one higher is 4.       3 * 4 = 12.  and, the answer always ends in 25 so the answer is 1225.  This works for the square of all numbers ending in 5:
-
-----------------  (35)^2  =  3*4 + 25 = 1,225
-
-----------------  (55)^2  =  5*6 + 25 = 3,025
-
-----------------  (75)^2  =  7*8 + 25 = 5,620
-
-----------------  (105)^2  =  10*11+ 25 = 11,025
-
-  If your 4th grade teacher asks you how to add up all the numbers in the multiplication table up to 100 here is how you do it:  You start with a 10 by 10 matrix of row and columns that contain the multiplication table.  The first row is 1 through 10 and you already know that sum to be n(n+1)/2, remember.
-
------------  For the first row the sum is 10*11/2  =  55
-
------------  For the second row the sum is 55 * 2  =  110
-
------------  For the third row the sum is 55*3  =  165
-……………………
-
------------  For the tenth row the sum is 55 * 10  =  550
-
So, you can see that the sum is going to be 55*1 + 55*2 + 55*3 + ……..
-
And you can factor out the 55 and write it as 55*(1 +2 +3 +4 ……..)
-
And you already know what the sum of the second factor is, it’s 55.
-
Therefore the sum of all the numbers in the multiplication table up to 100 is 55*55.
55^2 is another thing you already know.  How to square any number ending in 5.
55^2  =  5*6 ….. 25  =  3,025.
-
If you sum up all the numbers in the multiplication table up to 100 you get 3,025.
-
-  You learned that squaring any number ending in 5 is always 25 preceded by the first digit times one greater and putting it in front of the 25:
-
------------------------  35^2  =  3 * 4  in front of 25  =  12 …. 25 =  1,225
-
------------------------  55^2  =  5 * 6 ………. 25  = 3,025
-
- You can do these multiplications in your head.
-
-  Actually, the rule being applied here works for squaring any number and, in fact, for multiplying any 2 numbers.  To use fancy words for a moment, in algebra it is multiplying polynomials together to get polynomials of the second degree.  Algebra uses the quadratic equation to solve polynomial equations of the second degree.  None of this algebra do you need to learn in order to perform these tricks in multiplication. 
-
-----------------  55^2   =   (50 + 5)(50+5)  =  50( 50+5+5) + 5^2  =  50 * 60 + 25 = 3,025.
-
-  The algebraic way to say this is (a+b)(a+b)  =  a^2 +ab +ab + b^2  =  a(a+b+b) + b^2.
Now that looks complicated but you will be surprised how easy this algebra is to use after some practice.
-
---------------  95^2 = (90 + 5) (90 + 5) = 90 (100) +25 = 9,025
-
-  This process does not just work with squaring numbers.  It works multiplying any two numbers.  The idea is to change the multiplication so it contains easy numbers to multiply in your head.
-
------------------  23 * 28 = (20 + 3)( 20 + 8) = 20 * (20+3+8) + 8*3  =  20 * 31 + 24 = 620 + 24 = 644.
-
-  The general algebraic formula is (a+b)(c+d)  =  ac +ad + bc + bd.  When you make the first number term the same it becomes (a+b)(a+c) = a^2 + ac + ab + bc = a ( a+b+c) + bc.
Remember these letters in algebra are just substitutes to stand for any number.  They call them variables.  But, once you choose what a letter stands for than the math is fixed for that result.  a,b,c in this case are 100, 7,and 11:
-
------------------  107 * 111 =  (100 + 7)( 100 + 11)  =  100 ( 100 + 7 + 11) + 7*11 =
100 ( 118) + 77  =  11800 + 77  =  11,877
-
-------------------94 * 91  =  (100 -6 )(100 - 9) = 100 * (100 - 15) + (-6)(-9)  =  100 * 85 + 54  =  8500 + 54  =  8,554.
-
It takes some practice, but when you get the hang of it many complicated multiplications can be made simpler using this algebra trick.
-
-----------------  62 * 68 =  (60 + 2)( 70 - 2)  =  4200 + 140 - 120  - 4  = 4200 +20 - 4 = 4216, or even easier:
-
-----------------  62 * 68 =  (60 + 2)( 60 + 8)  =  60 ( 60+2+8 ) + 16  =  60 ( 70)  + 16  = 4200 + 16 = 4,216
-
-  You can quickly multiply a 2-digit number together by adding them and sticking the sum between the two numbers. 
-
---------------  23 * 11  =  253
-
If the sum is greater than 9 remember to carry the one:
-
--------------  96 * 11  =  1,056
-
You can do it with numbers having more than 2 - digits by adding the numbers 2 at a time and sticking their sums between the first and last numbers:
-
----------------  423 * 11  =  4, 653
-
-  There are many tricks you can play with algebra.  Here is another one for you teachers:
You ask your students to pick any 4-digit number .
-
---------------------------   1,618
-
Ok, now scramble the number to make a different number.
-
---------------------------  8,611
-
Subtract the smaller number from the larger number.
-
---------------------------  6,993
-
Now add up the digits in that number.
-
---------------------------  27
-
If you have a one digit number you are done.  If you have a 2 digit number add those up.
-
--------------------------  9
-
The answer you get is 9.  Right?  The answer you get will always be 9.  Trust me.
-
------------------    4362
------------------    6234
------------------    1872
------------------    18
------------------    9

------------------    9721
------------------    2791
------------------    7002
------------------    9
-
Practice these tricks and they will become easy.  And, you will have confidence in the results.  Let me know if you have any questions.  There is always more to learn.  The  best way to learn is through your fingers.
-
-   February 4, 2020                                            1750                      2604                                                                                                                                                 
----------------------------------------------------------------------------------------
-----  Comments appreciated and Pass it on to whomever is interested. ----
---   Some reviews are at:  --------------     http://jdetrick.blogspot.com ----- 
--  email feedback, corrections, request for copies or Index of all reviews
---  to:  ------    jamesdetrick@comcast.net  ------  “Jim Detrick”  -----------
-  https://plus.google.com/u/0/  -- www.facebook.com  -- www.twitter.com
 ---------------------   Tuesday, February 4, 2020  -------------------------
-----------------------------------------------------------------------------------------






No comments:

Post a Comment