Please enable JavaScript to use CodeHS

Coding in Math

Lesson 2.3 The Pythagorean Theorem

Description

In this lesson, students calculate the length of the hypotenuse of a right triangle using the Pythagorean theorem. Using variables and the sqrt() method imported from the math module, students create a Python program that calculates the hypotenuse for any given right triangle.


Objective

Students will be able to?

  • use the Pythagorean theorem to find side lengths of right triangles.
  • import the Python math module and use its method for mathematical tasks