Update documentation

This commit is contained in:
2026-04-23 14:24:58 -04:00
parent 540fdb208c
commit 8a7b952deb

View File

@@ -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
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
---