Download Multiplication and Division

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Location arithmetic wikipedia , lookup

Elementary arithmetic wikipedia , lookup

Factorization of polynomials over finite fields wikipedia , lookup

Addition wikipedia , lookup

Arithmetic wikipedia , lookup

Transcript
Algorithms for
Multiplication and
Division
In reality, no one can teach mathematics.
Effective teachers are those who can
stimulate students to learn mathematics.
Educational research offers compelling
evidence that students learn mathematics
well only when they construct their own
mathematical understanding
Everybody Counts
National Research Council, 1989
How has this student misapplied
the rules for multiplying?
Based upon the work above, what understandings
and misunderstandings does this student have?
Multiplication and Division
What are the goals for students?
Develop conceptual understanding
 Develop computational fluency

Multiplication

Teaching multiplication to kids can be less
challenging when you relate it to a skill they
already have, such as addition.

Students who learn a variety of algorithms
and possibly who are even given a chance to
invent their own will develop into powerful
users of numbers.
Multiply 4 x 23

4 groups of 23 will be

Now there are 8 longs
and 12 ones

Regroup: 9 longs and
2 ones for 92
Partial Products Algorithm


47
Similar to the partial sums
algorithm for addition. The
x 13
procedure is to multiply one
21
pair of digits at a time.
Note that with this algorithm it does not
matter the order in which digits are
multiplied. (commutative property)
120
70
+4 0 0
611
Use the Partial Products Algorithm to show
124 × 135 = 16,740
(7 x 3)
(40 x 3)
(7 x 10)
(40 x 10)
Standard Multiplication Algorithm

This is basically an
abbreviation of the partial
products algorithm
47
x 13
141
+4 7 0
611
(47 x 3)
(47 x 10)
Use the Standard Multiplication Algorithm to show
124 × 135 = 16,740
Multiplicative Thinking
Multiplication is more complex than addition
because the two numbers (factors) in the
problem take different roles.
12 cars with 4 wheels each. How many wheels?
12
cars
x
4
=
wheels/car
(groups) (items per group)
(multiplier)
(multiplicand)
48
wheels
(total number of items)
(product)
Multiplication Strategies
12 cars with 4 wheels each. How many wheels?
Additive Strategies



Direct Modeling
Repeated Addition
Doubling
Multi-digit Multiplication Strategies
52 cards per deck. 18 decks of cards. How many cards?
Multiplicative Strategies



Single Number Partitioning
Both Number Partitioning
Compensating
Multiplication Strategies
As you look at student work, try to identify the kinds of
strategies you see students using. While this list is not
comprehensive, it will give you a place to begin. Often you
will see evidence of more than one strategy being used.
Additive Strategies



Direct Modeling
Repeated Addition
Doubling
Multiplicative Strategies



Single Number Partitioning
Both Number Partitioning
Compensating
Additional Multiplication Algorithms
Lattice Method
 Russian Peasant Method
 Egyptian Method

Lattice Multiplication Algorithm



This is basically the partial
products algorithm recorded in a
different format.
Multiply row by column
4
Sum the diagonals
47 × 13 = 611
Use the Lattice Multiplication
Algorithm to show
124 × 135 = 16,740
7
0
0 4 07 1
1 2 3
6 2 1
1 1
Russian Peasant Multiplication



The procedure is to create two
lists by taking half the first
factor and double the second
factor (dropping the
remainder each time) until the
value of the column for the
first factor is one.
Then, cross out the terms in
the second column that
correspond to the values in
the first column that are even.
Finally, add the remaining
values in the second column.
47 × 13
Half
Double
47
13
23
26
11
52
5
104
2
208
1
416
611
Egyptian Multiplication



Start with 1 and a number of the
multiplication (47)
Then we double each number and
write the results under the originals.
Proceed till the counting column
exceeds the other multiplication
number (13)
At this point we start down the left
side looking for a total of the other
number (13).


47 × 13
Count
Double
1
47
2
94
4
188
√
8
376
√
Each time we can add the number
without exceeding our goal of 13, we put
a check mark by the number opposite
Sum the values in the double
column
47 + 188 + 376 = 611
√
Teacher’s Role







Provide rich problems to build understanding
Encourage the use of “thinking tools” (manipulatives)
when needed
Guide student thinking
Provide multiple opportunities for students to share
strategies
Help students complete their approximations
Model ways of recording strategies
Press students toward more efficient strategies
Division Strategies
The strategies students use for division will be very similar
to those they used for multiplication. As you look at student
work, try to identify the kinds of strategies you see students
using. This is not a comprehensive list, and often you will
see evidence of more than one strategy being used.
Here is an example of a division problem.

Janet has 1,780 marbles. She
wants to put them into bags,
each of which holds 32
marbles. How many full bags of
marbles will she have?
Samantha solved this problem by multiplying
groups of 32 to reach 1,780.
Samantha’s solution:
1,760 is as close as she can get to 1,780 using groups of 32.
1,780 ÷ 32 = 55 R20
Janet can fill 55 bags, and she will have 20 extra marbles.
Talisha solved this problem by subtracting groups
of 32 from 1,780.
Talisha’s solution:
Here is another division example.
Dana solved this problem
by subtracting groups of
54 from 2,500.
Walter solved this problem by multiplying
groups of 54 to reach 2,500.
Direct Model

You can use objects to help you think
about division.

You have 12 cookies

Think of division as sharing. Suppose
you are sharing 12 cookies with 3
friends. How many cookies would
each person receive?
Repeated Subtraction Algorithm
84 ÷ 21


The procedure is to subtract
the divisor repeatedly from
the dividend, then the
quotient is the number of
times the divisor was
subtracted.
The algorithm is easy to
apply, but the process may
take a lot of steps
–
–
–
–
84
21
63
21
42
21
21
21
0
1
1
1
1
4
Thus,
84 ÷ 21
=4
Scaffold Algorithm


This is a more efficient
version of repeated
subtraction. The procedure
is to subtract multiples of
the divisor.
Note that the multiple
chosen maybe any number
that is less than the
dividend.
84 ÷ 21
170 ÷ 14
84
– 42
42
– 42
0
170
– 140
30
– 28
2
2
2
4
Thus,
84 ÷ 21
=4
10
2
12
Thus,
170 ÷ 14
= 12
Remainder
=2
Scaffold Algorithm
There are many advantages of using scaffolding:

It's fun and it makes sense.
It develops estimation skills.
Students are engaged in mental arithmetic – they are thinking
throughout the process, not just following an algorithm.
Students develop number sense.
The more number sense that students possess, the more efficient
the process.
There are many correct ways to arrive at a solution.
There are fewer opportunities for error than with long division.

Students who practice scaffolding are better able to divide mentally.






Long Division

Long division, which is used to
divide numbers of more than
one digit, is really just a series of
simple division, multiplication,
and subtraction problems. The
number that you divide is called
the dividend. The number you
divide the dividend by is the
divisor. The answer to a division
problem is called a quotient.
take a lot of steps
Divide 564 by 12
The quotient is 47
Teaching Division

Although division can be a confusing concept for
many students, the more simply it is taught, the
easier it will be.

Make sure that your students understand the
concept of basic division before moving on to
long division.

Almost all math becomes easier to master for
any student when they can see a relationship
between the math and their own life.