All Chapter Projects


Chapter 1 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. To test the program, you want to enter an expression that returns a result of 16 while using the following conditions: only the numbers 2 and 4 are used, and more than one type of operation is used.

    1. Create two expressions that should return the result of 16 if operations cannot be used more than once.

    2. Create two expressions that should return the result of 16 if operations can be used more than once.

  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 five" and the program returns " 2 5 12 ". Is the issue the computer program or phrasing?


Chapter 2 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 3 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.

Unleashing Your Earning Potential

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

Last fall, you started walking dogs as a side gig, initially working for friends and family who paid you $ 10 for a 30 -minute walk. But now that you're getting new clients, you want to establish a rate of $ 20 for a 30 -minute walk—while keeping the "friends and family discount" for your original customers.

  1. If you are available to work 4 hours each week walking dogs, is it possible to make $ 100 a week? If yes, how many hours could you walk dogs for friends and family and how many would you need to spend charging the higher rate? If no, what is the most you can make in a week? (Hint: Review Example 2 in Section 3.3 and consider the equation Revenue = Rate Number of Walks .)

  2. Could you make more than $ 100 per week without having to work more hours? Explain your reasoning.

  3. After a month of consistent income, you decide that if you can average making $ 100 per week for a 6 -week period, you will invest in some marketing to grow your business. The first week you make $ 110 , and the next week you make $ 150 , but the following week you only make $ 80 . If you average $ 100 the next two weeks, how much would you need to make the sixth week in order to go through with your plan?

  4. For most of your walks, you're able to use a park that has a square path around a small lake.

    1. If one side of the path is 0.2 miles, how long is one complete trip around the lake?

    2. One day, the dog you are walking gets loose and runs around the lake, not using the path. Assuming you chased him around a circle with diameter 0.15 miles, what distance did you run, to the nearest hundredth of a mile?

  5. Even though your rates are based on how much time you spend walking, you become curious about how much you are making based on the distance you walk. One week you decide to only walk around the park where you know the distance, so you spend 4 hours walking on that path in one week. (All spent at a normal walking speed, not running to chase after loose dogs.)

    1. If you total 10 trips around the park, what is your rate of speed? (Hint: Use the formula d = r t and solve for r.)

    2. Now that you have found your rate of speed, use the equation from part a. to find the distance you travel during your 30 -minute walks.


Chapter 4 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 5 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 6 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 7 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 8 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 9 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 11.

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 10 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 10.6.)

  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 11 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 12 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.


Chapter 13 Projects

Constructing Fibonacci's Legacy

An activity to use sequences, series, and binomial coefficients.

In our modern era, it may be difficult to imagine anything from 10 years ago still being extremely relevant and important to us today, let alone something from over 800 years ago. However, in 1202, Leonardo Fibonacci imagined and developed a sequence of numbers based on a relatively simple concept.

  1. To develop the Fibonacci sequence, start with two numbers, 0 and 1 . To get the third number, add the first two numbers together: 0 + 1 = 1 . To get the fourth number, add the second and third numbers together: 1 + 1 = 2 . Continue this pattern to find the first 14 terms of the sequence starting with F 0 = 0 and F 1 = 1 .

    F 0 0
    F 1 1
    F 2 0 + 1 = 1
    F 3 1 + 1 = 2
    F 4 1 + 2 = (blank)
    F 5 (blank)
    F 6 (blank)
    F 7 (blank)
    F 8 (blank)
    F 9 (blank)
    F 10 (blank)
    F 11 (blank)
    F 12 (blank)
    F 13 (blank)
  2. Were the terms found in Problem 1 found explicitly or recursively? Explain your answer. (Hint: When terms are found recursively, one or more of the previous terms are used. Finding terms explicitly is done with a single direct formula that does not require other terms.)

  3. To find an explicit rule for the terms of a sequence, it can be helpful to determine if this sequence is arithmetic or geometric. Determine the difference and ratio between each pair of consecutive terms in the table. Is there a common difference or common ratio?

  4. The ratios between consecutive pairs appear to be approaching a certain decimal value. This value is called the golden ratio. Perform an internet search to find the golden ratio accurate to four decimal places and state two examples of where the golden ratio is observed in nature.

  5. Find the partial sum of the first 14 numbers in the Fibonacci sequence.

  6. The nth value in the Fibonacci sequence can be written using binomial coefficients as shown in the following formula for positive integers n, h, and k, where n h k .

    F n = n 1 0 + n 2 1 + n 3 2 + + n h k

    Use the formula to determine the values of terms F 4 , F 5 , and F 6 . (Hint: For each sum, keep writing terms until k > n h .) Do they match the values found in Problem 1?

  7. Suppose you were asked to find the 15th term in Fibonacci's sequence ( F 14 ) without knowing terms F 0 through F 13 . Would it be easier to find this term using the method from Problem 1 or using the formula given in Problem 6? Explain your answer. Then, find F 14 using your preferred method.

Ready Player One

An activity to demonstrate sequences and series in real life.

Electricity is the very power that runs through our lives. Without electricity, we would not have our modern way of life, and thus the study, development, and use of electricity serves as a fundamental growth point for the human race. Among all of the innovations we use on a daily basis that rely on electricity, the development of video games and video game consoles has been one of the most rapidly growing areas.

The development and construction of video games and consoles involve electricity, power, and motors as well as mathematics and sequences.

  1. A fan runs inside an older video game console to prevent the system from overheating. This fan runs at 11 revolutions per second while powered on. After the console is turned off, the speed of the fan decreases by 80% per second. The number of revolutions the fan makes after the console is turned off can be modeled using a geometric series.

    1. Write, but do not evaluate, the expression for this scenario in sigma notation.

    2. Write, but do not solve, the equation for this scenario by using the sum formula of an infinite series.

    3. How many revolutions will the fan make after the console is turned off?

  2. Older video game consoles required a physical copy (or cartridge) of the game to run. In original video game cartridges, there is a battery that is used to store saved information so that the next time you play the game, your saved data remains and you can play from where you left off. On some cartridges, this battery is rechargeable. Assume that the battery recharges 99.8% of its previous capacity every time it charges, and it initially lasted for 600 hours. The total time the battery will last can be modeled using a geometric series.

    1. Write, but do not evaluate, the expression for this scenario in sigma notation.

    2. Write, but do not solve, the equation for this scenario by using the sum formula of an infinite series.

    3. How many total hours will this battery last?

  3. Oh, those annoying boss battles! In video games, there are sometimes points in the game where the difficulty can spike and increase dramatically to check if you have mastered the skills necessary to move on to the next level. Assume that a boss has 50 health points and will regain 10% of those health points every 5 seconds.

    1. Imagine you inflict damage on the boss every 5 seconds. When you cause damage, you take away 5 of the boss's health points. What is the model for the first three iterations of this process?

    2. Will you ever be able to beat the boss? Hypothesize why or why not and explain your answer.

  4. Some video games focus on more relaxing styles of play, such as the simulation of real-life activities. Assume you are playing a relaxing farming game, where you are harvesting various types of vegetables. There are two possibilities for the quality of vegetable you harvest: you either receive a normal type of the vegetable or a golden type of the vegetable that is worth twice as much when sold. Using the formula based upon the binomial theorem, n ! k ! n k ! p k 1 p n k , let p represent the probability of receiving a golden vegetable, n represent the total number of vegetables harvested, and k represent the number of golden vegetables you want to harvest.

    1. Assume that the probability of receiving a golden vegetable is 10%. Find the probability that 3 of the next 10 vegetables that are harvested are golden vegetables. Round the percentage to the nearest hundredth.

    2. Assume that the probability of receiving a golden vegetable is 10%. Find the probability that 5 of the next 10 vegetables that are harvested are golden vegetables. Round the percentage to the nearest hundredth.