Please enable JavaScript to use CodeHS

Coding in Math

Description

Students will learn about functions and parameters, and take an in-depth look at a function that prints text to the screen. They will write an equation to calculate area of a triangle and use a function to print the area value to the screen.

Objective

Students will be able to:

  • Use functions, parameters, and variables to calculate area of a triangle
  • Print the calculated area to the screen
Description

Students will learn about if/else statements and conditions in order to categorize triangles into one of 4 categories- Acute, Obtuse, Right, and Equilateral. They will also learn how to write and use comparison and logical operators in Python programs.

Objective

SWBAT use comparison and logical operators to write if/else statements that correctly categorize triangles.

Description

Students will learn more about variables and will use algebra to rearrange equations to solve for unknown values. They will also learn to use the ?round? and ?sqrt? functions.

Objective

SWBAT write a more reusable program that will check for triangle type with any given base value.