Help Haiti.    Help flood victims in Pakistan

Appetizers and Lessons for Mathematics and Reason
by A. Selby, Ph. D.   Feedback & Questions

20 pages in French: Algèbre  
 Définition d'une variable
  
La raison basée sur les  règles et modelés

www.whyslopes.com >>  Number Theory & Practices  >>   Remainder Arithmetic I     Back ] Up ] Next ]


Remainder or modular Arithmetic

There are many rules for recognizing when whole numbers are multiples of 2, 3, 4, 5, 6, 7, 8, 9,10 and 11. Those rules are consequences of modulo or remainder arithmetic. Introduction of the phrase remainder arithmetic may be a site invention or not, but the phrase points to the use we will make of modular arithmetic. 

Long division implies for any pair of natural numbers d > 0 and n > 0, there are naturals numbers q > 0 and r such that 

0 < r < d    and    n = qd +r  

Here the quotient q = the number of whole times that the divisor d goes into the dividend n, and r = the remainder. 

Two natural numbers n and m are said to be equivalent or equal modulo d, when there remainders on division by d are equal. In this case, we write

 n = m,  modulo d.

Equality modulo a whole number or divisor d is

  • reflexive, that is,  each number n = itself, modulo d, or equivalent n = n, modulo d, for each natural number n. 

  • symmetric, that is,   n = m  modulo d when and only when  m = n  modulo d, and

  • transitive, that is,  if  n = m  modulo d, and  m = t  modulo d then  n = t  modulo d.

A whole number n is divisible by the divisor d when and only when  n = qd for some whole number q. That is when and only when  n = 0, modulo d and when and only when n is a whole or natural number  multiple of the divisor d.  The number 0 is a multiple of all divisors d. Observe, if n > m then  n = m,  modulo d when and only when  n - m is a multiple of d while if n < m then  n = m,  modulo d when and only when  m -n is a multiple of d.

Remainder Calculations are based on the following properties or theorems. 

Theorem:  Suppose m, n, u and v are natural numbers. Suppose d > 0 is a whole number.   If  m = n, modolo d and   u = v, modulo d  then (i) m + u  = n +v modulo d, and (ii)  mu= nv, modulo d. 

Proof:  First, m = n, modulo d,  implies  m = a d +r and n = b d +r for some whole numbers a, b and a common remainder r with 0 < r < d. Likewise, u = v, modulo d,  implies  u = A d + s and v = B d +s for some natural numbers A, B and a common remainder r with 0 < s < d. 

Arguments for (i):  Suppose (m+ u) > (n+v)  then 

(m+ u) - (n+v) 

= (ad +r + Ad+s) - (bd+r + Bd+s) 
=  (a+A)d + (r+s) - [(b+B)d + (r+s)]
= (a+A)d-(b+B)d 
= [(a+A)-(b+b)]d

is a multiple of d, and hence (i)  m + u  = n +v modulo d holds when (m+ u) > (n+v).  The case where (n+v) > (m+u) follows similarly.

Arguments for (ii):  Suppose m u > nv  then 

mu - nv

= (ad +r)(Ad+s) - (bd+r)(Bd+s) 
=  aAd2 + asd+ Ard+ rs - [bBd2 + bsd+ Brd+ rs]
= [{(aA)-(bB)}d + (as-bs)]d 

is a multiple of d, and hence (i)  m  u  = n v modulo d holds when m u > nv.  The case where nv > mu follows similarly.


Remainder Calculations for Negative Numbers

Observe if  m > 0 is a whole number with m = r, modulo d,  then  - m = -r = n-r, modulo d,

For example  18 = 3 modulo 5. Therefore,

modulo 5:  -18 = - 3 = 0 - 3  = 5 -3 = 2.

Observe  18 = 3 x 5 + 3 while -18 = - 20 + 2 = (-4)x5 + 2. 

Calculator Usage: For every divisor d > 0 and every number N, there is a unique integer q such that  qd < N < (q+1)d so that r = N-qd satisfies 0 < r < d.  With the aid of a calculator, if N is positive, the whole number part of the decimal representation of the computed value of  N/d gives q > 0. But if N is negative, the whole number part of the decimal representation of the computed value of  N/d gives q+1 < 0, and q is one less than the whole number part of N/d. 

Recognizing Whole Number Multiples of 2, 3, 5, 9 & 11 via their Decimals Form

As a student, you need to be proficient and quick with exact arithmetic with whole numbers less than 100 and their ratios.  Some of the remainder calculation and divisibility rules below can be used quickly. The rest are curiosities. 

Decimal Based Rules for remainders for whole numbers, modulo 2, 3, 5, 9 & 11, follow.

  • Remainder on division by 2 is 0 if last digit is even, that is, a 0, 2, 4, 6 or 8.

  • Remainder on division by 2 is 1 if last digit is odd, that is, a 1, 3, 5, 7 or 9.

  • Remainder on division by 5 is 0 if last digit is  0 or 5.  

  • Remainder on division by 5 is 1 if last digit is  1 or 6.

  • Remainder on division by 5 is 2 if last digit is  2 or 7.

  • Remainder on division by 5 is 3 if last digit is  3 or 8.

  • Remainder on division by 5 is 4 if last digit is  4 or 9.

  • Remainder on division by 10 is given by the last digit.

  • Remainder on division by 100 is given by the last two digit.

  • Remainder on division by 1000 is given by the last two digit.

  • Remainder on division by 3 is given by the sum of digits, modulo 3, as 10k = 1, modulo 3, for all natural numbers k.. 

  • Remainder on division by 9 is given by the sum of digits, modulo 9,as 10k = 1, modulo 9, for all natural numbers k.. 

  • Remainder on division by 11 is given by the alternating sum of digits, modulo 11, ,as 10k = (-1)k, modulo 11, for all natural numbers k.. Knowledge of remainder arithmetic for integers required here.

Reasons to explain the above rules and further ones follow.  

Remainders Modulo 2

Observe 10k =  5k2k =  0, modulo 2, for all whole numbers k > 0. Therefore

  • 243  =  2 x 102+ 4 x 10 + 3 = 0 + 0 + 3 =  3 = 3 =1, modulo 2. 

  • 6825 = 6 x 103 + 8 x 102+ 2 x 10 + 5 = 0 + 5 = 1, modulo 2.

  • 52300 = 5230 x 10 = 0, modulo 2

In general,  the remainder, modulo 10, of a n-digit decimal whole number equals the remainder modulo 2 of the last  digit. For example, 

479 = 47 x 10 + 9 = 0+ 9 = 1, modulo 2

Remainders, Modulo 3

Now we calculate a few remainders modulo 3. For that, observe

10 =1 , modulo 3 
100 = 102 = 12 = 1,  modulo 3.
1000 = 103 = 13 = 1,  modulo 3.

Repeated calculations (mathematical induction) implies

10k =   1,  modulo 3. for all natural numbers k. 

Again, do the calculations for k = 0, 1, 2, 3, 4 and 5, or apply mathematical induction. 

Therefore with equalities modulo 3 

243  =  2 x 102+ 4 x 10 + 3  = 2*1+ 4*1 + 3 = 2+ 4 + 0 = 6 = 0, modulo 3.

Therefore with equalities modulo 3,

modulo 3:  6821 = 6 x 103 + 8 x 102+ 2 x 10 + 1 = 6 + 8 + 2 + 1 = 0+ 8 + 3 = 8 = 2 

The foregoing implies 6819 = 6821 -2 = 0 modulo 3.

Note: Putting modulo 3 before the sequence of equalities provides an immediate context for them while putting them after delays the justification. We may use both. Putting them before may be  site re-invention.

Computational short cuts may be possible. 

For instance, remainder on division by 3 is given by the sum of digits, modulo 3, as 10k = 1, modulo 3, for all natural numbers k.. But in the sum of those digits, we may replace 0, 3, 6 and 9 by zero,  2, 5 and 8 by 2 and 1, 4 and 7 by 1

Remainders, Modulo 4

The remainder, modulo 4, of a n-digit decimal whole number equals the remainder modulo 4 of the last 2 digits.  For example

6821 = 68 x 102+ 21 = 68*0 + 21 = 0 + 5 x 4 + 1 = 1 modulo 4.  

Remainders Modulo 5

Observe 10k =  5k2k =  0, modulo 5, for all whole numbers k > 0. Therefore

  • 243  =  2 x 102+ 4 x 10 + 3 = 0 + 0 + 3 =  3 = 3 modulo 5. 

  • 6821 = 6 x 103 + 8 x 102+ 2 x 10 + 8 = 0 + 3 = 3, modulo 5.

  • 475 = 47 x 10 + 5 = 0, modulo 5

  • 52300 = 5230 x 10 = 0, modulo 5

In general,  the remainder, modulo 5, of a n-digit decimal whole number equals the remainder modulo 5 of the last  digit. For example, 

479 = 47 x 10 + 9 = 0+ 9 = 1, modulo 5

Remainders Modulo 6 
A curiosity

The remainder modulo 6 of a n digit whole number N is 0 if N is a multiple of both 2 and 3.  The decimal representation of N implies N = q10 + r.  Then q = a3+b where b is 0, 1 or 2.  Therefore

 modulo 6, N = q10 + r = (a3+b)10 + r = 30a + b 10 +r = b10 +r,.

where b is 0, 1 or 2 and r is a single digit number 0 to 9.  

Example 1: For the number 6835, we have

modulo 3, 683 = 6 + 8 + 3 = 8 = 2 

Therefore b = 2, and 

modulo 6, 6825 = 682*10 + 5 =  2*10+ 5 = 25 = 1.

Example 2: For the number 23558 we have

modulo 3, 23455 = 2 + 3 + 5 + 5 = 15 = 0

Hence with b = 0, we have

modulo 6, 23558 = 2355 x 10 + 7 = 0+ 7 = 2

Remainders, Modulo 7
A curiosity 

The first 7 multiples of 7 are 7, 14, 21, 28, 35, 42 and 49.  Therefore 50 = 1 modulo 7 and 100 = 2 modulo 7.  We may use the foregoing to a form and simplify a sequence of equalities, modulo 7, to compute the remainder after division by 7. 

For a first example  

modulo 7: 34569 = 345x100 + 50 + 19 
                           = 345x2 + 1+ 5 
                           =  696  
                           = 6 x 100 +50 + 46 
                           = 6 x 2+ 1 + 4  
                           = 17
                           = 3  

Therefore 34569 = 3, modulo 7.  

For a second example,

modulo 7:  654321 = 6543 x 100 + 21 
                              = 6543 x 2 + 0 
                              = 13086 
                              = 130 x 100 + 50 + 36 
                              = 260+ 1 + 1
                              = 262 
                              = 2 x 100 +50 + 12
                              = 4 + 1 + 5 
                              = 10 
                              = 3.

Therefore 654321 = 3, modulo 7.  

Remainders, Modulo 8

The remainder, modulo 8, of a n-digit decimal whole number equals the remainder modulo 8 of the last 3 digits.  For example

76827 = 76 x 103 + 827 = 6 *0 + 827 = 0 + 206 x 4 + 3 = 3 modulo 4.  

Remainders, Modulo 9

Now we calculate a few remainders modulo 9. For that, observe

10 =1 , modulo 9 
100 = 102 = 12 = 1,  modulo 9.
1000 = 103 = 13 = 1,  modulo 9.

Repeated calculations (mathematical induction) implies

10k =   1,  modulo 9. for all natural numbers k. 

Do the calculations for k = 0, 1, 2, 3, 4 and 5, or apply mathematical induction. 

Therefore with equalities modulo 9 

243  =  2 x 102+ 4 x 10 + 3  = 2*1+ 4*1 + 3 = 2+ 4 + 3 = 9 = 0, modulo 9.

Therefore with equalities modulo 9,

modulo 9, 6821 = 6 x 103 + 8 x 102+ 2 x 10 + 1 = 6 + 8 + 2 + 1 = 17 = 10 + 7 = 1+ 7 = 8

The  forgoing implies modulo 9, 6822 = 6821 + 1 = 8+ 1 = 0.

Computational short cuts may be possible. 

For instance, Remainder on division by 9 is given by the sum of digits, modulo 3, as 10k = 1, modulo 3, for all natural numbers k.. But in the sum of those digits, we may replace 9 by zero 

If you are a student, use only those shortcuts sanctioned by or understandable to your teachers. 

Remainders, Modulo 10

The remainder, modulo 10, of a n-digit decimal whole number equals the remainder modulo 8 of the last  digit. For example

76827 = 7682 x 10 + 7 = 7682 *0 + 7 = 7, modulo 10. 

Remainders, Modulo 11

Now we calculate a few remainders modulo 11. For that, observe

10 = -1 , modulo 11 
100 = 102 = (-1)2 = 1,  modulo 11.
1000 = 103 = (-1)3 = 1,  modulo 11.

Repeated calculations (mathematical induction) implies

10k =   (-1)k,  modulo 9. for all natural numbers k. 

Do the calculations for k = 0, 1, 2, 3, 4 and 5, or apply mathematical induction. 

Therefore 

modulo 11:    243  =  2 x 102+ 4 x 10 + 3  = -2+ 4 - 3 = -1 = 10  

modulo 11, 6821 = 6 x 103 + 8 x 102+ 2 x 10 + 1 = -6 + 8 - 2 + 1 =  1

Note 10k =   (-1)k ,modulo 11, implies the ones column (k=0) makes a positive contribution, the tens column (k=1) makes a negative contribution,  and the sign of the columns alternates. So instead of writing

modulo 11: 6821 = -6 + 8 - 2 + 1 =  1

starting from the left, we can may write the alternating sum 

modulo 11:  6821 =  1 - 2 + 8 - 6 = 1

starting at the right with the one's digit. 

That brings us to the last example for remainders, modulo 11 in which we start the alternating sum with the one's or unit digit. 

Modulo 11: 76823 = 3 - 2 + 8 - 6 + 7 = 10 

Remainder Calculations for Negative Numbers

Observe if  m > 0 is a whole number with m = r, modulo d,  then  - m = -r = n-r, modulo d,

For example  18 = 3 modulo 5. Therefore,

modulo 5:  -18 = - 3 = 0 - 3  = 5 -3 = 2.

Observe  18 = 3 x 5 + 3 while -18 = - 20 + 2 = (-4)x5 + 2. 

Remark: For every divisor d > 0 and every number N, there is a unique integer q such that  qd < N < (q+1)d so that r = N-qd satisfies 0 < r < d.  With the aid of a calculator, if N is positive, the whole number part of the decimal representation of the computed value of  N/d gives q > 0. But if N is negative, the whole number part of the decimal representation of the computed value of  N/d gives q+1 < 0, and q is one less than the whole number part of N/d. 

 

 

 

 

 

 

Number Theory & Practices

Remainder Arithmetic I

A. Start of Number Theory
Section Entrance
Origins of Counting
Adding Wholes
Multipling Wholes
Distributive Law  Preamble
Distributive Law for Wholes
Consequences
More Consequences
What is a Fraction
Compound Fractions
Extrinsic Numbers Theory
Origins of Counting or Tallying

B. More Number Theory
& Practices

Arithmetic Videos
Decimal Place Value
Place Value Reinforcement
Addition Method
Comparison Method
Subtraction Methods
Multiplication Methods
Division Methods
Long Division Continued
Remainder Arithmetic I
Primes & Composites
Primes Factorization Theorem
GCMs and LCMs from Primes
Prime Factorization Aids
Prime Factorization Examples
Counting  Whole No.  Factors
N-th Roots and Primes
Fractions & Decimals
Fractions as Decimals
1 = 0.999 Recurring
Infinite Decimals Expansion Arith
Ratio of Simple Fractions
Ratio of Decimal Fractions
Unsigned Reals Numbers
Signed Coordinates
Plane Vectors
Horizontal Vectors
Adding Vector Multiplies
Adding Signed Numbers
Multiplying Signed Numbers
Distributive Law for Reals
Real Numbers Axioms
Remainder Arithmetic II

See too complex numbers.

For Senior High School  & Calculus Students

  <| (o)   (o)   |> 
 \     | |      / 
\___ _/

||
 -/[]\- 
||
   / \_ 

Words  to clearly introduce algebra and variables have been missing in course design. For people who cannot do algebra, 
the missing words may explain or ease their difficulties.  Volume 2 ,Three Skills for Algebra,  in Chapters 8 to 14 & 18 etc, puts words before symbols to providing the missing words in a way that enrich the comprehension of all.  Those words form the middle part of a algebra (and logic) lessons aimed at helping or improving all of  high school mathematics and also calculus course design & delivery. 

For Avid Readers in School & Out - Online Books 
   1.  Elements of Reason. 1996 
1A. Pattern Based Reason  1995 
1B. Math Curriculum Notes 1996 
2. Three Skills for Algebra  1995 
3.
Why Slopes & More.Math 1995
Tour their 
forewords.   

Calculus Prep or Help: See Volumes 2 & 3, and this bigger Calculus Guide.  If your  calculus   questions is not answered here, submit it. Over time, that may complete the site development of calculus. 

For Parents: Speaking Skills, Reading & Writing Preparing for Scienceends, values and methods for work and study,  parent- friendly maths skill development booklets for ages 4-14.

Mostly For High School

Intro to Solving Linear Equations
 
- a different paths for junior and even senior high school students. Question for Tutors: When do you use and when you skip the stick diagram method here?

Fraction Skills,  thought-based  development, Ages 10 to 14 may need a tutor.  Students who have to understand in order to do may like the development in all or part. 

For Senior High School Mathematics & Calculus

5
wordy Logic Chapters
4 curious Algebra Chapters
Words before & besides symbols. A Key Algebra forward & backwards Chapter   
 

First Calculus Preview (1st intro)
Four Calculus Chapters  (2nd intro)
Intro to Complex Numbers (long)
Intro to Mathematical Induction (romantic & wordy at first)

Tutors & Instructors: These lessons introduce skills differently Would you recommend them? 

More Topics 

1. Decimal Arithmetic  Reference!
2. Integers - Intro to Signed No.s

3.  Fractions - fully explained.
4.  Fractions  with Units  
5.   Number Theory
6.    Solving Linear Equations  
Formulas for- & backwards -  
8.  Proportionality, Back- & For-wards.   
9. Logic Chapters:   
10.  Euclidean-Geometry  
11.  Slopes & Equations of Straight Lines.  (Take I. See take II below)
12.  Why Study Slopes
13. Maps, Plans,  Similarity & Trig,  
  (Take II included here)
14.  Quadratics: Starter lessons
15.  Polynomials: Starter lessons 
16 Why Factor Polynomials:  
17   Functions - Forwards & Backwards.  
18.  Exponents, Radicals & logs.  
19
Complex Numbers before trig (new advance/ starter lesson)
20.  DC Electric Circuits Etc 
21.
Real  Analysis 
22. The Olde Complex No, Trig
& Vector Section.
23. More Calculus Stuff
- written after Volumes 2 and 3.

Level I Material: New Stuff
Time and Date Matters
Level I Arithmetic. 
Money Matters
Measurement Matters
Matters of Chance (Risk Control)
Logic Chapters (leave what's not clear in Level I to Level II)
Using/Making Maps and Plans.
(A variant of
Maps, Plans,  Similarity & Trig,  to appear here).

For Instructors
-
Education Essays   (opinions, possibilities, references) 
- Free Advice and Directions for teaching primary & high school maths will be given in online meeting place with voice & whiteboard.   
- Math & Logic  How-TOs 
1. Arithmetic
2. Algebra
3. More Algebra
4.  Beginner Geometry
5.  More Geometry
6. Calculus 
7. Show Work or Logic 
These may be too dense for students.

Offering ideas to change education makes this site different.  Nothing ventured, nothing gained.  Site material is mathematically  correct, and where not, please report errors. The two level program POMME in the site entrance implies multiple paths for instruction. Supporting those paths in turn implies a clear destination  for site development and perhaps a new name.


 


www.whyslopes.com >>  Number Theory    >>  Remainder Arithmetic I     Back ] Up ] Next ]


Road Safety Message   Walk on a side walk. If that is not possible, try  not to  walk on a road with your back to the traffic.
Try to see what  trucks, cars, buses or bicycles are coming, so that you may step out of their way.  Put safety first. .

Support for Technical Mathematics from Number Theory to Calculus Prep

A. More Arithmetic a must for algebra etc D. Logic In Mathematics G. Algebra with Take Home Value I. Vectors & Functions
Decimal Lesson - Reference  
Counting & Addition
   (8 lessons)
Comparison to Subtraction
  (9 lessons)
Multiplication
( 11 lessons)
Long Division  (12 lessons)
Decimals and Primes (8 lessons)
-Primes & Composites 
-Primes Factorization
-Greatest Common Divisors & Multiples.
 
-Prime Factorization Aids 
(Learn how to find factors quickly)
-Prime Factorization Examples
 
-Counting & Generating. Factors

-Divisibility Rules and Remainders for Division by 2, 3, 5, 9 and 11.
Integers (12 lessons) Intro to Signed Numbers
Fractions (< 20 lessons)  Essential Skills & Concepts 
Ratios & Fractions (3 lessons):  Similarities & Differences
  
Units in calculations
Fractions  with Units
B.  Basic Algebra
Solving Linear Equations  
- in one unknown. Intro  with stick diagrams?
the normal way
 & with good nttn.
(the nttn that reappears in Gaussian Elimination. |
-in more unknowns: simultaneous equations essentially one unknown. the let algebra do the work view of  word problems.
  - still in more unknowns:  Gaussian Elimination via substitution, by equality or comparison, by operations on equations
C. More Algebra
Words before symbols: See if U like the lengthy chapters 8 to 12 in Volume 2, Three Skills for Algebra  
What is a Variable.  The answer here  is a simple prequel to the modern mathematics viewpoint.
First, every rule & pattern U meet in math, logic & science will be used forwards and backwards.  Get a head start with this theme by reading  Chapter 14 in Three Skills for AlgebraSecond, in the study of Proportionality Relations (3 dense lessons here) finding the proportionality constant gives an initial  backward  use of the proportionality formula.
 Talking about words before symbols and the forward and backward use of formulas gives words to make algebra simpler & clearer.  
If you can not read or write precisely, you will have difficulty in following instructions.  One wordy remedy  is given by chapters 2 to 5  in Three Skills for AlgebraWhere does Logic or a geometric model for reason Appear in Mathematics? The answer lies in  Euclidean-Geometry    In North America, Euclidean Geometry disappeared from high school mathematics as it was too hard. The light treatment here is a possible remedy.
E.  More Geometry
The Pythagorean Theorem. Chapter 17 from  in Three Skills for Algebra uses algebra and geometry   to show why the  Pythagorean equation  for right triangles holds. Its forward and backward use  is common exercise..  At a more theoretical level, the Pythagorean theorem leads the discovery that not all lengths can be  fractional multiples of a unit length. That geometrically implies a  need for and even existence of irrational numbers.
Analytic Geometry:
Common Practices with  Maps and Plans drawn to scale  give coordinate-dependent base  for senior high school development of similarity, trig, vectors and straight lines.   
Complex Numbers: This lesson on
Complex Numbers  draws on Euclidean and Analytic geometry. Sbortcuts simplifiy  trig identities, the cosine law; and   trig formulas for 2D dot- and cross-products. 

F. Logarithms, Exponentials,
Roots & Powers

Logarithms, exponentials, rational and real powers for secondary students. This  complete Operational Viewpoint. (Sufficient for the precalculus forward and backward use of compound growth and decay formulas in biology, physics, chemistry,  personal finance, and calculus. To learn more, if you study calculus,  see chapter 19 of Volume 3, Why Slopes and More.Math

In Volume 2, Three Skills for Algebra, chapters
  1. Geometric Sums Etc,
  2. Notation For Sums,
  3. Personal Money Maths and
  4. Some Finite Mathematics
identify methods useful in money computations, methods needed for calculus. Your teachers or other writer may present the same ideas with greater clarity and detail - A site to do.

H. Polynomial & Quadratics

Analytic Geometry:   -  Slopes and Lines - Take 1.   Take 2 appears in site section Maps and Plans.   Two views are better than one.  I may combine them later.  -In my school days, slopes appeared year after year.   This Why  Slopes calculus preview on graphs of functions y = f(x) explains why.  Enjoy.
Quadratics and Polynomials: Operations on Polynomials:
Meet a light and ultraquick geometric introduction to  multiplication, addition and subtraction of polynomials. Then see how the foregoing combine to permit long division of polynomials.    Compare Fractions  with Units. Enrichment: A Plus:  The Geometric introduction here gives or is almost identical to a justification for column methods in decimal arithmetic. 
Geometric Derivation of the Quadratic Formula  The account here gives a starter lesson for the more algebraically harder geometric-free derivation. If you study physics, chemistry or trigonometry, you will need to know about quadratics, their factorization and the quadratic formula.
Technical Value: The study of polynomials  high school mathematics has technical value as part of the senior high school mathematics preparation for calculus.  This simple account of Why Factor Polynomials   (Chapters 2 to 6 in Volume 3 .Why.Slopes.&.More.Math.) will give a context for the study of polynomials,  their factorization, and sign analysis of functions, all in a way that should improve your algebraic thinking and reasoning skills. 
Vectors in the Plane (2 simple lessons)
- Navigation with vectors or arrows
- Sum of Motions
- more lessons to be added later.
Operations on movement or vectors along the line and in the plane have value in mathematics in defining and implying the properties of real and complex numbers before the assumption of those properties as axioms.  Vectors and their properties appear in physics, its mathematical description and formulation. 
Functions - Forwards & Backwards.  Here is a full technical reference (24 lessons) for use in a calculus or precalculus course as needed. In it, the set viewpoint of functions expression of modern pure mathematics.  comes from the set-based codification and
In the mathematics education reforms of the 1960s in North America, primary and secondary school mathematics were expressed in terms of sets. That expression has now retreated from primary and secondary school texts. But it still lingers on, and can be very useful, a source of clarity and precision, in the situations where it should be retained: Counting with the aid of sets and functions; the description of functions; the high school account of probability theory; and in the discussion or illustration of ideas in logic. 

J. Pre-Calculus Skill Check

Arithmetic Skill Check.  In the calculus courses I taught 1983-89, too many students had weak skills in arithmetic. I would give and carefully correct these exercises to tell students what they needed to review and master.  
-  All the skills and concepts in 
Chapters 1 to 24 or Volume 2, Three Skills for Algebra: Look for those you do not understand and fill the gaps. Do so quickly while balancing this advice with  your other duties.  Good luck.

All trademarks and copyrights on this page are owned by their respective owners.
Copyright to comments & contributions are owned by the Poster. 
The Rest © 1995 onward by site author,   Alan Selby
,  All Rights Reserved.