Update documentation
This commit is contained in:
12
README.md
12
README.md
@@ -1,7 +1,15 @@
|
|||||||
GCF (and LCM) Practice
|
GCF/LCM/Multiplication Practice
|
||||||
===
|
===
|
||||||
This is a simple app to practice on greatest common factor (GCF) and least
|
This is a simple app to practice on greatest common factor (GCF) and least
|
||||||
common multiple (LCM) math problems.
|
common multiple (LCM) math problems, as well as simple multiplication. It
|
||||||
|
was created to help a primary school student practice math skills. Solutions
|
||||||
|
are provided on request.
|
||||||
|
|
||||||
|
While the defaults for GCF and LCM (pairs of positive integers up to 200) may
|
||||||
|
seem large for such a young learner, the app demonstrates how to apply Euclid's
|
||||||
|
algorithm, which requires only a knowledge of integer division with remainders,
|
||||||
|
to calculate GCF. Numeric values are color coded so that the student can follow
|
||||||
|
each step of the calculation.
|
||||||
|
|
||||||
Compiling
|
Compiling
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user