Please enable JavaScript to use CodeHS

Coding in Math

Lesson 1.5 Pulling It All Together!

Description

In this lesson, students pull together all they’ve learned in this module to write a program that calculates all of the factors of a number.


Objective

Students will be able to:

  • Use Python variables, if statements, and for loops to write a program that finds all the factors of a number.
  • Understand what the Greatest Common Factor (GCF) between two numbers is.
  • Write a program to calculate the GCF.