Section A Section A Checkpoint

Problem 1

For each description of a relationship, determine whether it is a function or not. Explain your reasoning.
  1. Input: the address of a building
    Output: the first name of a person living there
  2. Input: a polygon with side lengths given
    Output: the perimeter of the polygon
  3. Input: a positive number
    Output: a polygon with an area of the given input
Show Solution
Solution
  1. It is not a function. Some buildings have more than 1 person living in them, so there can be multiple outputs for the same input.
  2. It is a function. Every input polygon has only one perimeter associated with it.
  3. It is not a function. Sample reasoning: There are many polygons with the same area. For example, a square with side length 2 has an area of 4, but so does a right triangle with legs of length 2 and 4.
Show Sample Response
Sample Response
  1. It is not a function. Some buildings have more than 1 person living in them, so there can be multiple outputs for the same input.
  2. It is a function. Every input polygon has only one perimeter associated with it.
  3. It is not a function. Sample reasoning: There are many polygons with the same area. For example, a square with side length 2 has an area of 4, but so does a right triangle with legs of length 2 and 4.

Problem 2

The function hh takes an input value, multiplies it by 2, and adds 1 to the product.

  1. Write an equation for h(x)h(x).
  2. Sketch a graph of y=h(x)y = h(x).

Blank coordinate plane from -10 to 10 square

Show Solution
Solution
  1. h(x)=2x+1h(x) = 2x+1
  2. Graph of y = 2x + 1
Show Sample Response
Sample Response
  1. h(x)=2x+1h(x) = 2x+1
  2. Graph of y = 2x + 1