Lesson 2

Costs of Running a Restaurant

2.1: Introducing Spreadsheets (15 minutes)

Optional activity

The purpose of this activity is for students to learn about formulas in spreadsheets through hands-on experience. This exploration prepares students for using a spreadsheet to calculate the cost of recipe ingredients in the next activity.

Launch

Explain what spreadsheets are and how they work, including the following features:

  • A spreadsheet is a computer program that lets you organize information in a grid of rectangles, called cells, and to do calculations. There are many different spreadsheet programs, but they all work in basically the same way. The rows are labeled with numbers and the columns are labeled with letters.
  • Display this image of a sample spreadsheet.
     
    A 4 coulumn spreadsheet with 3 rows of data.
    Ask the students “What information is in cell B3? What does this piece of information tell us about the situation?” (1.6, how many of pounds of raisins).
  • It is helpful to put headings in the first row that describe what information goes in each column (and headings in the first column to describe each row). It is also helpful to organize the information in the spreadsheet to be read from left to right and from top to bottom.
  • If you type a formula correctly into any cell of a spreadsheet, the program will calculate and display the value of the expression. Formulas must start with an equal sign. If the answer is not a whole number, the spreadsheet will display the value as a decimal. It is possible to program each cell to round decimal values.

Note that spreadsheets on tablets are a bit different.

  • The “enter” key on the keyboard is usually at the lower right, marked with a right-angle arrow pointing down and left.
  • The Numbers spreadsheet involves less typing. Instead of typing = and a formula, tap the = button; tap a cell whose address you want in the formula; type numbers and operations. If you have typed headings, the words will appear in the formula, such as Amount (lb) Cheese.
A spreadsheet and a calculator on a tablet.

Provide access to spreadsheets. Give students quiet work time followed by whole-class discussion.

Student Facing

  1. Type each formula into the cells of a spreadsheet program and press enter. Record what the cell displays. Make sure to type each formula exactly as it is written here.
    A B C D
    1 =40-32 =1.5+3.6 =14/7 =0.5*6
    1. Predict what will happen if you type the formula =A1*C1 into cell C2 of your spreadsheet.

    2. Type in the formula, and press enter to check your prediction.

    1. Predict what will happen next if you delete the formula in cell A1 and replace it with the number 100.

    2. Replace the formula with the number, and press enter to check your prediction.

    1. Predict what will happen if you copy cell C2 and paste it into cell D2 of your spreadsheet.

    2. Copy and paste the formula to check your prediction.

Student Response

Teachers with a valid work email address can click here to register or sign in for free access to Student Response.

Anticipated Misconceptions

Some students may not understand what happened when they completed the last instruction. The fact that copying a formula from one cell and pasting it in another cell updates the row and column references in the formula can be counter-intuitive. Prompt students to double click on the cell where they pasted the formula so they can see what the formula now says.

Activity Synthesis

If possible, display a spreadsheet program and go through the steps described in the students’ books or devices. Ask students to explain why each step has the result it does. (See student response for explanations.)

The most important things for students to remember from this activity are:

  • Formulas in spreadsheets start with the equal sign and use * and / for multiplication and division, respectively.
  • You can refer to the value in another cell of the spreadsheet within your formulas. For example, the formula =A3+B2 will display the sum of the values in cells A3 and B2, as long as those cells contain just numbers and no words.
  • If you copy a formula from one cell and paste it into another cell, the program will automatically adjust any cell addresses in the formula by the number of rows and columns between the cells where the formula was copied from and pasted into.

2.2: Cost per Serving (30 minutes)

Optional activity

In this activity, students use a spreadsheet program to compute the cost for one serving of each meal they want to serve at their restaurant. Students have to find or estimate the cost of each ingredient. Since ingredients are sold in different units, they have to convert units from the ones they find for the cost to the ones used in the recipe. For example, olive oil is sold in 1 quart bottles, but the recipe asks for tablespoons. The calculations can be done in the spreadsheet, and entering the formulas into the cells of the spreadsheet is an important mathematical step. Another important step in this activity is to plan the set-up of the spreadsheet. 

Launch

If possible, have students refer back to the recipes they selected in the previous lesson. Otherwise, provide recipes for students to refer to here. Give students quiet work time followed by partner and whole-class discussion.

Representation: Internalize Comprehension. Activate or supply background knowledge about measurement. Students may benefit from watching a quick demonstration of the set-up of the spreadsheet. Review terms such as: spreadsheet formulas and converting units.
Supports accessibility for: Memory; Conceptual processing
Speaking, Listening: MLR8 Discussion Supports. Use this routine to support understanding and use of the language of spreadsheets, including the terms “cell,” “column,” “row,” “formula,” “copy,” and “paste.” Invite students to use these words when stating their ideas. Ask students to chorally repeat the phrases that include these words in context of the problem. This helps students use spreadsheet terms while verbalizing calculation predictions.
Design Principle(s): Optimize output (for explanation); Maximize meta-awareness

Student Facing

  1. Set up a spreadsheet with these column labels in the first row.

    A B C D
    1 ingredient unit
    in recipe
    amount
    in recipe
    amount
    per serving
    2
    1. Type the information about the ingredients in your recipe into the first 3 columns of the spreadsheet.

    2. Type a formula into cell D2 to automatically calculate the amount per serving for your first ingredient.

    3. Copy cell D2 and paste it into the cells beneath it to calculate the amount per serving for the rest of your ingredients. Pause here so your teacher can review your work.

  2. Add these column labels to your spreadsheet.

    E F G H
    purchase price purchase
    amount
    purchase
    unit
    cost per
    purchase unit
    1. Research the cost of each ingredient in your meal, and record the information in columns E, F, and G.

    2. Type a formula into cell H2 to automatically calculate the cost per purchase unit for your first ingredient.

    3. Copy cell H2, and paste it into the cells beneath it to calculate the cost per purchase unit for the rest of your ingredients.

  3. Add these column labels to your spreadsheet.

    I J

    K

    conversion from
    purchase units
    to recipe units
    cost per
    recipe unit
    cost
    per serving
    1. Complete column I with how many of your recipe unit are in 1 of your purchase unit for each ingredient. For example, if your recipe unit was cups and your purchase unit was gallons, then your conversion would be 16 because there are 16 cups in 1 gallon.

    2. Type a formula into cell J2 to calculate the cost per recipe unit for your first ingredient.

    3. Type a formula into cell K2 to calculate the cost per serving for your first ingredient.

    4. Compare formulas with your partner. Discuss your thinking. If you disagree, work to reach an agreement.

    5. Copy cells J2 and K2, and paste them into the cells beneath them to calculate the cost per recipe unit and cost per serving for the rest of your ingredients.

  4. Type a formula into the first empty cell below your last ingredient in column K to calculate the total cost per serving for all of the ingredients in your recipe. Record the answer here.

Student Response

Teachers with a valid work email address can click here to register or sign in for free access to Student Response.

Anticipated Misconceptions

Some students may struggle to know what formulas they should type into columns D, H, J, and K. Prompt them to write down on paper what calculation they would do for the first one or two ingredients and look for patterns that could help them figure out the other rows automatically.

Activity Synthesis

Poll the class on the cost for one serving of their recipe.

Invite student to share their experiences using the spreadsheet:

  • “What was the most difficult part of setting up your spreadsheet to do these calculations for you?”
  • “What strategies did you use to help you decide on the formulas for columns D, H, J, and K?”
  • “Which method do you prefer for this type of problem, using paper, pencil, and a calculator or using a spreadsheet? Why?”