LCM calculator to find the LCM of two or more numbers. Shows solutions by prime factorization, common multiples, cake/ladder, GCF, division, and Venn diagram.
- Download the ZIP file of this repository.
- Upload the /lcm-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the LCM Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_lcm_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_lcm_calculator(); ?>
to your template where you would like the LCM Calculator to appear.