All Chapter Projects


Chapter 1 Projects

Aspiring to New Heights!

An activity to demonstrate the use of whole numbers in real life.

You may have never heard of the Willis Tower, but it once was the tallest building in the United States. This structure was originally named the Sears Tower when it was built in 1973, and it held the title of the tallest building in the world for almost 25 years. The name was changed in 2009 when Willis Group Holdings obtained the right to rename the building as part of their lease for a large portion of the office space in the building.

The Willis Tower, which is 1451 feet tall and located in Chicago, Illinois, was the tallest building in the Western Hemisphere until May 2, 2013. On this date a 408 foot spire was placed on the top of One World Trade Center in New York to bring its total height to a patriotic 1776 feet. One World Trade Center now claims the designation of being the tallest building in the United States and the Western Hemisphere.

  1. The Willis Tower has an unusual construction. It is comprised of 9 square tubes of equal size, which are really separate buildings, and the tubes extend to different heights. The footprint of the Willis Tower is a 225 foot by 225 foot square. In answering the questions below, be sure to use the correct units of measurement on your answers.

    1. Since the footprint of the Willis Tower is a square measuring 225 feet on each side and it is comprised of 9 square tubes of equal size, what is the side length of each tube? (It might help to draw a diagram.)

    2. What is the perimeter around the footprint, or base of the Willis Tower?

    3. What is the area of the base of the Willis Tower?

    4. What is the area of the base for one square tube?

    5. Write the values from parts c. and d. in words.

  2. Suppose there are plans to alter the landscape around Willis Tower. The city engineers have proposed adding a concrete sidewalk 6 feet wide around the base of the building. A drawing of the proposal is shown. (Note: This drawing is not to scale.)

    The base of the tower is 225 ft by 225 ft. The sidewalk surrounds the tower and has a length of 6 ft.

    A drawing of the Willis Tower is depicted as a square with a border around it. The inner square is the base of the tower and is labeled " 225 ft × 225 ft ". The border, which is the sidewalk, is labeled with a length of " 6 ft ".

    1. Determine the total area of the base of the tower including the new sidewalk.

    2. Write down the area of just the base of the tower that you determined in part 1c.

    3. Determine the area covered by the concrete sidewalk around the building. (Hint: You only want the area between the two squares.)

    4. If a border were to be placed around the outside edge of the concrete sidewalk, how many feet of border would be needed?

    5. If the border is only sold by the yard, how many yards of border will be needed? (Note: 1 yard = 3 feet .)

    6. Round the value from part e. to the nearest ten.

    7. Round the value from part e. to the nearest one hundred.

Just Between You and Me

An activity to demonstrate the use of whole number arithmetic in real life.

Cryptography deals with turning a message from plaintext into a code known as ciphertext. Ciphertext appears to the general public as nonsense but can be decoded by the intended recipient. Over the past few hundred years, the field of cryptography has advanced greatly. Around 2000 years ago, all that was usually needed to encode (or encrypt) a message was whole number arithmetic.

To work with this classic form of encryption, often called a shift cipher, there is just one additional thing we need to know. Shift ciphers work similar to how a 12-hour clock shows the same time every 12 hours, even though it's a different time, or even a different day. Extending this concept to the alphabet, Table 1 assigns each letter a number, starting with 0 , and repeats the cycle after the letter Z.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z A B C
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

Using subtraction, we can find that the numbers representing the two As are 26 apart. Similarly, the two Bs are 26 apart. Just like the digits on a clock begin to repeat after 12 hours, the letters will begin to repeat after 26 letters.

  1. Notice C is represented by 28 .

    1. Determine the remainder when 28 is divided by 26 .

    2. Compare the value of the remainder found in part a. to the values in Table 1. What do you notice about this value and 28 ?

The idea behind a shift cipher is to shift the letters in the plaintext by a given number of letters to form the ciphertext. This encryption can be done with a right-shift or a left-shift.

A right-shift is obtained by adding the same value to each of the numbers associated with the letters. Since each letter in Table 1 is associated with a whole number, we will add the value of the right-shift, and then divide by 26 , using the letter associated with the remainder.

For example, we will apply a right-shift by 14 to encrypt the plaintext HELLO:

Step 1: H, E, L, L, O is turned into 7 , 4 , 11 , 11 , 14 .

Step 2: Adding 14 to each of these results in 21 , 18 , 25 , 25 , 28 .

Step 3: When dividing by the 26 , the remainders are 21 , 18 , 25 , 25 , 2 , so the ciphertext is VSZZC.

  1. Encrypt the word ZYGOTE using a right-shift by 3 .

A left-shift is obtained by subtracting the same value from each of the numbers associated with the letters. We will first add 26 to the number associated with the letter, subtract the value of the left-shift, and then divide by 26 , using the letter associated with the remainder.

For example, to decrypt the ciphertext VSZZC (which was encrypted using a right-shift by 14 ), we will apply a left-shift by 14 :

Step 1: VSZZC becomes 21 , 18 , 25 , 25 , 2 . Adding 26 to each of these results in 47 , 44 , 51 , 51 , 28 .

Step 2: Subtracting 14 from each of these results in 33 , 30 , 37 , 37 , 14 .

Step 3: When dividing by 26 , the remainders are 7 , 4 , 11 , 11 , 14 , so the plaintext is HELLO.

Notice that we added 26 to each number during Step 1. This is a necessary step when applying a left-shift to avoid negative numbers.

  1. When the message has more than one word, all letters are capitalized and there are no spaces nor punctuation. This adds to the look of the text being nonsense, but for someone that knows how the plaintext was encoded, part of decoding will be properly separating things out. Suppose a colleague sends the following encrypted message, and you know the colleague used a right-shift by 8 .

    QABPMUMMBQVOIBVWWV

    1. Convert the letters in the ciphertext to numbers using Table 1.

    2. What would it take to undo a right-shift by 8 ? State this and state what numbers are obtained.

    3. Convert these back to letters using Table 1.

    4. Separate out the plain text into individual words to completely recover your colleague's original message.

Suppose you are not the intended recipient of the following ciphertext, but you have intercepted the message. You know that a right-shift by a certain amount has been used, but you do not know by how much.

EWWLEWSLLZWUGXXWWKZGHSLFAFW

For very short messages, a "brute force" approach could be used to check every possible right-shift and undo that shift. But that would mean trying 25 different possibilities. This would be too time-consuming for messages moderately long to very long.

  1. Why would there 25 possibilities to check?

  2. Instead of checking every possible right-shift, messages can often be decoded using the fact that E is the most commonly used letter in the English language.

    1. Count how many times each letter occurs in the intercepted ciphertext.

    2. Assume that the letter that shows up most frequently in the ciphertext was the letter E in the plaintext. What was the amount of the right-shift?

    3. Based on your answer from part b., decrypt the message. Separate out the plain text into individual words to completely recover the plaintext of the original message you intercepted.


Chapter 2 Projects

On a Budget

An activity to demonstrate the use of fractions in real life.

Samantha's friend Meghan is always traveling to exotic locations when she goes on vacation. One day, Samantha asked Meghan how she was able to afford it. Meghan told her it was simple: she makes a budget and sets aside a portion of her income each month for a vacation. Meghan told Samantha that they could meet at her house for dinner on Saturday and she would be glad to show her how to make a budget.

The table below shows the amount Meghan spends on each category in her budget. Assume Meghan makes $ 4400 a month (after taxes) and answer the following questions. Fractions should be written in reduced form.

Meghan's Budget
Category Amount
Rent $ 1100
Groceries $ 352
Utilities $ 220
Dining Out $ 264
Vacation $ 440
Gas $ 88
Car Loan $ 528
IRA $ 264
Charity $ 440
Savings $ 275
Car Insurance $ 176
Phone $ 110
  1. Samantha earns a different amount per month and wants to compare her spending to Meghan's, so she decides to convert all of Meghan's spending to fractions. Find the fractional values for Meghan's categories by dividing each amount by her monthly income and reducing the fractions to lowest terms.

    Meghan's Budget
    Category Amount
    Rent (blank)
    Groceries (blank)
    Utilities (blank)
    Dining Out (blank)
    Vacation (blank)
    Gas (blank)
    Car Loan (blank)
    IRA (blank)
    Charity (blank)
    Savings (blank)
    Car Insurance (blank)
    Phone (blank)
  2. Find the sum of the fractions in the budget. Begin by adding the fractions that have like denominators, then add the fractions by finding a common denominator.

  3. Samantha tells Meghan that her budget must be incomplete. Meghan informs her that the remaining is what she spends on miscellaneous items like cleaning supplies, toiletries, and clothes. What fraction of her budget does Meghan spend on miscellaneous items?

  4. Samantha determines that she spends 1 10 of her income on groceries and 1 8 dining out. What fraction of her income in spent on food?

  5. What fraction of Megan's income is spent on food?

  6. Find the difference between the fractional amount that Meghan and Samantha spend for food. Who uses the largest fractional part of their income for food?

  7. Add the fractional values for the car loan, car insurance, and gas to determine the fractional amount of Meghan's income that is set aside for her car.

  8. Samantha doesn't have a car payment, but she has to pay for parking at her apartment. She has determined that she spends 1 50 of her monthly income on car insurance, 3 50 on parking, and 1 25 on gas. What fractional part of her income is used for her car?

  9. Find the difference between the fractional amount that Meghan and Samantha spend on their cars. Who uses the largest fractional part of their income for car expenses?

  10. Meghan plans to move into a new apartment with a roommate and travel more often. She needs to revise her budget accordingly.

    Meghan's Budget
    Category Amount
    Rent (blank)
    Groceries (blank)
    Utilities (blank)
    Dining Out (blank)
    Vacation (blank)
    Gas (blank)
    Car Loan (blank)
    IRA (blank)
    Charity (blank)
    Savings (blank)
    Car Insurance (blank)
    Phone (blank)
    1. Halve the first three fractions in the first column. Since Megan will have a roommate and will be gone more, she expects to spend half as much on rent, groceries, and utilities. Place the new values in the new table above.

    2. Double the last three fractions in the first column. Since Megan will be traveling, she expects to spend twice as much for dinning out, vacation, and gas. Place the new values in the table.

    3. Find the total fractional portion budgeted for the new budget plan if the second column remains the same.

    4. Would Meghan be able to afford this new budget on her current income? In other words, do the new fractions in the table add up to a fraction less than 1 ?

    5. If the new budget in part d. is over budget, what fraction is it over? If the new budget is under budget, what fractional portion is left over for miscellaneous items?

What's Cookin', Good Lookin'?

An activity to demonstrate the use of fractions in real life.

You are baking shortbread cookies for two events: your mother's birthday and your mathlete's celebration party. You have your grandfather Giuseppe's famous recipe and want to make the exact amount of cookies needed for both parties with one batch of dough, meaning you must adjust the size of the original recipe.

Giuseppe's Famous Shortbread Cookies
Ingredient Amount Needed
Butter 1 cup
Sugar 1 2 cup
Vanilla Extract 1 teaspoon
Salt 1 teaspoon
Flour 2 cups
Makes 36 cookies

No extra directions are given, typical of grandpa, huh?

  1. Eighteen people are coming to your mother's birthday and 9 people are coming to the celebration party. How many total cookies do you need, assuming each person eats one cookie?

  2. First, let's determine how to adjust the recipe to make cookies for 18 people.

    1. What fraction of the recipe do you need to make 18 cookies? (Hint: Place the part over the whole number of cookies the recipe makes and reduce.)

    2. Multiply each of the ingredients by the fraction you found in part a.

  3. Next, let's determine how to adjust the recipe to make cookies for 9 people.

    1. What fraction of the recipe do you need to make 9 cookies?

    2. Multiply each of the ingredients by the fraction you found in part a.

  4. Find the sum of the individual ingredients from Problems 2 and 3 to create one new recipe. Rewrite any improper fractions as mixed numbers.

  5. Now you have an adjusted recipe to make the exact number of cookies needed. You have the following measuring cups and spoons: 1 cup, 1 2 cup, 1 4 cup, 1 teaspoon, 1 2 teaspoon, 1 4 teaspoon, and 1 tablespoon.

    1. How would you measure out 3 4 cup of an ingredient with the given cups?

    2. Is it possible to measure out all of your ingredients with the given cups and spoons? If not, which ingredients?

    3. Find at least two pairs of fractions that add to 3 8 .

    4. If 1 4 cup is equal to 4 tablespoons, how many tablespoons would be in 1 8 cup?

    5. How could you measure out 3 8 cup of an ingredient with this new knowledge?

    6. List at least two ways you could measure out the needed amount of flour.

  6. Your sister gifted you with some local artisanal pecan flour, and you want substitute some of the flour in the recipe with the pecan flour with a one-to-one substitution. Using the available measuring cups, list three combinations of measurements that you could use to combine the normal flour and pecan flour and still measure out the total needed amount of flour.

  7. Is it necessary to create a new adjusted recipe each time you want to make a certain amount of cookies? What are some additional strategies you could use to make a certain amount of cookies for a party?

  8. Perform an internet search for recipes for your top three favorite cookies.

    1. State at least three ingredients that are commonly found in these recipes that are not included in the shortbread cookie recipe.

    2. Do you think any of these additional common baking ingredients are difficult to halve? Are any of these easy to double?

  9. When doubling or halving a recipe, some common baking ingredients should not be doubled or halved. Perform an internet search and explain in your own words why that is true.


Chapter 3 Projects

What Would You Weigh on the Moon?

An activity to demonstrate the use of decimal numbers in real life.

The following table contains the surface gravity of each planet in the same solar system as the Earth, as wells Earth's moon, and the sun. The acceleration due to gravity g at the surface of a planet is given by the formula

g = G M R 2 ,

where M is the mass of the planet, R is its radius, and G is the gravitational constant. From the formula you can see that a planet with a larger mass M will have a greater value for surface gravity. Also the larger the radius R of the planet, the smaller the surface gravity.

If you look at different sources, you may find that surface gravity varies slightly from one source to another due to different values for the radius of some planets, especially the gas giants: Jupiter, Saturn, Uranus, and Neptune.

Planet Surface Gravity (m/s2) Relative Surface Gravity Fractional Equivalent
Earth 9.78 1.00 (blank)
Jupiter 23.10 2.36 (blank)
Mars 3.72 (blank) (blank)
Mercury 3.78 (blank) (blank)
Moon 1.62 (blank) (blank)
Neptune 11.15 (blank) (blank)
Saturn 9.05 (blank) (blank)
Sun 274.00 (blank) (blank)
Uranus 8.69 (blank) (blank)
Venus 9.07 (blank) (blank)
  1. Compare the surface gravity of each planet or celestial body to the surface gravity of the Earth by dividing each planet's surface gravity by that of the Earth's, as listed in the table above. (This is referred to as relative surface gravity.) Round your answer to the nearest hundredth and place your results in the third column of the table. The values for Earth and Jupiter have been done for you. (Note: Comparing Earth to itself results in a value of 1.)

  2. For Jupiter, the relative surface gravity value of 2.36 means that the gravity on Jupiter is 2.36 times that of Earth; therefore, your weight on Jupiter would be approximately 2.36 times your weight on Earth. (Although mass is a constant and doesn't change regardless of what planet you are on, your weight depends on the pull of gravity). Explain what the relative surface gravity value means for Mars.

  3. Calculate your weight on the moon by taking your present weight (in kg or pounds) and multiplying it by the moon's relative surface gravity.

  4. Approximately how many times larger is the surface gravity of the sun compared to that of Mars? Round to the nearest whole number.

  5. Convert each value in column three to a mixed number and place the result in column four. Be sure to reduce all fractions to lowest terms.

    1. Which is larger, the relative surface gravity of Mercury or 2 5 ?

    2. Which is smaller, the relative surface gravity of the moon or 4 25 ?

    3. Write the fractional equivalent of Jupiter's relative surface gravity as an improper fraction in lowest terms.

A Trip to The Grocery Store

An activity to demonstrate the use of decimal numbers in real life.

Decimals can be encountered in many areas of our daily lives. When we order food at a restaurant or go to the gas station, we see numbers written and expressed to the nearest hundredth. The grocery store is the same; we see prices for items, prices per unit, sale stickers, and so on, and we need to be able to find the best prices to get the most for our money.

For your upcoming trip to the grocery store, and suppose you have made a full list of items that you will need to purchase. In each question, you will be evaluating the prices of each item on your list using various operations with decimals.

  1. The first three items you need to buy are a gallon of milk, 2 cartons of eggs, and a stick of butter. You have found that $ 3.49 is the best price for milk, $ 2.57 is the best price for one carton of eggs, and $ 0.93 is the best price for a stick of butter. What is the total cost of these items?

  2. For canned beans, the grocery store is running a promotional deal where you will receive 50 cents off each canned good as long as you buy 10 of them. If the price of one can of beans is $ 1.34 , what is the total price for 10 cans of beans? Explain how you found your answer.

  3. When it comes to buying a loaf of bread, you have several options. To find the best deal, in this case, we need to find the unit price. The unit price is the cost per one item in a larger group. In other words, the unit price of the bread would be the cost per each slice of bread as opposed to the cost for the entire loaf. Assume each slice is the same size.

    Bread Brand A has 25 slices and costs $ 2.35 .

    Bread Brand B has 18 slices and costs $ 1.95 .

    1. What is the unit price for a slice of Brand A's bread? Round to the nearest hundredth.

    2. What is the unit price for a slice of Brand B's bread? Round to the nearest hundredth.

    3. Which brand has the better deal per slice of bread? How do you know?

  4. The store has three brands of paper towels for sale, with varying prices and amounts of individual sheets. Assume each sheet has the same dimensions.

    Brand is $ 12.90 for 400 sheets.

    Brand D is $ 8.36 for 500 sheets.

    Brand E is $ 9.30 for 775 sheets.

    1. Calculate the unit price for each brand per sheet. Round each to the nearest hundredth.

    2. During the weekend, the grocery store is running a sale on paper towels. If Brand C is on sale for a discount of 20%, is it now cheaper than Brand E, by unit price? Explain your answer.

    3. What total price would Brand D need to be to have the same unit price as Brand E? (Hint: Use the rounded value you found in part a.)

  5. To finish your grocery trip, you have to make choices with your remaining money. What is one possible combination of items you could purchase assuming you have $ 20.00 left to spend, you must purchase at least one of each item listed, and your total must be greater than $ 18.00 . Justify your answer by showing your total spent and explain why you chose the items you did.

    • One pound of bananas for $ 0.64

    • A 5-lb bag of apples for $ 5.63

    • A 3-lb bag of potatoes for $ 3.68

    • A 2-lb bag of baby carrots for $ 1.99

    • A container of guacamole for $ 2.67


Chapter 4 Projects

Take Me Out to the Ball Game!

An activity to demonstrate the use of percents and percent increase or decrease in real life.

The Atlanta Braves baseball team has been one of the most popular baseball teams for fans, not only from Georgia, but throughout the Carolinas and the southeastern United States. The Braves franchise started playing at the Atlanta-Fulton County Stadium in 1966 and this continued to be their home field for 30 years. In 1996, the Centennial Olympic Stadium that was built for the 1996 Summer Olympics was converted to a new ballpark for the Atlanta Braves. The ballpark was named Turner Field and was opened for play in 1997. In 2017, the Braves moved to a new stadium named SunTrust Park, which was renamed as Truist Park in 2020 when SunTrust and BB&T merged.

Round all percents to the nearest whole percent.

  1. The Atlanta-Fulton County Stadium had a seating capacity of 52,769 fans. Turner Field had a seating capacity of 50,096. Truist Park has a seating capacity of 41,149.

    1. Determine the decrease in seating capacity between Turner Field and the original Braves stadium.

    2. Determine the percent decrease in seating capacity between Truist Park and Turner field.

  2. The Centennial Olympic Stadium had approximately 85,000 seats. Some of the seating was removed in order to convert it to the Turner Field ballpark. Rounding the number of seats in Turner Field to the nearest thousand, what is the approximate percent decrease in seating capacity from the original Olympic stadium?

  3. The Braves were ranked 2nd out of 16 teams in 1999 and the average attendance was 40,554. Again in 2021, they were ranked 2nd out of 15 teams and the average attendance was 28,746. What was the percent decrease in attendance from 1999 to 2021? 1

  4. The highest average attendance for the Braves was 47,960 in 1993 at the Atlanta-Fulton County Stadium. The lowest average attendance was 6642 in 1975 at the Atlanta-Fulton County Stadium. What is the percent increase from the lowest attendance to the highest? 2

  5. Chipper Jones, a popular Braves third baseman, retired in July 2013. He started his career with the Braves in 1993 at the age of 21. 3

    1. In 2001, Chipper had 189 hits in 572 at-bats. Calculate Chipper's batting average for the season by dividing the number of hits by the number of at-bats. Round to the nearest thousandth.

    2. In 2008, Chipper had 160 hits in 439 at-bats. Calculate Chipper's batting average for the season by dividing the number of hits by the number of at-bats. Round to the nearest thousandth.

    3. Calculate the percent change in Chipper's batting average from 2001 to 2008.

    4. Does this represent a percent increase or decrease?

  6. In 2001, Chipper had 102 RBIs (runs batted in). In 2008, Chipper had only 75 RBIs.

    1. Calculate the percent change in RBIs from 2001 to 2008.

    2. Does this represent a percent increase or decrease?

1 Source: "Atlanta Braves Attendance, Stadiums, and Park Factors," Baseball Reference, Accessed May 3, 2022, www.baseball-reference.com/teams/ATL/attend.shtml.

2 Source: "Atlanta Braves Attendance Data," Baseball Almanac, Accessed May 3, 2022, baseball-almanac.com/teams/bravatte.shtml.

3 Source: "Chipper Jones Stats," Baseball Almanac, Accessed May 3, 2022, www.baseball-almanac.com/players/player.php?p=jonesch06.

How Much Will This Cell Phone Cost?

An activity to demonstrate the use of percent increases and decreases in real life.

Sergio works in electronics sales. He wants to purchase a new cell phone from his place of employment, which offers a 10% employee discount. Sales tax is 7% in the city where the store is located. The original price of the cell phone Sergio wants to buy is $ 500 .

For the following problems, round monetary amounts to the nearest cent. Otherwise, do not round unless indicated.

  1. Suppose the store calculates the discount before applying sales tax.

    1. What is the price of the phone following the 10% discount, before tax?

    2. What is the total after applying tax to the answer in part a.?

  2. Let's compare the price Sergio pays to the original price of the phone.

    1. Does the price Sergio pays represent an increase or a decrease from the original price? By how much?

    2. What percent of the original price for the phone is the price that Sergio pays in Problem 1 part a.?

    3. Does the answer to part b. represent a percent increase or a percent decrease from the original price?

    4. Calculate the percent increase or percent decrease of the price of the phone.

  3. Consider whether the order of applying the discount and applying the tax matters.

    1. Find the cost of the phone if the tax is applied first, followed by the discount.

    2. How does the cost found in part a. compare to the cost found in Problem 1 part b.?

  4. Sergio's coworker Haruto is looking at a cell phone with an original price of $ 450 . Consider whether this change in original price will affect the percent of the original price he will pay after the employee discount.

    1. Repeat Problem 1 parts a. and b. and Problem 2 part b. for the phone Haruto is interested in.

    2. Does the value from part a. represent a percent increase or a percent decrease from the original price? By how much?

    3. How does the value in part b. compare to the value from Problem 2 part d.?

  5. Zendaya works at the same store as Sergio and Haruto. The final price she pays for a cell phone, including both the discount and tax, is $ 311.53 . What was the original price for her cell phone?

  6. Marya works at another electronics store in the same city (which means the sales tax is also 7%), but her employer only offers a 5% employee discount. Like Sergio, she is looking at a cell phone with an original price of $ 500 .

    1. Repeat Problem 1 parts a. and b. and Problem 2 part b. for the phone Marya is interested in.

    2. Does this represent a percent increase or a percent decrease? By how much?

    3. How do the percents for the employee discount and tax determine if there is a percent increase or a percent decrease?

  7. Suppose Sergio does not have the money on hand to pay the value calculated in Problem 1 part b. in full, so he decides to finance the phone on a 2-year plan that will charge a 30% interest rate, compounded monthly.

    1. Determine the final cost of the phone when Sergio has paid it off in full after 2 years. Round to the nearest hundredth. (Hint: You will need to use the compound interest formula.)

    2. What percent of the original price of $ 500 will Sergio have paid?

    3. Does this represent a percent decrease or a percent increase? By how much?

  8. What if Sergio trades in his previous cell phone for $ 100 ? Calculate the final cost of the new phone after paying it off using the same 2-year financing plan and determine by how much there is a percent increase or decrease when compared to the original price of $ 500 . Round to the nearest hundredth of a percent.


Chapter 5 Projects

Metric Cooking

An activity to demonstrate the use of metric to US conversions in real life.

Your grandma lives outside of the United States and has emailed you her famous apple pie recipe to use at an upcoming party. As you start to bake the pie on the day of the party, you realize grandma's recipe is written using only metric units. Looking through the supplies in your kitchen, you find a scale that measures weight in ounces and some measuring spoons that measure volume in 1 8 , 1 4 , 1 2 of a teaspoon and 1 whole tablespoon. In order to successfully bake the pie in time for the party, you must quickly convert the metric measurements to US measurements. You start with the pie crust ingredients.

Pie Crust
Ingredient Metric Measurement US Measurement
Flour 280 g (blank) oz
Vegetable Shortening 90 g (blank) oz
Unsalted Butter 50 g (blank) oz
Cold Water 90 mL (blank) tbsp
Salt 5 mL (blank) tsp
  1. Fill in the third column of the pie crust table by converting the measurements of each ingredient using the correct conversion factors. Use 1 mL = 0.068 tbsp and 1 mL = 0.203 tsp . (Note: tbsp stands for tablespoon and tsp stands for teaspoon.)

  2. The recipe requires the oven to be preheated to 230 , but your oven measures degrees in Fahrenheit. What temperature should you preheat your oven to?

While the oven is preheating, you begin to prepare the ingredients for the apple filling.

Apple Filling
Ingredient Metric Measurement US Measurement
Apples 1 kg (blank) oz
Sugar 100 g (blank) oz
Cornstarch 15 mL (blank) tsp
Cinnamon 2.5 mL (blank) tsp
Salt 0.5 mL (blank) tsp
Nutmeg 0.5 mL (blank) tsp
Butter 25 g (blank) oz
  1. Fill in the third column of the apple filling table by converting the measurements of each ingredient using the correct conversion factors. Use 1 mL = 0.068 tbsp and 1 mL = 0.203 tsp .

  2. Since the measuring spoons can only measure 1 8 , 1 4 , 1 2 of a teaspoon and 1 whole tablespoon, what is the most reasonable way to round each US volume measurement in each of the tables?

In addition to the usual recipe, your grandma has listed several variations on the recipe that depend on the taste of the apples. For bland apples, you should add 20 mL of lemon juice to the filling. For sour apples, you should increase the sugar to 140 g .

  1. You taste the apples and decide you need to increase the sugar to 140 g . You have already added 100 g . How many more ounces of sugar do you need to add to reach 140 g ?

  2. You notice that the recipe requires a pie pan with a diameter of 23 cm . After measuring the pie pan you discover it is 9 inches in diameter. Is the pie pan the right size for the apple pie? What is its diameter in inches? Round to the nearest whole number.

Confused Conversions

An activity to investigate the proper use of conversions between systems of measurements in real life.

Imagine talking to your European friend and you remark that the daily high was 30 degrees. Things can get a little confusing: 30 is a cold snap while 30 is a very warm summer day. This confusion could be avoided by making sure that you are clear about which system's units you are using.

Could confusing measurements between the metric system and the US system cause more harm than just a misunderstanding? We will explore some real-life situations where things didn't go very well.

  1. In 1983, Air Canada Flight 143, the infamous Gimli Glider made an emergency landing in Gimli, Manitoba, when it ran out of fuel midair. The mistake can be traced to a refueling procedure: the plane was supposed to be fueled using kilograms, but it was instead refueled using pounds.

    1. Considering that there are approximately 0.454 kilograms in one pound, determine the number of kilograms in 100 pounds of fuel.

    2. Suppose an empty tank can hold 400 kilograms of fuel. Instead, 400 pounds of fuel are added to the tank. How many more kilograms of fuel would be needed to get a full tank?

  2. In 1998, NASA had a slight miscommunication with the Mars Climate Orbiter. This was a $ 125 -million spacecraft designed to study Mars's atmosphere. It was forever lost in space once it was made to accelerate too quickly.

    1. The standard metric unit for impulse is the Newton-second (N s ) while the customary English unit is the pound-second (lb s ). We know that one Newton is approximately equal to 4.45 pounds. What is the value of 250 N s in lb s ?

    2. The Mars Climate Orbiter was calibrated to receive impulse information in N s but NASA inadvertently converted the number to lb s . How many times larger was the impulse value that was relayed to the orbiter compared to the correct value.

  3. A grain is a unit of measure equal to about 0.065 grams. In 1999, the Institute for Safe Medication Practices reported a case of a patient who received 0.5 grams of phenobarbital (a sedative) instead of the prescribed 0.5 grains.

    1. Determine the dose in grains of 0.5 grams of phenobarbital. Round to the nearest tenth.

    2. What is a possible consequence of giving a patient 0.5 grams instead of 0.5 grains?

  4. Perform an internet search for "Verizon cents versus dollars." This is a video of a customer disputing their data charges with a cellphone carrier. Explain how his billing issue is related to our confused conversions problems.

  5. Have you ever found yourself in a situation where a misunderstanding about units and conversions created a problem? Either describe your own situation or research one on the internet.


Chapter 6 Projects

Before and After

An activity to demonstrate the use of geometric concepts in real life.

Suppose HGTV came to your home one day and said, "Congratulations, you have just won a FREE makeover for any room in your home! The only catch is that you have to determine the amount of materials needed to do the renovations and keep the budget under $ 2000 ." Could you pass up a deal like that? Would you be able to calculate the amount of flooring and paint needed to remodel the room? Remember it's a FREE makeover if you can!

Let's take an average size room that is rectangular in shape and measures 16 feet 3 inches in width by 18 feet 9 inches in length. The height of the ceiling is 8 feet. The plan is to repaint all the walls and the ceiling and to replace the carpet on the floor with hardwood flooring. You are also going to put crown molding around the top of the walls for a more sophisticated look.

  1. Take the length and width measurements that are in feet and inches and convert them to a fractional number of feet and reduce to lowest terms. (Remember that there are 12 inches in a foot. For example, 12 feet 1 inch is 12 1 12 feet.)

  2. Now convert these same measurements to decimal numbers.

  3. Determine the number of square feet of flooring needed to redo the floor. (Express your answer in terms of a decimal and do not round the number.)

  4. If the flooring comes in boxes that contain 24 square feet, how many boxes of flooring will be needed? (Remember that the store only sells whole boxes of flooring.)

  5. If the flooring you chose costs $ 74.50 per box, how much will the hardwood flooring for the room cost (before sales tax)?

  6. Figure out the surface area of the four walls and the ceiling that need to be painted, based on the room's dimensions. (We will ignore any windows, doors, or closets since this is an estimate.)

  7. Assume that a gallon of paint covers 350 square feet and you are going to have to paint the walls and the ceilings twice to cover the current paint color. Determine how many gallons of paint you need to paint the room. (Again, assume that you can only buy whole gallons of paint. Any leftover paint can be used for touch-ups.)

  8. If the paint you have chosen costs $ 18.95 per gallon, calculate the cost of the paint (before sales tax).

  9. Determine how many feet of crown molding will be needed to go around the top of the room.

  10. The molding comes in 12-foot sections only. How many sections will you need to buy?

  11. If the molding costs $ 2.49 per linear foot, determine the cost of the molding (before sales tax).

  12. Calculate the cost of all the materials for the room makeover (before sales tax).

    1. Were you able to stay within budget for the project?

    2. If so, then what extras could you add? If not, what could you adjust in this renovation to stay within budget?

    3. Using sales tax in your area, calculate the final price of the room makeover with sales tax included.

This Mixtape Is Fire!

An activity to demonstrate the use of geometric formulas and properties in real life.

While most music listening today happens via online streaming, music is still distributed in a variety of physical formats, such as cassette tapes, CDs, and vinyl records.

Imagine that you are a musical artist who wants to produce and distribute your own music using cassette tapes, CDs, and vinyl records. To save money, you plan to design the album artwork yourself and send the art files to the manufacturer along with the music files. The album artwork contains the cover art, information about each song, and all the credits. The dimensions of the album artwork for each type of physical media varies.

  1. For the cassette tape, the album artwork (called a J-card) is commonly printed on a 4-inch by 4.11-inch rectangle that is folded into a J shape and placed into a plastic case.

    1. What is the perimeter of this sleeve?

    2. What is the area of this sleeve?

  2. The plastic case for a cassette tape commonly measures 4.25 inches by 2.75 inches by 0.6 inches. The case is in the shape of a rectangular prism.

    1. What is the surface area of a cassette case?

    2. What is the volume of a cassette case? Round to the nearest hundredth.

  3. For the CD, the front artwork is commonly printed onto a 4.724-inch square and the back artwork is printed onto a 4.724-inch by 5.96-inch rectangle. Both the front and back artwork is inserted into a plastic case with dimensions 4.91 inches by 5.61 inches by 0.39 inches. The case is in the shape of a rectangular prism. The entire case is then wrapped in plastic film.

    1. What is the total area of the front and back artwork? Round to the nearest hundredth.

    2. What is the volume of the CD case? Round to the nearest hundredth.

    3. A less common CD case has dimensions 4.92 inches by 5.51 inches by 0.41 inches. Which CD case size would require less plastic film to wrap it? How do you know?

  4. The vinyl record sleeve has a 12.375-inch square for the cover art. Suppose you want to designate a triangle at the top right of the cover art for the artist's name. This triangle has one leg along the right side of the sleeve measuring 3 inches and another leg along the top side of the sleeve measuring 4 inches.

    1. What is the perimeter of the cover art excluding the triangle? Explain how you found this perimeter, using the Pythagorean Theorem in your explanation.

    2. What is the area of the cover art excluding the triangle? Round to the nearest hundredth.

  5. Each vinyl record is circular with a diameter of 12 inches. Use the approximation π 3.14 .

    1. What is the circumference of a 12-inch vinyl record?

    2. In the middle of each record, there is a circle with a diameter of 3 inches with no music on it where a paper label is placed to identify the record. What is the area of the playable surface of this vinyl record that is not the center label? Explain how you found your answer.

    3. You plan to have 500 vinyl records made for your album. At their center, each record has a height of 0.3 inches. The height along the outside of the record is 0.2 inches with a rounded edge. Can you use the formula for a volume of a cylinder to calculate the exact volume of a stack of 500 records? Explain your answer.


Chapter 7 Projects

What's My Average?

An activity to investigate the relationships among different measures of central tendency.

If you are a college student, then grades are important to you. They determine whether you are eligible for scholarships or getting into a particular college or program of choice. It is important to be able to calculate your grade point average in a class and to be able to determine the score you need on a test to reach your desired average. Professors have many different ways of calculating your average for a class. Measures of average are often referred to as measures of central tendency.

For this project, you will be working with two of these measures, the mean and the median.

Recall that the mean of a set of data is found by adding all the numbers in the set and then dividing by the number of data values. The median is the middle number once you arrange the data in order from smallest to largest. If there is an even number of data values, then the median is the mean of the two middle values. The median separates the data into two parts such that 50 % of the data values are less than the median and 50 % are greater than the median.

Jonathan and Tristen are two students in Dr. Hawkes Math 230 class. So far, Dr. Hawkes has given 5 tests and the students' scores are listed below.

Jonathan Tristen
24 80
98 84
86 88
96 72
96 81
  1. Calculate the mean and median of Jonathan's grades.

  2. Calculate the mean and median of Tristen's grades.

  3. Compare the two measures of average for each student.

    1. Are the mean and median similar for Jonathan?

    2. Are the mean and median similar for Tristen?

    3. Based on the mean, who has the best average in the class?

    4. Based on the median, who has the best average in the class?

  4. In your opinion, which student has the most consistent test scores? Explain your reasoning.

  5. If each student had scored 2 points higher on each test, how would this affect

    1. The mean of their grades?

    2. The median?

  6. Dr. Hawkes is planning on giving one more test in the class. His grading scale is as follows.

    A 93-100
    B 85-92
    C 74-84
    D 69-73
    F Below 69
    1. What is the lowest score each student can make on the test and still end up with a grade of C for the class (based on the mean of all test scores)?

    2. Who has to make the higher grade on the last test to get a C, Jonathan or Tristen?

    3. If the last test counts double (equivalent to two test grades) what is the lowest score each student can make on the test in order to make a B in the class (based on the mean of all test scores)? (Do not round the mean.)

    4. If the last test counts double, who has to make the higher grade on the last test to get a B, Jonathan or Tristen?

  7. Based on the work you have done in Problems 1 through 6, which measure do you think is the best measure of a student's average grade, the mean or the median? (Explain your reasoning by looking at this question from both Jonathan and Tristen's point of view.)

Misleading Graphs

An activity to demonstrate the use of bar graphs in real life.

Unfortunately, we can be intentionally or unintentionally misled by statistics, particularly when graphs are used to convey findings. In this project, you'll learn how to spot when this occurs with a bar graph and how to fix the representation.

Suppose the following table reported education levels among all young adults (18–24 years old) within the United States for a specific year.

Highest Education Level Attained Percent ( % )
Neither a High School Diploma nor a G.E.D. 5
High School Diploma or G.E.D. 65
Bachelor's Degree 20
Beyond Bachelor's Degree 10
  1. The percent value in the first category is lower than all the others. For the other three categories, calculate how many times bigger the percents are compared to the percent value in the first category.

  2. Suppose a graphic designer presents the information in the following bar graph. For each of the four categories, calculate the area of the bar shown. (Recall that the area of a square is A = s 2 .)

    Misleading bar graph of the data found in the previous table. The four bars are displayed as squares instead of rectangles.

    A misleading bar graph titled "Highest Education Level Attained". the vertical axis is labeled "Percent ( % )" and ranges from 0 to 80 in units of 10 . The horizontal axis is labeled "Category" and has the following labels, given from left to right: "Neither a High School Diploma nor a G.E.D.", "High School Diploma or G.E.D", "Bachelor's Degree", "Beyond Bachelor's Degree". The bars for each category are drawn as squares, instead of the usual rectangles used in bar graphs. The bar for "Neither a High School Diploma nor a G.E.D." rises to 5 percent. The bar for "High School Diploma or G.E.D." rises to 65 percent. The bar for "Bachelor's Degree" rises to 20 percent. The bar for "Beyond Bachelor's Degree" rises to 10 percent.

  3. Similar to Problem 1, the area in the first category is smaller than the areas for all the other categories. Calculate how many times bigger the area of each of the other three are compared to the area in the first category.

  4. There is a relationship between the area comparisons in Problem 3 to the percent comparisons in Problem 1. What is it? (Hint: What type of geometric figures are shown in the graph and what calculation does this suggest?)

  5. Review Section 7.3. Which step of constructing a vertical bar graph was skipped, whether intentional or not? How could this alter the perceptions of those reading the graph in Problem 2?

  6. Construct a vertical bar graph that follows all the steps shown in Section 7.3.

  7. Although we are able to do the calculations and make the comparisons to spot the misrepresentation, why do you think the skipped step mentioned in Problem 5 is important? (Note: Whether for short reading or a deep dive, look into the works of psychologist Jean Piaget.)

  8. Suppose that one year later the information was updated and presented in the following table. While it may be understandable that the information was presented this way, it cannot be used to construct a bar graph for educational levels of young adults in the US. Why?

    Highest Education Level Attained Percent ( % )
    At Least a high School Diploma or G.E.D. 96
    At Least a Bachelor's Degree 24
    Beyond a Bachelor's Degree 11
  9. Use the information from the table in Problem 8 to do the following.

    1. Construct a new table like the one from the beginning of the project. (Hint: Subtraction is required.)

    2. Explain why subtraction was required to construct the table in part a.

    3. Construct a vertical bar graph to go along with the table in part a.


Chapter 8 Projects

Going to Extremes!

An activity to demonstrate the use of signed numbers in real life.

When asked what the highest mountain peak in the world is, most people would say Mount Everest. This answer may be correct, depending on what you mean by highest. According to Geology.com, there may be other contenders for this important distinction.

The peak of Mount Everest is 8850 meters (or 29,035 feet) above sea level, giving it the distinction of being the mountain with the highest altitude in the world. However, Mauna Kea is a volcano on the big island of Hawaii whose peak is over 10,000 meters above the nearby ocean floor, which makes it taller than Mount Everest. A third contender for the highest mountain peak is Chimborazo, an inactive volcano in Ecuador. Although Chimborazo only has an altitude of 6263 meters ( 20,549 feet) above sea level, it is the highest mountain above Earth's center. How could a mountain that is only 6263 meters tall be higher than a mountain that is 8850 meters tall? Because the Earth is not really a sphere but an "oblate spheroid," which means that the Earth is widest at the equator. Chimborazo is 1 ° south of the equator which makes it about 2000 meters farther from the Earth's center than Mount Everest.

What about the other extreme? What is the lowest point on Earth? As you might have guessed, there is also more than one candidate for that distinction. The lowest exposed area of land on Earth's surface is on the Dead Sea shore at 413 meters below sea level. The Bentley Subglacial Trench in Antarctica is the lowest point on Earth that is not covered by ocean but is covered by ice. This trench reaches 2555 meters below sea level. The deepest point on the ocean floor occurs 10,916 meters below sea level in the Mariana Trench in the Pacific Ocean.

  1. Calculate the difference in elevation between Mount Everest and Chimborazo in both meters and feet. What operation does the word difference imply?

  2. Write an expression to calculate the difference in elevation between the peak of Mount Everest and the lowest point on the Dead Sea shore in meters and then simplify.

  3. If you were to travel from the bottom of the Mariana Trench to the top of Mount Everest, how many meters would you travel?

  4. If Mount Everest were magically moved and placed at the bottom of the Mariana Trench, how many meters of water would lie above Mount Everest's peak?

  5. How much farther below sea level (in meters) is the Mariana Trench as compared to the Dead Sea shore?

  6. Add the elevations (in meters) together for Mount Everest, Chimborazo, the Dead Sea Shore, the Bentley Subglacial Trench, and the Mariana Trench and show your result. Is this number positive or negative? Would this value represent an elevation above or below sea level?

  7. Convert the results in Problems 2 through 4 above to feet using the conversion factor 1 meter = 3.28 feet . Do not round your answers.

  8. Convert the results in Problem 7 from feet to miles using the conversion factor 1 mile = 5280 feet . (Round your answers to the nearest thousandth.)

  9. Using the height of Mount Everest in meters as an example, the conversions in Problems 7 and 8 could have been combined to do the conversion from meters directly to miles by using the following sequence of conversion factors:

    8850 m 3.28 ft 1 m 1 m 5280 ft 5.498 miles

    (A mountain peak over 5 miles high!)

    Now notice that in doing the conversions, the units for meters and feet cancel out since they appear in both the numerator and denominator, leaving only the unit of miles in the numerator of your result. This is called dimensional analysis and is extremely helpful in converting measurements to make sure you end up with the correct answer and the correct units on your result.

    Now verify that this sequence of conversions works by taking the results from Problems 2 through 4 and applying both conversion factors above. How do your results compare to the results from Problem 8? (Round your answers to the nearest thousandth.)

  10. There is more than one way that this conversion could have been performed. Using the conversion factors 1 km = 1000 m and 1 mile = 1.61 km , convert the results in Problems 2 through 4 from meters to miles by using these factors in sequence similar to Problem 9 and performing a dimensional analysis. (Round your answer to the nearest thousandth.) Do you get exactly the same results? Why do you think this is so?

Ordering Operations

An activity to explore the orders of operations.

Did you know that the order of operations you learn in math courses is a relatively new set of rules? The rules were created in the early 1900s and solidified into the current form along with the creation of computers and computer languages. Before the 1600s, mathematical notation was not commonly used, and mathematical expressions and equations were written out in words. Any phrasing that was ambiguous (that is, could be understood in more than one way) was avoided. When simplifying expressions in mathematics, care must be taken to properly follow the order of operations. If you stray from the order, you will reach a different conclusion than intended.

Suppose you are creating a computer program to follow the rules for the order of operations. The computer uses * for multiplication, / for division, and ^ to indicate exponents.

  1. As your first test, you enter " 8 + 0 * 3 10 / 2 " into the computer program and it returns a value of 7 .

    1. Following the order of operations, what would you expect as the result?

    2. Explain the error(s) made by the computer program.

    3. Insert grouping symbols into the expression so that it will simplify to the value returned by the computer.

    4. Rewrite the expression (using parentheses if needed) so that the computer program will return the expected value from part a. if the computer program is not modified.

    5. Compare the answers from parts c. and d. What do you notice?

  2. After modifying your code, you verify that the previous expression returns the correct value. For the next test, you enter " 4 ^ 2 10 / 2 + 4 " and the computer returns a value of 15.

    1. Following the order of operations, what would you expect as the result?

    2. Explain the error(s) made by the computer program.

    3. Rewrite the original expression so that it will simplify to the value returned by the computer.

  3. After further modification, the computer program can now properly follow the order of operations. You next add code to allow the program to simplify algebraic expressions. You test your code by entering " 2 ( 3 x + 5 y ) " and it returns 16 x y .

    1. What would you expect the program to return?

    2. Explain the error(s) made by the computer program.

    3. Is this the same error as the computer returning a result of 30 x y when you enter " 3 ( 5 x + 6 y ) "?

  4. As a final step, you write code to allow the program to translate English phrases into algebraic expressions. You enter the phrase "five times two plus three" and the program returns " 5 * 2 + 3 ".

    1. If you expected " 5 ( 2 + 3 ) " in return, is the issue with the computer program or your phrasing? Explain what the issue is.

    2. Next, you enter the phrase "twelve less two times a number" and the program returns " 2 x 12 ". Is the issue the computer program or phrasing?


Chapter 9 Projects

A Linear Vacation

An activity to demonstrate the importance of solving linear equations in real life.

The process of finding ways to use math to solve real-life scenarios is called mathematical modeling. In the following activity you will be using linear equations to model some real-life scenarios that arise during a family vacation.

For each question, write a linear equation in one variable and then solve.

  1. Penny and her family went on vacation to Florida and decided to rent a car to do some sightseeing. The cost of the rental car was a fixed price per day plus $ 0.29 per mile. When she returned the car, the bill was $ 209.80 for three days and they had driven 320 miles. What was the fixed price per day to rent the car?

  2. Penny's son Chase wanted to go to the driving range to hit some golf balls. Penny gave the pro-shop clerk $ 60 for three buckets of golf balls and received $ 7.50 in change. What was the cost of each bucket?

  3. Penny's family decided to go to the Splash Park. They purchased two adult tickets and two child tickets. The adult tickets were 1 1 2 times the price of the child tickets and the total cost for all four tickets was $ 130 . What was the cost of each type of ticket?

  4. Penny's family went shopping at a nearby souvenir shop where they decided to buy matching T-shirts. If they bought four T-shirts and a $ 9.99 bottle of sunscreen for a total cost of $ 89.51 , before tax, how much did each T-shirt cost?

  5. Penny and her family went out to eat at a local restaurant. Three of them ordered a shrimp basket, but her daughter Meghan ordered a basket of chicken tenders, which was $ 4.95 less than the shrimp basket. If the total order before tax was $ 46.85 , what was the price of a shrimp basket?

  6. While on the beach, Penny and her family decided to play a game of volleyball. Penny and her son beat her husband and daughter by two points. If the combined score of both teams was 40 , what was the score of the winning team?

Breaking Even

An activity to demonstrate the use of linear equations and inequalities in business.

In manufacturing, the production cost for an item usually has two components: a fixed cost and a variable cost. You can think of the fixed cost as money that must be spent to operate the business regardless of production level. Examples of fixed cost include paying the rent or mortgage for the manufacturing facility or insurance on the property. The variable cost reflects the funds that must be spent to produce one unit of the product. Variable cost should account for things like raw materials and labor costs.

  1. A guitar manufacturer has daily fixed cost of $ 12,000 and each guitar costs $ 230 to build.

    1. Determine the total cost of producing 10 guitars in one day.

    2. How many guitars were produced in a day when the total cost was $ 21,890 ?

    3. What is the minimum number of guitars produced in a day that will make the total cost exceed $ 50,000 ?

  2. The revenue for a manufacturer is the income generated from selling products. Revenue is defined as the price per unit times the number of units sold. The guitar manufacturer from our previous problem can sell each guitar for $ 400 .

    1. Determine the revenue when 10 guitars are sold.

    2. What is the minimum number of guitars that the manufacturer must sell in a day so that revenue is at least $ 50,000 ?

  3. Profit is defined as revenue minus cost. The break-even point is the production level at which the profit is exactly zero. Above that level, the manufacturer returns a profit. Determine the break-even point for this guitar manufacturer. In other words, find the number of guitars that must be manufactured and sold in a day to cover all the manufacturing cost.

  4. If the manufacturer could decrease fixed cost from $ 12,000 to $ 10,000 , would you expect the break-even point to go up or down? Explain. Use a linear equation to verify your prediction.

  5. Assume that the manufacturer keeps fixed cost at $ 12,000 with a production cost of $ 230 per guitar. What should the sale price be to keep a break-even point of 80 units?

  6. Write a linear inequality that represents the company returning a positive profit if the fixed cost is $ 12,000 with a production cost of $ 230 per guitar and a sale price of $ 400 per guitar.

  7. Solve the inequality found in Problem 6. Round to the nearest integer and write the solution set in interval notation. Explain what this solution set represents.

  8. Based on the solution set found in Problem 7, is there a limit to the number of guitars that can be manufactured and sold and still return a profit? Do you think this is realistic? Explain your answer.


Chapter 10 Projects

What's Your Car Worth?

An activity to demonstrate the use of linear models in real life.

When buying a new car, there are a number of things to keep in mind: your monthly budget, length of the warranty, routine maintenance costs, potential repair costs, cost of insurance, etc.

One thing you may not have considered is the depreciation, or reduction in value, of the car over time. If you like to purchase a new car every 3 to 5 years, then the retention value of a car, or the portion of the original price remaining, is an important factor to keep in mind. If your new car depreciates in value quickly, you may have to settle for less money if you choose to resell it later or trade it in for a new one.

Below is a table of original Manufacturer's Suggested Retail Price (MSRP) values and the anticipated retention value after 3 years for three 2022 mid-price car models.

Car Model 2022 MSRP Expected Value in 2025 Rate of Deprecation (slope) Linear Equation
Mini Cooper $ 28,600 $ 16,390 (blank) (blank)
Toyota Camry $ 25,845 $ 13,101 (blank) (blank)
Ford Taurus $ 30,230 $ 13,244 (blank) (blank)
Graph left intentionally blank

A blank graph titled "Manufacturer's Suggested Retail Price (MSRP)". The horizontal axis is labeled "Years After Purchase" and ranges from 0 to 10 in increments of 1 . The vertical axis is labeled "Car Value (in thousands)" and ranges from 0 to 30 in increments of 5 . The graph is left intentionally blank so that the student can update it as prompted in the following questions.

  1. The x-axis of the graph is labeled "Years after Purchase." Recall that the MSRP value for each car is for the year 2022 when the car was purchased.

    1. What value on the x-axis will correspond to the year 2022?

    2. Using the value from part a. as the x-coordinate and the MSRP values in column two as the y-coordinates, plot three points on the graph corresponding to the value of the three cars at time of purchase.

    3. What value on the x-axis will correspond to the year 2025?

    4. Using the value from part c. as the x-coordinate and the expected car values in column three as the y-coordinates, plot three points on the graph corresponding to the value of the three cars in 2025.

  2. Draw a line segment on the graph connecting the pair of points for each car model. Label each line segment after the car model it represents and label each point with a coordinate pair, x y . Consider using a different color when plotting each line segment to help you identify the three models.

  3. Use the slope formula, m = y 2 y 1 x 2 x 1 , to answer the following questions.

    1. Calculate the rate of depreciation for each model by calculating the slope (or rate of change) between each pair of corresponding points using the slope formula and enter it into the appropriate row of column four of the table.

    2. Are the slopes calculated above positive or negative? Explain why.

    3. Interpret the meaning of the slope for the Toyota Camry making sure to include the units for the variables.

    4. Which car model depreciates in value the fastest? Explain how you determined this.

  4. Use the slope-intercept form of an equation, y = m x + b , for the following problems.

    1. Write an equation to model the depreciation in value over time of each car (in years). Place these in column five of the table.

    2. What does the y-intercept represent for each car?

  5. Use the equations from Problem 4 for the following problems.

    1. Predict the value of the Mini Cooper 4 years after purchase.

    2. Predict the value of the Ford Taurus 2 1 2 years after purchase.

  6. Determine from the graph how long it takes from the time of purchase until the Ford Taurus and the Toyota Camry have the same value. (It may be difficult to read the coordinates for the point of intersection, but you can get a rough idea of the value from the graph. You can find the exact point of intersection by setting the two equations equal to one another and solving for x.)

    1. After how many years are the car values for the Ford Taurus and the Toyota Camry the same? Round to the nearest tenth.

    2. What is the approximate value of both cars at this point in time? Round to the nearest 100 dollars.

  7. How long will it take for the Toyota Camry to fully depreciate (reach a value of zero)?

    1. For the first method, extend the line segment between the two points plotted for the Toyota Camry until it intersects the horizontal axis. The x-intercept is the time at which the value of the car is zero.

    2. Substitute 0 for y in the equation you developed for the Toyota Camry and solve for x. Round to the nearest year.

    3. Compare the results from parts a. and b. Are the results similar? Why or why not?

  8. How long will it take for the Ford Taurus to fully depreciate? (Repeat Problem 7 for the Ford Taurus.) Round to the nearest year.

  9. Why is there such a difference in depreciation for the Camry and the Taurus? Do some research on a reliable Internet site and list two reasons why cars depreciate at different rates.

  10. Based on what you have learned from this activity, do you think retention value will be a significant factor when you purchase your next car? Why or why not?

Demand and It Shall Be Supplied

An activity to demonstrate the use of linear equations and linear inequalities in real life.

In economics, the demand for a product is the number of units of the product that the market is willing to absorb at a certain price. That is, the demand is the number of units of the product that sells at any given time. The most basic model for the demand d as a function of the price p is given by a linear equation

d = b + m p ,

where m and b are real numbers.

  1. The owner of a T-shirt company believes that the demand d (in units) for their Stranger Things T-shirt follows the linear demand model from the introduction, where p is the price of one T-shirt and m and b are real numbers. The company owner knows that they can sell 300 Stranger Things T-shirts for $ 20 each but only 250 T-shirts at $ 25 each.

    1. Explain why it is reasonable to believe that the demand of T-shirts decreases as the price increases.

    2. Compute the value of the real number m. How would you interpret the value you have found?

    3. Compute the value of the real number b. How would you interpret the value you have found?

    4. Write the demand equation using your answers from parts b. and c.

The supply for a product is the number of units of a product that the manufacturer can make available at a certain price. The most basic model for the supply s as a function of the price p is given by a linear equation

s = b + m p ,

where m and b are real numbers.

  1. The T-shirt company from Problem 1 can produce 275 shirts when the price is $ 20 . If the price is raised to $ 25 , they can produce 300 shirts.

    1. Explain why it is reasonable to believe that the supply of T-shirts increases as the price increases.

    2. Compute the value of the real number m. How would you interpret the value you have found?

    3. Compute the value of the real number b. How would you interpret the value you have found?

    4. Write the supply equation using your answers from parts b. and c.

  2. The equilibrium price is the price for which the demand is equal to the supply. At this price, the number of units produced is exactly the number of units absorbed by the market.

    1. Graph the demand and supply equations for the T-shirt company on the same coordinate plane. Recall that the x-axis should represent price.

    2. Find the equilibrium price rounded to the nearest cent and explain what it means in words.

  3. Some products have a demand that is not sensitive to changes in price. That is, a large variation in price will not produce a corresponding large variation in demand. This phenomenon is defined as inelastic demand. Perform an internet search to find an example of a product with an inelastic demand. Explain why the demand for the product is inelastic.


Chapter 11 Projects

Don't Put All Your Eggs in One Basket!

An activity to demonstrate the use of linear systems in real life.

Have you ever heard the phrase "Don't put all your eggs in one basket"? This is a common saying that is often quoted in the investment world—and it's true. In an ever-changing economy it is important to diversify your investments. Splitting your money up into two or more funds may keep you from losing it all if one of the funds performs poorly. You may be thinking that you are too young to consider investments and saving money for retirement, but it is never too soon—especially in an economy where interest rates are extremely low. Low rates means it takes even longer to build up your nest egg. So start saving now and be sure to have more than one basket to put your eggs in! For this activity, if you need help understanding some of the investment terms, use the following website as a resource: www.investopedia.com

Let's suppose that you received a total of $ 5000 in cash as a graduation present from your relatives. You also have an additional $ 2500 that you saved from your summer job. You are thinking about investing the $ 7500 in two investment funds that have been recommended to you. One is currently earning 4 % interest annually (conservative fund) and the other is earning 8 % annually (aggressive fund). Keep in mind that interest rates fluctuate as the economy changes and there are few guarantees on the amount you will actually earn from any investment. Also, note that higher rates of interest typically indicate a higher risk on your investment.

  1. If you want to earn $ 400 total in interest on your investments this year, how much money would you have to invest in each fund? Let the variable x be the amount invested in Fund 1 and the variable y be the amount invested in Fund 2. Recall that to calculate the interest on an investment, use the formula I = P r t , where P is the principal or amount invested, r is the annual interest rate, and t is the amount of time invested, which for our problem will be 1 year ( t = 1 ). Use the table below to help you organize the information. Note that interest rates have to be converted to decimals before using them in an equation.

    Principal Interest Rate Interest
    Fund 1 x 0.04 0.04 x
    Fund 2 y 0.08 0.08 y
    Total a. (blank) (blank) b. (blank)
    1. Fill in the total amount available for investment in the bottom row of the table.

    2. Fill in the total amount of interest desired in the bottom row of the table.

    3. What does 0.04 x represent in the context of this problem?

    4. What does 0.08 y represent in the context of this problem?

    5. Using the principal column of the table, write an equation in standard form involving the variables x and y to represent the total amount available for investment.

    6. Using the interest column of the table, write an equation in standard form involving the variables x and y to represent the total amount of interest desired.

    7. Solve the linear system of two equations derived in parts e. and f. to determine the amount to invest in each fund to earn $ 400 in interest. (You may use any method you choose: substitution, addition/elimination, or graphing).

    8. Check to make sure that your solution to the system is correct by substituting the values from part g. for x and y into both equations and verify that the equations are true statements.

  2. Suppose you decide you want to earn more interest on your investment. You now want to earn $ 500 in interest next year instead of $ 400 . Using a table similar to the one in Problem 1, organize the information and follow a similar format to determine the amounts to invest in each of the funds that will earn $ 500 in interest in a year.

  3. Compare the results you obtained from Problems 1 and 2. How did the amounts in each investment change when your desired interest increased by $ 100 ?

  4. Suppose you decide that $ 500 is not enough interest and you want to earn an additional $ 100 on your investments for a total of $ 600 in interest. Using a table similar to the one in Problem 1, organize the information and follow a similar format to determine the amounts to invest in each of the funds that will earn $ 600 in interest in a year.

  5. Compare the results from Problem 4 to the results from Problems 1 and 2.

    1. How much are you investing in Fund 1 to earn $ 600 in interest?

    2. How much are you investing in Fund 2 to earn $ 600 in interest?

    3. How do your results contradict the advice provided to you at the start of this activity?

    4. Is it possible to make more than $ 600 in interest on your $ 7500 investment using these two funds? Explain why or why not?

    5. What is the smallest amount of interest you can earn on your investment using these two funds? How did you determine this?

  6. How much interest would you earn if you split the initial principal of $ 7500 equally between the two funds?

  7. If you actually had $ 7500 to invest in these two funds earning 4 % and 8 % respectively, how would you invest the money? Explain your reasoning.

Limitations of Money-Making Opportunities

An activity to demonstrate the use of solving systems of linear equations and inequalities in real life.

In this project, you will investigate how limitations (known as constraints) on the production of goods can lead to limitations on how much profit a company can make.

Suppose the Soaring Eagle Book Store wishes to produce two types of coffee mugs: Type A and Type B. Each Type A mug will result in a profit of $ 3 , and each Type B mug will result in a profit of $ 2.75 . Manufacturing one Type A mug requires 6 minutes on Machine I and 3 minutes on Machine II . Manufacturing one Type B mug requires 4 minutes on Machine I and 6 minutes on Machine II . According to the schedule, Machine I has 12 hours available and Machine II has 10 hours available to make the mugs. How many of each type of mug should the bookstore make to maximize its profit?

  1. Using the variables x and y, identify the two unknown quantities.

  2. Consider the information provided about the time available on each machine. This information allows us to write two linear inequalities in the standard form A x + B y C . These are called constraints.

    1. Explain what each constraint represents.

    2. Explain why the constraints should be of the less-than-or-equal-to type.

    3. Write the two constraints. (Note: Be mindful of how the times are expressed, minutes versus hours. You'll need to convert to make units consistent throughout.)

  3. Regardless of maximizing profit, there are two more "common sense" constraints. Consider whether there is a minimum or maximum number of mugs. Using this information, write two more constraints and explain why they are constraints.

  4. Graph the system of linear inequalities resulting from the four constraints. (Hint: You may wish to first graph the two inequalities from Problem 3, shading lightly. Once you've identified the intersection, erase extra shading. Then add the other two constraints found in Problem 2 to the graph and, once you've identified the new (smaller) intersection, erase extra shading again.)

  5. The final result of graphing the four constraints should be a four-cornered region. Use systems of equations to solve for the x y coordinates of the four corners.

  6. Recall the profit that the bookstore can make from each type of mug. Write an equation of the form P = A x + B y , with A and B filled in but not P.

  7. Consider the following six values of P: 400 , 200 , 0 , 200 , 400 , and 600 . Using your answer to Problem 6, lightly graph six lines for these six different values of P over the shaded four-cornered region from Problem 5. (Hint: These six lines will be parallel.)

  8. Would all of the lines created in Problem 7 indicate a possible value of P? Explain why or why not.

  9. Is there a maximum value of P or can it keep growing? Why or why not?

  10. Let's determine the maximum profit that Soaring Eagle Book Store can make from selling mugs.

    1. If there is a maximum value of P, at what point does it seem to occur?

    2. Is there anything special about the point found in part a.?

    3. Substitute this point into your P = A x + B y equation from Problem 6 to calculate the maximum profit. Express your final answer in words; that is, state how many mugs of each type should be made to produce the maximum profit and what that maximum profit is.


Chapter 12 Projects

Math in a Box

An activity to demonstrate the use of polynomials in real life.

Suppose you have a piece of cardboard with a length of 32 inches and a width of 20 inches and you want to use it to create a box. You would need to cut a square out of each corner of the cardboard so that you can fold the edges up. But what size squares should you cut? Cutting four small squares will make a shorter box. Cutting four large squares will make a taller box.

32 inch by 20 inch rectangle with x by x squares cut out of each of the four corners
  1. Since we haven't determined the size of the square to cut from each corner, let the side length of the square be represented by the variable x. Write a simplified polynomial expression in x and note the degree of the polynomial for each of the following geometric concepts.

    1. The length of the base of the box once the corners are cut out

    2. The width of the base of the box once the corners are cut out

    3. The height of the box

    4. The perimeter of the base of the box

    5. The area of the base of the box

    6. The volume of the box

  2. Evaluate the volume expression for the following values of x. (Be sure to include the units of measurement.)

    1. x = 1 in.

    2. x = 2 in.

    3. x = 3 in.

    4. x = 3.5 in.

    5. x = 6 in.

    6. x = 7 in.

  3. Based on your volume calculations for the different values of x in Problem 2, if you were trying to maximize the volume of the box, between what two values of x do you think the maximum will be?

  4. Using trial and error, see if you can determine the side length x of the square that maximizes the volume of the box. (Hint: It will be a value in the interval from Problem 3.)

  5. Using the value you found for x in Problem 4, determine the dimensions of the box that maximize its volume.

  6. Calculate the volume of the box in Problem 5.

Small but Mighty

An activity to investigate the use of polynomials in biology.

In biology, we define a cell as the basic unit that contains the essential molecules of life and that all living things are composed of. In this activity, we will investigate why cells are usually very small.

Using a very simplified model, we can consider a cell as a small square. The sides of the square model the cell's membrane, which is the way the cell interacts with the environment, and the inside of the square models the cell's cytoplasm and nucleus, which are the parts that make the cell function.

Simplified drawing of a cell shown to be modeled as a square with side lengths of variable l
  1. What is the perimeter of a cell whose side length is equal to 10 μm (micrometers)?

  2. What is the area of this same cell?

  3. Compute the perimeter and the area for cells whose side lengths are 20 μm , 40 μm , and 80 μm . Summarize your findings in the table below.

    Side Length ( 10 μm ) Perimeter ( 10 μm ) Area ( 10 μm 2 )
    10 (blank) (blank)
    20 (blank) (blank)
    40 (blank) (blank)
    80 (blank) (blank)
  4. If a cell has a side length given by l, write a polynomial that represents its perimeter using the variable l. What is the degree of the polynomial you found?

  5. If a cell has a side length given by l, write a polynomial that represents its area using the variable l. What is the degree of the polynomial you found?

We know that the ability of a cell to obtain its nutrients is proportional to its perimeter. That is, when a cell doubles the length of its side, it will be able to obtain twice as many nutrients. We also know that the amount of nutrients needed by a cell to function is proportional to its area. If a cell doubles in area, its need for nutrients also doubles.

  1. Looking at the table you completed in Problem 3, determine how many times the need for nutrients increases every time the length of the side of the cell doubled.

  2. Use your answer from Problem 6 to explain why there might be a limit to a cell's size. Explain why the need for nutrients grows much faster than the growth in the ability to obtain these nutrients.

  3. Do a quick internet search and find out what the smallest and largest cells found in nature are. Does the answer surprise you? Why?


Chapter 13 Projects

Building a Dog Pen

An activity to demonstrate the use of the Pythagorean Theorem and quadratic equations in real life.

Justin's house sits on a lot that is shaped like a trapezoid. He decides to make the back part of the lot usable by building a triangular dog pen for his dog Blackjack. On his lunch break at work, he decides to order the materials but realizes that he forgot to write down the actual dimensions of that area of the lot. He wants to get the pen done this weekend because his friends are coming over to help him, so he has to order the materials today so they arrive on time. Justin remembers that one of the sides is 5 feet more than the length of the shortest side and the longest side is 10 feet more than the shortest side. Can he use this information to figure out the dimensions of the area so that he can order the materials today?

  1. Using the diagram of the lot provided and the variable x for the length of the shortest side of the dog pen, write an expression for the other two sides of the triangular pen and label them on the diagram.

    A composite shape made up of a rectangle and a right triangle. The smallest side of the right triangle is labeled x

    A simple diagram of the plot of land. It is modeled as a composite shape composed of a rectangle and a right triangle. The right triangle shares a side with the smaller side of the rectangle. the smallest leg of the right triangle portion is labeled with the variable x.

  2. Using the Pythagorean Theorem, substitute the three expressions for the sides of the triangle into the formula and simplify the resulting polynomial. Be sure to move all terms to one side of the equation with the other side equal to zero. (Remember that the longest side is the hypotenuse in the formula. Make sure your leading term has a positive coefficient and that your squared binomials result in a trinomial.)

  3. Use the equation you found in Problem 2 to answer the following.

    1. Factor the resulting quadratic equation into two linear binomial factors.

    2. Find the two solutions to the equation from part a. using the zero-factor law.

    3. Do both of these solutions make sense? Explain your reasoning.

    4. Using the solution (or solutions) that makes sense, substitute this value for x and determine the dimensions of the dog pen.

  4. To fence in the dog pen, Justin plans to purchase chain-link fencing at a cost of $ 2.58 per foot.

    1. How much fencing will he need?

    2. How much will the fencing cost?

  5. How much area will the dog pen enclose?

  6. Justin decides to also put a dog house in the pen to protect Blackjack in bad weather. The dog house is rectangular in shape and measures 2.5 feet by 3 feet. Once the dog house is in the pen, how much area will Blackjack have to run in?

  7. The sides of the pen form a right triangle, and the measurements of the sides of the pen were found using the Pythagorean Theorem. Any three positive integers that satisfy the Pythagorean Theorem are called a Pythagorean triple. There are an infinite number of these triples and numerous formulas that can be used to generate them. Do some research on the internet to find one of these formulas and use the formula to generate three more sets of Pythagorean triples. Verify that they are Pythagorean triples by substituting them into the Pythagorean Theorem.

  8. Another way to generate a Pythagorean triple is to take an existing triple and multiply each integer by a constant. Take the Pythagorean triple 3 4 5 and multiply each integer in the triple by the factors below and verify that the result is also a Pythagorean triple by substituting into the Pythagorean Theorem.

    1. Multiply by 3 :

    2. Multiply by 5 :

    3. Multiply by 8 :

Planting Seeds

An activity to demonstrate factoring polynomials in real life.

Imagine you live within walking distance from a community garden where anyone in the neighborhood can plant, grow, and harvest various vegetables and plants. You have been given a plot of land in this garden that is in the shape of a rectangle. You also have been given seeds to plant tomatoes, peppers, cucumbers, and squash.

When planting seeds in a garden, it is important to know how much space you have for the crops, and to adjust your seeds accordingly. One possible way the plot of land could be divided is shown. For Problems 1 through 5, assume this is the layout of the vegetables.

diagram of the plot of vegetables

The plot of vegetables is displayed as a 3 row by 4 column grid. The dimension of 3 rows is labeled "Width" and the dimension of 4 columns is labeled "Length". The garden grid contains the following layout of vegetables:

Tomatoes Cucumbers Squash Tomatoes
Tomatoes Cucumbers Squash Tomatoes
Peppers Cucumbers Squash Peppers
  1. The squash sections each have a width of 2 x 1 feet. What is the total width of the column of squash?

  2. If the length of the column of cucumbers is x 4 , and the width of each section of cucumbers is 4 x + 1 , what is the total area of the three cucumber sections?

  3. The section of tomatoes on the left side of the plot of land has an area of x 2 + 6 x + 9 ft 2 . If this plot of tomatoes were in the shape of a square, what would be the length of its side?

  4. One squash section has a width of 2 x 1 feet and a length of 4 x + 2 feet.

    1. What is the area of this section of squash?

    2. Is there any other possible width and length of this plot of land that can exist with this given area? Explain why or why not.

  5. The area of one section of peppers is x 2 + b x + 24 ft 2 , where b is an unknown positive value.

    1. What are several different options for the value of b so that this area can be factored? Explain how you arrived at your answer(s).

    2. If the area of the section of peppers were x 2 + b x 24 ft 2 instead, how would this change your answers to part a.?

For Problems 6 through 8, assume you are looking at a plot of land next to yours.

  1. The total area of a square plot of land next to yours is 4 x 2 + 20 x + 25 . What is the length of one side of the square? Explain how you arrived at your answer.

  2. The area of one section of tomatoes on the right side of the plot of land is 3 x 2 2 x 5 ft 2 . What are the dimensions of this section? Explain how you arrived at your answer.

  3. Assume you wanted to plant the cucumbers in the shape of a square. Is it possible for the area of a cucumber section to be x 2 + 9 ft 2 and have one side length of x + 3 ? Explain why or why not.


Chapter 14 Projects

Let's Be Rational Here!

An activity to demonstrate the use of rational expressions in real life.

You may be surprised to learn how many different situations in real life involve working with rational expressions and rational equations. Hopefully after spending the day with Meghan and her friends you'll be convinced of their importance.

It's Saturday and Meghan has a list of things to accomplish today: revise her budget, paint the walls in the spare bedroom, travel to the lake with her friends and then water ski on the lake for the rest of the day, provided the weather stays nice.

  1. Meghan decides to tackle the budget first. After reviewing her budget, she decides that she needs to get a part-time job to earn some extra money. She is remodeling the living room and would like to buy some new furniture. Letting x represent her new monthly combined salary, she estimates that 1 4 of her new salary will be used for bills and approximately 1 5 for her car payment. She would like to have $ 1100 left over each month, of which $ 100 will be saved for the new furniture. What must her new monthly salary be?

    1. Let the variable x represent Meghan's new monthly salary. Write an expression to represent the amount of her new salary used for bills. (Remember that the word of implies multiplication.)

    2. Write an expression to represent the amount of Meghan's new monthly salary used for her car payment.

    3. Write an equation that sums the expenditures and leftover balance, and set this sum equal to the new monthly salary of x.

    4. Find the LCD of the rational expressions from part c. and multiply it by each term in the equation to remove the fractions.

    5. Solve the equation from part d. to determine what Meghan's new monthly salary needs to be.

    6. Approximately how much of Meghan's new salary will be used to pay her car payment?

  2. With the budget done, Meghan prepares to paint the spare bedroom. She painted her bedroom last week and it took her about 4 hours. Her housemate Ashley painted her bedroom a couple of weeks ago and it took her 6 hours. All the bedrooms are similar in size. Meghan realizes that if she gets Ashley to help her with the painting, it will take them less time and they can get to the lake sooner. How long will it take Meghan and Ashley working together to paint the spare bedroom? Use the table below to help you set up the problem.

    Person Time (in hours) Part of Work Done in 1 Hour
    Meghan 4 (blank)
    Ashley 6 (blank)
    Together x 1 x
    1. Fill in the missing information in column three of the table. Use the entries in the last column of the table to set up an equation to represent the sum of the amount of work done by both Meghan and Ashley in an hour.

    2. Solve the equation to determine how long it will take the two girls to paint the spare bedroom when working together. Express the result in hours as a decimal rounded to the nearest tenth. Convert this measurement to hours and minutes.

  3. After the spare bedroom is painted, the girls call Lucas to let him know they are ready to head to the lake. While he is preparing the boat for the lake, Lucas tries to decide which route they should travel. If he travels the highway, he can travel 20 mpg faster than the scenic route. However, the highway is 30 miles longer than the scenic route, which is 60 miles long. Lucas thinks it should take him the same amount of time to get there using either route. Use the following table to help you organize the information for this problem.

    Distance (miles) ÷ Rate (mph) = Time (hours)
    Highway 90 ÷ x + 20 = (blank)
    Scenic Route 60 ÷ x = (blank)
    1. Fill in the missing information in column four of the table. (Hint: Recall that the formula that involves distance, rate, and time is d = r t .)

    2. Since Lucas expects the time to be the same for each route, create an equation from the last column and solve for x.

    3. How fast must Lucas travel on the highway to get to the lake in the same amount of time as traveling the scenic route?

You Are What You Eat

An activity to demonstrate rational expressions in real life.

When you eat something, your body immediately reacts and responds to the food in a variety of different ways. For example, signals are sent to your brain from your stomach to help indicate when you're full and don't need any more food. Similarly, the central nervous system will calm your body down to indicate a state of relaxation and safety while eating. Amongst thousands of tiny operations your body does while eating, one such action your body takes is regulating the state of acidity inside the mouth based on the food that enters it. We are going to look at two common states our body experiences: eating food and taking an aspirin. Acidity is measured using a scale called pH .

This pH in a human can be determined by the formula pH = 20.4 x x 2 + 36 + 6.5 , where x is the number of minutes that have passed since the food has been eaten. Normally, the body has a pH of about 7.35 to 7.45 on a scale of 0 to 14 .

  1. Simplify the equation so that the pH equation is expressed as a single rational expression.

  2. Using your simplified equation, determine the acid level after 25 minutes. Round to the nearest hundredth.

  3. Assume the pH in a human can be determined by the formula pH = 20.4 x x 2 + 36 + 6.5 , but the formula for the pH in a rat can be found by the formula pH = 0.3 x 2 2 x x 3 + x 2 6 x + 6.5 .

    1. Simplify the equation for rat pH so that the equation is expressed as a single rational expression.

    2. Divide the pH formula for a rat by the pH formula for a human. Write the resulting expression as a product of two polynomials in the numerator and the denominator.

  4. Does it take longer for the pH level of a rat or a human to level out and normalize? (Hint: Try graphing the equations using a graphing calculator or desmos.com/calculator.)

    1. Explain how you arrived at your answer.

    2. Hypothesize what this conclusion means for the pH level of a human and the pH level of a rat.

When an aspirin is taken, there is a concentration of the medication that can be found in the blood. The blood concentration of aspirin brand A is represented by f ( x ) = 2 x 3 x 2 4 x + 5 where x is in hours. The concentration of aspirin brand B is represented by g ( x ) = x 2 x 2 4 x + 10 where x is in hours.

  1. Add the two functions together to find the new function that represents both aspirins in the bloodstream simultaneously. What is the new function? Make sure to distribute and simplify your answer as much as possible.

  2. Which of the following three values is greatest? Explain your answer and show your work for each calculation. Round each value to the nearest hundredth.

    1. The concentration of aspirin brand A in the blood after 3 hours

    2. The concentration of aspirin brand B in the blood after 3 hours

    3. The concentration of both aspirin in the blood after 6 hours


Chapter 15 Projects

Let's Get Radical!

An activity to demonstrate the use of radical expressions in real life.

There are many different situations in real life that require working with radicals, such as solving right-triangle problems, working with the laws of physics, calculating volumes, and solving investment problems. Let's take a look at a simple investment problem to see how radicals are involved.

The formula for computing compound interest for a principal P that is invested at an annual rate r and compounded annually is given by A = P 1 + r n , where A is the accumulated amount in the account after n years.

  1. Let's suppose that you have $ 5000 to invest for a term of 2 years. If you want to make $ 600 in interest, then at what interest rate should you invest the money?

    1. One way to approach this problem would be through trial and error, substituting various rates for r in the formula. This approach might take a while. Using the table below to organize your work, try substituting 3 values for r. Remember that rates are percentages and need to be converted to decimals before using the formula. Did you get close to $ 5600 for the accumulated amount in the account after 2 years?

      Annual Rate (r) Principal (P) Number of Years (n) Amount ( A = P 1 + r n )
      (blank) $ 5000 2 (blank)
      (blank) $ 5000 2 (blank)
      (blank) $ 5000 2 (blank)
    2. Let's try a different approach. Substitute the value of 2 for n and solve this formula for r. Verify that you get the following result: r = A P 1 (Hint: First solve for 1 + r 2 and then take the square root of both sides of the equation.) Notice that you now have a radical expression to work with. Substitute $ 5000 for P and $ 5600 for A (which is the principal plus $ 600 in interest) to see what your rate must be. Round your answer to the nearest percent.

  2. Now, let's suppose that you won't need the money for 3 years.

    1. Use n = 3 years and solve the compound interest formula for r.

    2. What interest rate will you need to invest the principal of $ 5000 at in order to have at least $ 5600 at the end of 3 years? (To evaluate a cube root you may have to use the rational exponent of 1 3 on your calculator.) Round to the nearest percent.

    3. Compare the rates needed to earn at least $ 600 when n = 2 years and n = 3 years. What did you learn from this comparison? Write a complete sentence.

  3. Using the above formulas for compound interest when n = 2 years and n = 3 years, write the general formula for r for any value of n.

  4. Using the formula from Problem 3, compute the interest rate needed to earn at least $ 3000 in interest on a $ 5000 investment in 7 years. Round to the nearest percent.

  5. Do an internet search on a local bank or financial institution to determine if the interest rate from Problem 4 is reasonable in the current economy. Using three to five sentences, briefly explain why or why not.

Rationally Increasing Precision in Population Problems

An activity to demonstrate the use of rational exponents in real life.

Sometimes we need to find the value of an exponential expression where the exponent is not an integer. This often happens when dealing with exponential growth. In the essay "Observations Concerning the Increase of Mankind, Peopling of Countries, etc.," written in 1751, Benjamin Franklin projected that the human population in the thirteen US colonies was doubling in size every twenty-five years. For example, if one year the population was 300,000 people, then to estimate the number of people 75 years later, calculate 300,000 23 = 2,400,000 . Note that this works because 75 25 = 3 , meaning the population would double 3 times in 75 years. Also notice that since 2 2 2 = 2 3 = 8 , we multiply 300,000 by 8 to get the final population.

If the timespan we want to estimate the future population for is not a multiple of 25 , we can still calculate this value using rational exponents (with as much precision as we like). This investigation will suggest which types of numbers can be exponents, a topic which will be expanded upon in Chapter 17.

In the following investigation, do not round the exponents. Round the answers to have 10 digits, if necessary.

  1. Calculate 2 to each of the following powers.

    1. 3

    2. 3.1

    3. 3.14

    4. 3.141

    5. 3.1415

    6. 3.14159

    7. 3.141592

    8. 3.1415926

    9. 3.14159265

  2. The sequence of exponents in Problem 1 is approaching which special number? (Hint: See Section 6.4.)

  3. In Problem 1, are the calculated powers of 2 increasing, decreasing, or is there no discernible pattern? If increasing (or decreasing), are they increasing (or decreasing) toward a particular value?

  4. Consider raising the value 2 to the power of the special number found in Problem 2.

    1. If it is possible, state the result and compare it to the results of Problem 1. If this is not possible, explain why.

    2. How does this relate to your answer in Problem 3? If there is no relation, explain why.

  5. Returning to Franklin's population prediction, consider if someone wanted to know the population 77.5 years later, instead of 75 years later.

    1. Determine the decimal form of the exponent x = 77.5 25 .

    2. Substitute the value of x found in part a. into the population equation and simplify: 300,000 2 x .

    3. Explain what x stands for. Interpret the answer to part b. In this case, does it make sense to round or not? If rounding does make sense, what place would you round to and what is the result?

    4. If the population starts at 300,000 , how many years have passed if 300,000 2 3.14 provides an estimate of the population size?


Chapter 16 Projects

Gateway to the West

An activity to demonstrate the use of quadratic equations in real life.

The Gateway Arch on the St. Louis riverfront in Missouri serves as an iconic monument symbolizing the westward expansion of American pioneers, such as Lewis and Clark. A nationwide competition was held to choose an architect to design the monument and the winner was Eero Saarinen, a Finnish American who immigrated to the United States with his parents when he was 13 years old. Construction began in 1962, and the monument was completed in 1965. The Gateway Arch is the tallest monument in the United States. It is constructed of stainless steel and weighs more than 43,000 tons. Although the arch is heavy, it was built to sway with the wind to prevent it from being damaged. In a 20 mpg wind, the arch can move up to 1 inch. In a 150 mpg wind, the arch can move up to 18 inches.

  1. If you were to place the Gateway Arch on a coordinate plane centered around the y-axis, then the equation y = 0.00635 x 2 + 630 could be used to model the height of the arch in feet.

    1. The general form for a quadratic function is y = a x 2 + b x + c . Identify the values for a, b, and c from the Gateway Arch equation.

    2. Find the vertex of the Gateway Arch equation.

    3. Does the vertex represent a maximum or a minimum? Explain your answer based on the coefficients of the Gateway Arch equation.

    4. What is the height of the Gateway Arch at its peak?

    5. Write the equation for the axis of symmetry of the Gateway Arch equation.

    6. Find the x-intercepts of the Gateway Arch equation. Round to the nearest integer.

  2. Using the coordinate plane below and the information from Problem 1, graph the Gateway Arch equation.

    Coordinate plane left intentionally blank

    A blank coordinate plane where the x-axis ranges from 300 to 300 in increments of 100 and the y-axis ranges from 0 to 700 in increments of 100 . The coordinate plane is left intentionally blank so that it can be updated as prompted in Problem 2.

  3. How far apart are the legs of the Gateway Arch at its base?

  4. The Gateway Arch equation is a mathematical model. Look up the actual values for the height of the Gateway Arch and the distance between the legs of the arch at its base on the internet and describe how they compare to the values calculated using the equation.

Determining Product Pricing to Maximize Revenue

An activity to demonstrate the use of quadratic equations in real life.

A company determines that if p is the price charged for an electric bicycle they manufacture, then the number of bikes that will sell n is a function of p: n p = 3750 3 p . This is because for each $ 1 increase in the price, three fewer bikes are sold. The revenue R earned is also a function of p because it is the number of bikes sold times the price per bike: R p = p 3750 3 p = 3 p 2 + 3750 p . Using methods learned in this chapter, we will investigate just how much revenue the bike manufacturer can earn. Is it boundless or is there a maximum?

For simplicity, in order to compare variable names used within the chapter, let's replace p with x and R with y, so y = x 3750 3 x . Notice that the graph of this equation is a parabola.

  1. Solve the equation x 3750 3 x for x. Notice that by setting y = 0 , you are solving for the x-coordinates of the two x-intercepts. State the coordinates of the two x-intercepts.

  2. Use the equation y = x 3750 3 x for the following.

    1. Choose an x-value smaller than the smallest x-value of the x-intercepts found in Problem 1 and calculate y.

    2. Choose an x-value larger than the largest x-value of the x-intercepts found in Problem 1 and calculate y.

    3. What do you notice about y-values found in part a. and b? Recall that y is revenue and x is price. Can you conclude an initial interval for price that the company should stay within?

  3. Calculate the mean of the two x-values found in Problem 1.

  4. Pick two new values of x between the smallest x-value from Problem 1 and the answer to Problem 3. Next, pick two values of x strictly between the answer to Problem 3 and the largest x-value from Problem 1.

  5. Arrange these four values from least to greatest and include your answer from Problem 3, for a total of five unique values.

    1. Evaluate y = x 3750 3 x for these five values of x from Problem 5. This will give you five points on the parabola.

    2. For the smallest of the x-values from part a, explain in words what the x y coordinates represent. Include the values.

  6. Carefully choose a horizontal and vertical scale and plot the five points found in Problem 6 part a. Also plot the x-intercepts found in Problem 1. Use these points to sketch the parabola.

  7. Based on your values and the graph, state the x y coordinates of the vertex (or your best approximation).

  8. Is the y-coordinate of the vertex a minimum or maximum value of y? Why do you think this is, based both on the context and on the function?

  9. Algebraically change the equation y = x 3750 3 x = 3 x 2 + 3750 x to the form y = a x h 2 + k . (Hint: You will need to complete the square. See Section 16.7.)

  10. Does the equation found in Problem 10 support your approximation of the vertex found in Problem 8?

  11. Now return to the question about revenue from selling electric bicycles.

    1. What is the lower bound on how much revenue the company can earn?

    2. What is the upper bound on how much revenue the company can earn? What price is charged for that to be the revenue earned?

    3. How many bikes need to be sold to reach the maximum revenue found in part b? (Hint: Recall the number of bikes sold is given by n p = 3750 3 p where p is the price per bike.)


Chapter 17 Projects

The Ups and Downs of Population Change

An activity to demonstrate the use of exponential functions in real life.

A midsized city with a population of 125,000 people experienced a population boom after several tech startups produced very successful products. The population of the city grew by 7% per year for several years. The population of the city can be modeled by the equation P = P 0 e r t , where P is the future population, P0 is the initial population of the city, r is the rate of growth (or decay), and t is the time passed, in years.

  1. Write the equation of the model for the city's population growth in terms of t.

  2. Find the population of the city and then determine the number of new citizens after 5 years of growth. Round your answer to the nearest person.

  3. Find the population of the city and then determine the number of new citizens after 10 years of growth. Round your answer to the nearest person.

  4. Compare the number of new citizens after 5 years and after 10 years. Is the number of new citizens after 10 years twice the number of new citizens after 5 years? Explain your answer.

After 10 years, the population became too large for the city infrastructure (such as roads and freeways) to handle. The city raised taxes to improve the infrastructure, but the updates took a few years. Due to the traffic congestion in the city and the increased taxes, several of the large companies moved to neighboring cities. This loss of jobs in the city lead to a decline in population at a rate of 5% per year.

  1. Write the equation of the model for the city's population decay in terms of t.

  2. It took 4 years to finish the roadway project in the city and people continued to move away at a steady rate. Find the population of the city when the project was complete.

  3. What percent of the population moved away during those 4 years? Round your answer to the nearest percent.

After the city infrastructure was updated, a few companies moved back to the city. As a result, the population started to grow by 2% per year.

  1. Write the equation of the model for the city's population growth in terms of t.

  2. At this rate of growth, how long would it take for the city population to reach 250,000 citizens? Round your answer to the nearest year.

Twice as Loud but Way More than Twice as Intense

An activity to demonstrate the use of logarithms in real life.

In this chapter you have learned about logarithms and their properties. In this activity, you will explore applications of logarithms within physics and chemistry

  1. In chemistry, the acidity of a substance is measured using its pH. More acidic solutions have a lower pH and more alkaline solutions have a higher pH. The formula for the pH is given by pH = log H + where H + is the hydrogen ion concentration in moles per liter. The smaller the value of H + , the larger the pH.

    1. Pure water is considered a neutral substance. Compute the pH of water knowing that H water + = 10 7 .

    2. Bleach is a very alkaline solution. Compute the pH of bleach knowing that H bleach + = 10 11 .

    3. How many times is the pH of bleach larger than the pH of water? (Hint: divide the pH of bleach by that of water.) Round to the nearest tenth.

    4. How many times is the concentration of hydrogen ions in water larger than the concentration of hydrogen ions in bleach?

    5. Find an example of an acidic substance; that is, find a substance with pH less than 7. Use its pH to compute its hydrogen ion concentration H + .

    6. For any natural number k suppose there is a substance for which H + = 10 k . Explain why this substance would have a pH equal to k.

    7. Explain why smaller values of H + yield larger pH values.

  2. The more energy a sound wave carries, the louder the wave sounds to a listener. For a wave with intensity I wave , measured in watts per square meter ( W / m 2 ), its loudness L wave in decibels (dB) is given by the equation

    L wave = 10 log I wave I 0 ,

    where I 0 is a constant equal to 10 12 W / m 2 .

    1. What is the loudness in decibels of normal conversation, knowing that it has intensity I conversation = 10 6 ?

    2. Busy traffic is about 72 dB . How many times is busy traffic louder than normal conversation? In other words, how many times is L traffic larger than L conversation ?

    3. How many times is busy traffic more intense than normal conversation? In other words, how many times is I traffic larger than I conversation ? Round to the nearest tenth.

    4. A 60 dB sound is twice as loud as a 30 dB sound. Is it correct to say that a 60 dB sound is twice as intense as a 30 dB sound? Explain.


Chapter 18 Projects

What's in a Logo?

An activity to demonstrate the use of conic sections in real life.

You constantly see company logos in your day-to-day life. Companies use logos for brand recognition and to advertise their products. Take a look around you as you go throughout your day and you'll see company logos everywhere. Your kitchen appliances have logos on them, your car has a logo on it, your smartphone has a logo, and logos appear in all forms of advertisements. To make a logo clean and easy to remember, a company may use conic sections in the design.

Use the internet to look up or research the logos mentioned in the problems that follow. A graphing calculator or graphing application will be needed to recreate the logos indicated in the problems. If you don't have a graphing calculator, you can use the free graphing application located at www.desmos.com.

  1. Some logos designs, such as the Target logo, are based on concentric circles. Circles are concentric when they share the same center. Perform an internet search for other logos that use concentric circles. Draw three of these logos.

  2. The Target logo consists of three concentric circles. Use your graphing tool to recreate the Target logo. Sketch the recreation on the coordinate plane and write the equations you used.

  3. The logo for the Olympic Games consists of five circles that all have the same radius. Use your graphing tool to recreate the Olympic Games logo. Sketch the recreation on the coordinate plane and write the equations you used. Use the equation x 2 + y 2 = 4 to represent the center ring on the top row.

  4. The Toyota logo consists of three ellipses. Use your graphing tool to recreate the Toyota logo. Sketch the recreation on the coordinate plane and write the equations you used.

  5. Find an existing logo or create your own logo that consists of more than one type of conic section. Describe the conic sections used in the logo and provide a sketch of the logo.

  6. Recreate the logo by graphing conic sections. Create a simpler version of the logo, if necessary. Sketch your version of the logo on the coordinate plane and write the equations you used.

Conic Sections in Medicine

An activity to demonstrate the use of ellipses in real life.

The following image shows a rough sketch of the cross-section of a human brain with a grid overlaid. The shape is roughly elliptical, with the major axis being vertical.

image previously described

A grid overlays a rough sketch of a human brain. The horizontal axis of the grid ranges from 0 to 10 in increments of 1 . The vertical axis ranges from 0 to 11 in increments of 1 . The shape of the brain is roughly ellipcital with the major axis being vertical. The largest horizontal distance of the brain approximately ranges from the ordered pairs 1 6 to 9 6 . The largest vertical distance of the brain approximately ranges from the ordered pairs 5 1 to 5 11 .

    1. Sketch a line segment on the vertical grid lines so that the segment going through the crosssection is as long as it can be and the portions to the left and right of the line segment are roughly symmetric.

    2. Sketch a horizontal line segment on the horizontal grid lines so that the segment going through the cross-section is as long as it can be and the portions above and below the line segment are roughly symmetric.

  1. Let the intersection of the two segments be the center of the ellipse. State the coordinates of the following as x y ordered pairs.

    1. The center

    2. The vertices on the major axis

    3. The vertices on the minor axis

  2. State the lengths of the major and minor axes.

  3. Write the equation of the ellipse.

  4. Sketch the ellipse over the grid with the brain cross-section. (As a check, the point 8 9 should be very close to the ellipse, but not on the ellipse.)

  5. Given x = 8 , use your equation of the ellipse to solve for the larger of the two values of y. Write this point in x y form with the y-value as a simplified square root and rounded to the nearest tenth.

  6. Suppose there is a tumor indicated in the scan and the closest part of the tumor to the point determined in Problem 6 is at 6 8 .

    The previous image with the new addition of a rough sketch of a tumor and a labeled point at (6,8)
    1. Calculate the distance from the point found in Problem 6 to the point 6 8 and round the answer to the nearest tenth.

    2. Suppose after chemotherapy that the closest part of the tumor to the point determined in Problem 6 is 5 7.5 . Calculate the distance from this point to the point found in Problem 6.

    3. Compare the distances from parts a. and b., and provide a probable reason for the differing values.