To demonstrate your understanding of Mathematical Operations, you should be able to complete these Hacks!

Hack 1

Create these functions:

Hack 2

Create a function that finds a point on a graph of f(x) = 5x + 2

  • Think f(x) = mx + b or y = mx + b.
  • Your parameter should be the x value, and your output (return value) should be the y value.