• Courses
  • Sample Lessons
  • Instructions

  • Worksheet 1: Variables

    Go to the following web sites to learn about variables and variable expressions:

    Complete the worksheet after studying the example below.

    Variable - A letter that takes the place of an unknown number.

    Example:

    # hours worked

    Pay per hour

    Gross Income

    0

    $5

    5 * 0 = $0

    1

    5

    5 * 1 = $5

    2

    5

    5 * 2 = $10

    3

    5

    5 * 3 = $15

    4

    5

    5 * 4 = $20

     

     

     

     

     

     

     

     

     

    n

    5

    5 * n

    Fill in the table for each of the following:

    1. Movies cost $2 each to rent.

    # of movies

    charge

    your cost

    1

       

    2

       

    3

       

    4

       

    n

       

    2. A student buys a pizza for $9.85 and gives a tip of $1.00, regardless of the number of pizzas bought.

    # of pizzas

    cost of given number of pizzas

    tip

    total cost

    1

         

    2

         

    3

         

    4

         

    p

         

    Back to Sample Lessons