{"id":2638,"date":"2019-08-01T14:40:37","date_gmt":"2019-08-01T18:40:37","guid":{"rendered":"https:\/\/pressbooks.library.ryerson.ca\/ohsmath\/?post_type=chapter&#038;p=2638"},"modified":"2020-07-20T13:52:15","modified_gmt":"2020-07-20T17:52:15","slug":"2-4-applications","status":"publish","type":"chapter","link":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/chapter\/2-4-applications\/","title":{"raw":"2.4. Applications","rendered":"2.4. Applications"},"content":{"raw":"[Latexpage]\r\n<h1>Applications<\/h1>\r\nNow that we have learned to determine equations of lines, we can apply these ideas to real-life equations.\r\n\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.4.1<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">A taxi service charges \\$0.50 per mile plus a \\$5 flat fee. What will be the cost of traveling 20 miles? What will be cost of traveling <em>x<\/em> miles?<\/div>\r\n<div class=\"textbox__content\"><strong>Solution<\/strong><\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">The cost of traveling 20 miles = <em>y<\/em> = (.50)(20) + 5 = 10 + 5 = 15<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">The cost of traveling x miles = <em>y<\/em> = (.50)(<em>x<\/em>) + 5 = .50<em>x<\/em> + 5<\/div>\r\n<\/div>\r\n&nbsp;\r\n\r\nIn the above problem, \\$0.50 per mile is referred to as the <strong>variable cost<\/strong>, and the flat charge \\$5 as the <strong>fixed cost<\/strong>. Now if we look at our cost equation <em>y<\/em> = .50<em>x<\/em> + 5, we can see that the variable cost corresponds to the slope and the fixed cost to the y-intercept.\r\n\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.4.2<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nThe variable cost to manufacture a product is \\$10 and the fixed cost \\$2500. If <em>x<\/em> represents the number of items manufactured and y the total cost, write the cost function.\r\n\r\n<strong>Solution<\/strong>\r\n\r\nThe variable cost represents the slope and the fixed cost represents the y-intercept. Therefore, <em>m<\/em> = 10 and <em>y<\/em> = 2500.\r\n\r\nThe cost equation is <em>y<\/em> = 10<em>x<\/em> + 2500.\r\n\r\n<\/div>\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.4.3<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nIt costs \\$750 to manufacture 25 items, and \\$1000 to manufacture 50 items. Assuming a linear relationship holds, find the cost equation, and use this function to predict the cost of 100 items.\r\n\r\n<strong>Solution <\/strong>\r\n\r\nWe let <em>x<\/em> = the number of items manufactured, and let <em>y<\/em> = the cost.\r\n\r\nSolving this problem is equivalent to finding an equation of a line that passes through the points (25, 750) and (50, 1000).\r\n<p style=\"text-align: center\">$m=\\frac{1000-750}{50-25}=10$<\/p>\r\nTherefore, the partial equation is <em>y<\/em> = 10<em>x<\/em> + <em>b.<\/em>\r\n\r\nBy substituting one of the points in the equation, we get <em>b<\/em> = 500.\r\n\r\nTherefore, the cost equation is <em>y<\/em> = 10<em>x<\/em> + 500.\r\n\r\nNow to find the cost of 100 items, we substitute <em>x<\/em> = 100 in the equation <em>y<\/em> = 10<em>x<\/em> + 500.\r\n\r\nSo the cost = <em>y<\/em> = 10(100) + 500 = 1500.\r\n\r\n<\/div>\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.4.4<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">The freezing temperature of water in Celsius is 0 degrees and in Fahrenheit 32 degrees. And the boiling temperatures of water in Celsius, and Fahrenheit are 100 degrees, and 212 degrees, respectively. Write a conversion equation from Celsius to Fahrenheit and use this equation to convert 30 degrees Celsius into Fahrenheit.<\/div>\r\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\r\n<div class=\"textbox__content\">\r\n\r\nLet us look at what is given.\r\n<table style=\"border-collapse: collapse;width: 49.9014%;height: 42px\" border=\"0\">\r\n<tbody>\r\n<tr style=\"height: 14px\">\r\n<td class=\"border\" style=\"width: 18.6758%;height: 14px;text-align: center\">Centigrade<\/td>\r\n<td class=\"border\" style=\"width: 20.6523%;height: 14px;text-align: center\">Fahrenheit<\/td>\r\n<\/tr>\r\n<tr style=\"height: 14px\">\r\n<td class=\"border\" style=\"width: 18.6758%;height: 14px;text-align: center\">0<\/td>\r\n<td class=\"border\" style=\"width: 20.6523%;height: 14px;text-align: center\">32<\/td>\r\n<\/tr>\r\n<tr style=\"height: 14px\">\r\n<td class=\"border\" style=\"width: 18.6758%;text-align: center;height: 14px\">100<\/td>\r\n<td class=\"border\" style=\"width: 20.6523%;text-align: center;height: 14px\">212<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\nAgain, solving this problem is equivalent to finding an equation of a line that passes through the points (0, 32) and (100, 212).\r\n\r\nSince we are finding a linear relationship, we are looking for an equation <em>y<\/em> = <em>mx <\/em>+ <em>b<\/em>, or in this case <em>F<\/em> = mC+ <em>b<\/em>, where <em>x<\/em> or <em>C<\/em> represent the temperature in Celsius, and <em>y<\/em> or <em>F<\/em> the temperature in Fahrenheit.\r\n<p style=\"text-align: center\">slope $m=\\frac{212-32}{100-0}=\\frac{9}{5}$<\/p>\r\nThe equation is $F=\\frac{9}{5}C+b$\r\n\r\nSubstituting the point (0, 32), we get\r\n<p style=\"text-align: center\">$F=\\frac{9}{5}C+32$<\/p>\r\nNow to convert 30 degrees Celsius into Fahrenheit, we substitute C = 30 in the equation\r\n<p style=\"text-align: center\">$F=\\frac{9}{5}C+32$<\/p>\r\n<p style=\"text-align: center\">$F=\\frac{9}{5}(30)+32=86$<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.4.5<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nThe population of Canada in the year 1970 was 18 million, and in 1986 it was 26 million. Assuming the population growth is linear, and <em>x<\/em> represents the year and <em>y<\/em> the population, write the function that gives a relationship between the time and the population. Use this equation to predict the population of Canada in 2010.\r\n\r\n<strong>Solution<\/strong>\r\n\r\nThe problem can be made easier by using 1970 as the base year, that is, we choose the year 1970 as the year zero. This will mean that the year 1986 will correspond to year 16, and the year 2010 as the year 40.\r\n\r\nNow we look at the information we have.\r\n\r\nSolving this problem is equivalent to finding an equation of a line that passes through the points (0, 18) and (16, 26).\r\n<div>\r\n<p style=\"text-align: center\">$m=\\frac{26-18}{16-0}=\\frac{1}{2}$<\/p>\r\nThe equation is $y=\\frac{1}{2}x+b$.\r\n\r\nSubstituting the point (0, 18), we get:\r\n<p style=\"text-align: center\">$y=\\frac{1}{2}x+18$<\/p>\r\nNow to find the population in the year 2010, we let <em>x<\/em> = 40 in the equation:\r\n<p style=\"text-align: center\">$y=\\frac{1}{2}x+18$<\/p>\r\n<p style=\"text-align: center\">$y=\\frac{1}{2}(40)+18=38$<\/p>\r\nSo the population of Canada in the year 2010 is estimated as 38 million.\r\n<table style=\"border-collapse: collapse;width: 49.9014%;height: 42px\" border=\"0\">\r\n<tbody>\r\n<tr style=\"height: 14px\">\r\n<td class=\"border\" style=\"width: 18.6758%;height: 14px;text-align: center\">Year<\/td>\r\n<td class=\"border\" style=\"width: 20.6523%;height: 14px;text-align: center\">Population<\/td>\r\n<\/tr>\r\n<tr style=\"height: 14px\">\r\n<td class=\"border\" style=\"width: 18.6758%;height: 14px;text-align: center\">0 (1970)<\/td>\r\n<td class=\"border\" style=\"width: 20.6523%;height: 14px;text-align: center\">18 million<\/td>\r\n<\/tr>\r\n<tr style=\"height: 14px\">\r\n<td class=\"border\" style=\"width: 18.6758%;text-align: center;height: 14px\">16 (1986)<\/td>\r\n<td class=\"border\" style=\"width: 20.6523%;text-align: center;height: 14px\">26 million<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<p style=\"padding-left: 120px\"><\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n&nbsp;\r\n<h1>More Applications<\/h1>\r\nIn this section, you will learn to:\r\n<ol>\r\n \t<li>Solve a linear system in two variables.<\/li>\r\n \t<li>Find the equilibrium point when a demand and a supply equation are given.<\/li>\r\n \t<li>Find the break-even point when the revenue and the cost functions are given.<\/li>\r\n<\/ol>\r\nIn this section, we will do application problems that involve the intersection of lines. Therefore, before we proceed any further, we will first learn how to find the intersection of two lines.\r\n\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.4.6<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nFind the intersection of the line <em>y<\/em> = 3<em>x <\/em>\u2212 1 and the line <em>y<\/em> = \u2212<em>x<\/em> + 7.\r\n\r\n<strong>Solution <\/strong>\r\n\r\nWe graph both lines on the same axes, as shown below, and read the solution (2, 5).\r\n<div>\r\n<div class=\"textbox\">\r\n<p style=\"text-align: center\"><img src=\"http:\/\/pressbooks.library.ryerson.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-115245-300x236.jpg\" alt=\"\" width=\"300\" height=\"236\" class=\"alignnone size-medium wp-image-1549\" \/><\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n&nbsp;\r\n\r\nFinding the intersection of two lines graphically is not always easy or practical; therefore, we will now learn to solve these problems algebraically.\r\n\r\nAt the point where two lines intersect, the <em>x<\/em> and <em>y<\/em> values for both lines are the same. So in order to find the intersection, we either let the x-values or the y-values equal.\r\n\r\nIf we were to solve the above example algebraically, it will be easier to let the y-values equal. Since <em>y<\/em> = 3<em>x <\/em>\u2212 1 for the first line, and <em>y<\/em> = \u2212<em>x <\/em>+ 7 for the second line, by letting the y-values equal, we get:\r\n<p style=\"text-align: center\">$3x-1=-x+7$<\/p>\r\n<p style=\"text-align: center\">$4x = 8$<\/p>\r\n<p style=\"text-align: center\">$x = 2$<\/p>\r\nBy substituting <em>x<\/em> = 2 in any of the two equations, we obtain <em>y<\/em> = 5. Hence, the solution (2, 5).\r\n\r\nOne common algebraic method used in solving systems of equations is called the <strong>elimination method<\/strong>. The object of this method is to eliminate one of the two variables by adding the left and right sides of the equations together. Once one variable is eliminated, we get an equation that has only one variable for which it can be solved. Finally, by substituting the value of the variable that has been found in one of the original equations, we get the value of the other variable. The method is demonstrated in the example below.\r\n\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.4.7<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">Find the intersection of the lines 2<em>x<\/em> + <em>y<\/em> = 7 and 3<em>x <\/em>\u2212 <em>y<\/em> = 3 by the elimination method.<\/div>\r\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\r\n<div class=\"textbox__content\">We add the left and right sides of the two equations.<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$2x + y = 7$<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$3x-y = 3$<\/div>\r\n<div>\r\n\r\n<hr \/>\r\n\r\n<\/div>\r\n<div style=\"text-align: center\">$5x = 10$<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$x = 2$<\/div>\r\n<div class=\"textbox__content\">Now we substitute <em>x<\/em> = 2 in any of the two equations and solve for <em>y<\/em>.<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$2(2)+y=7$<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$y = 3$<\/div>\r\n<div class=\"textbox__content\">Therefore, the solution is (2, 3).<\/div>\r\n<\/div>\r\n&nbsp;\r\n<div>\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.4.8<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nSolve the system of equations <em>x<\/em> + 2<em>y<\/em> = 3 and 2<em>x<\/em> + 3<em>y<\/em> = 4 by the elimination method.\r\n\r\n<strong>Solution <\/strong>\r\n\r\nIf we add the two equations, none of the variables are eliminated. But the variable x can be eliminated by multiplying the first equation by -2, and leaving the second equation unchanged.\r\n<p style=\"text-align: center\">$-2x-4y=-6$<\/p>\r\n<p style=\"text-align: center\">$2x+3y=4$<\/p>\r\n\r\n\r\n<hr \/>\r\n<p style=\"text-align: center\">$-y=-2$<\/p>\r\n<p style=\"text-align: center\">$y = 2$<\/p>\r\nSubstituting <em>y<\/em> = 2 in <em>x<\/em> + 2<em>y<\/em> = 3, we get\r\n<p style=\"text-align: center\">$x+2(2) = 3$<\/p>\r\n<p style=\"text-align: center\">$x =-1$<\/p>\r\nTherefore, the solution is (-1, 2).\r\n\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.4.9<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nSolve the system of equations 3<em>x <\/em>\u2212 4<em>y<\/em> = 5 and 4<em>x <\/em>\u2212 5<em>y<\/em> = 6.\r\n\r\n<strong>Solution <\/strong>\r\n\r\n<\/div>\r\n<div class=\"textbox__content\">This time, we multiply the first equation by -4 and the second by 3 before adding. (The choice of numbers is not unique.)<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$-12x + 16y =-20$<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$12x-15y = 18$<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$y =-2$<\/div>\r\n<div class=\"textbox__content\">By substituting <em>y<\/em> = -2 in any one of the equations, we get <em>x<\/em> = -1. Hence the solution (-1, -2).<\/div>\r\n<\/div>\r\n&nbsp;\r\n<h2><strong>Supply, Demand and the Equilibrium Market Price <\/strong><\/h2>\r\nIn a free market economy the supply curve for a commodity is the number of items of a product that can be made available at different prices, and the demand curve is the number of items the consumer will buy at different prices. As the price of a product increases, its demand decreases and supply increases. On the other hand, as the price decreases the demand increases and supply decreases. The <strong>equilibrium price<\/strong> is reached when the demand equals the supply.\r\n\r\n&nbsp;\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.4.10<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">The supply curve for a product is <em>y<\/em> = 1.5<em>x<\/em> + 10 and the demand curve for the same product is <em>y<\/em> = -2.5<em>x<\/em> + 34, where <em>x<\/em> is the price and <em>y<\/em> the number of items produced. Find the following:<\/div>\r\n<div class=\"textbox__content\"><strong>a.<\/strong> How many items will be supplied at a price of \\$10?<\/div>\r\n<div class=\"textbox__content\"><strong>b.<\/strong> How many items will be demanded at a price of \\$10?<\/div>\r\n<div class=\"textbox__content\"><strong>c.<\/strong> Determine the equilibrium price.<\/div>\r\n<div class=\"textbox__content\"><strong>d.<\/strong> How many items will be produced at the equilibrium price?<\/div>\r\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\r\n<div class=\"textbox__content\"><strong>a.<\/strong> We substitute<em> x<\/em> = 10 in the supply equation, <em>y<\/em> = 1.5<em>x<\/em> + 10, and the answer is <em>y<\/em> = 25.<\/div>\r\n<div class=\"textbox__content\"><strong>b.<\/strong> We substitute <em>x<\/em> = 10 in the demand equation, <em>y<\/em> = -2.5<em>x<\/em> + 34, and the answer is <em>y<\/em> = 9.<\/div>\r\n<div class=\"textbox__content\"><strong>c.<\/strong> By letting the supply equal the demand, we get:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$1.5x + 10 =-2.5x + 34$<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$4x = 24$<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$x = 6$<\/div>\r\n<div class=\"textbox__content\"><strong>d.<\/strong> We substitute <em>x<\/em> = 6 in either the supply or the demand equation and we get <em>y<\/em> = 19. The graph below shows the intersection of the supply and the demand functions and their point of intersection, (6, 19).<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">\r\n<div class=\"textbox\">\r\n<div class=\"textbox__content\" style=\"text-align: center\"><img src=\"http:\/\/pressbooks.library.ryerson.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-121622-300x246.jpg\" alt=\"\" width=\"300\" height=\"246\" class=\"size-medium wp-image-1551 aligncenter\" \/><\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n&nbsp;\r\n<h2><strong>Break-Even Point <\/strong><\/h2>\r\n<div>In a business, profit is generated by selling products. If a company sells <em>x<\/em> number of items at a price <em>P<\/em>, then the revenue <em>R<\/em> is <em>P<\/em> times <em>x<\/em> , i.e., <em>R<\/em> = <em>P<\/em> \u00b7 <em>x<\/em>. The production costs are the sum of the variable costs and the fixed costs, and are often written as <em>C<\/em> = <em>mx<\/em> + <em>b<\/em>, where <em>x<\/em> is the number of items manufactured.<\/div>\r\n<div><\/div>\r\n<div>A company makes a profit if the revenue is greater than the cost, and it shows a loss if the cost is greater than the revenue. The point on the graph where the revenue equals the cost is called the <strong>break-even point<\/strong>.<\/div>\r\n<div><\/div>\r\n<div><\/div>\r\n<div>\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.4.11<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">If the revenue function of a product is <em>R<\/em> = 5<em>x<\/em> and the cost function is <em>y<\/em> = 3<em>x<\/em> + 12, find the following:<\/div>\r\n<div class=\"textbox__content\"><strong>a.<\/strong> If 4 items are produced, what will the revenue be?<\/div>\r\n<div class=\"textbox__content\"><strong>b.<\/strong> What is the cost of producing 4 items?<\/div>\r\n<div class=\"textbox__content\"><strong>c.<\/strong> How many items should be produced to break-even?<\/div>\r\n<div class=\"textbox__content\"><strong>d.<\/strong> What will be the revenue and the cost at the break-even point?<\/div>\r\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\r\n<div class=\"textbox__content\"><strong>a.<\/strong> We substitute <em>x<\/em> = 4 in the revenue equation <em>R<\/em> = 5<em>x<\/em>, and the answer is <em>R<\/em> = 20.<\/div>\r\n<div class=\"textbox__content\"><strong>b.<\/strong> We substitute <em>x<\/em> = 4 in the cost equation <em>C<\/em> = 3<em>x<\/em> + 12, and the answer is <em>C<\/em> = 24.<\/div>\r\n<div class=\"textbox__content\"><strong>c.<\/strong> By letting the revenue equal the cost, we get:<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$5x = 3x+12$<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">$x=6$<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: left\"><strong>d.<\/strong> We substitute <em>x<\/em> = 6 in either the revenue or the cost equation, and we get <em>R<\/em> = <em>C<\/em> = 30. The graph below shows the intersection of the revenue and the cost functions and their point of intersection, (6, 30).<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">\r\n<div class=\"textbox\">\r\n<div class=\"textbox__content\" style=\"text-align: center\"><img src=\"http:\/\/pressbooks.library.ryerson.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-122552-300x273.jpg\" alt=\"\" width=\"300\" height=\"273\" class=\"alignnone size-medium wp-image-1553\" \/><\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n&nbsp;\r\n<h1>Practice questions<\/h1>\r\n<strong>1.<\/strong> The variable cost to manufacture an item is \\$20, and it costs a total of \\$750 to produce 20 items. If <em>x<\/em> represents the number of items manufactured and <em>y<\/em> the cost, write the cost function.\r\n\r\n<strong>2.<\/strong> A person who weighs 150 pounds has 60 pounds of muscles, and a person that weighs 180 pounds has 72 pounds of muscles. If <em>x<\/em> represents the body weight and <em>y<\/em> the muscle weight, write an equation describing their relationship. Use this relationship to determine the muscle weight of a person that weighs 170 pounds.\r\n\r\n<strong>3.<\/strong> In 2005, an average house in Greater Toronto Area cost \\$<span>335,907<\/span> and the average house in 2018 cost \\$<span>787,300<\/span>. Assuming a linear relationship, predict the price of a similar house in the year 2025.\r\n\r\n<strong>4.<\/strong> In 2010 there were 11,386 <span>laboratory-confirmed cases of gonorrhea reported in Canada. In 2015, the number of cases increased to 19,845. Assuming a linear relationship, how many cases of gonorrhea might we expect in 2030?<\/span>\r\n\r\n<strong>5.<\/strong> The supply curve for a product is <em>y<\/em> = 2000<em>x <\/em>+ 13000, and the demand curve is <em>y<\/em> = -1000<em>x<\/em><i> <\/i>+ 28000, where <em>x<\/em> represents the price and <em>y<\/em> the number of items. At what price will the supply equal demand, and how many items will be produced at that price?\r\n\r\n<strong>6.<\/strong> A company that produces toys has a fixed cost of \\$10,725, and variable cost of 20 cents a toy. Find the break-even point if the toys sell for \\$1.50 each.\r\n\r\n&nbsp;","rendered":"<h1>Applications<\/h1>\n<p>Now that we have learned to determine equations of lines, we can apply these ideas to real-life equations.<\/p>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.4.1<\/p>\n<\/header>\n<div class=\"textbox__content\">A taxi service charges &#36;0.50 per mile plus a &#36;5 flat fee. What will be the cost of traveling 20 miles? What will be cost of traveling <em>x<\/em> miles?<\/div>\n<div class=\"textbox__content\"><strong>Solution<\/strong><\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">The cost of traveling 20 miles = <em>y<\/em> = (.50)(20) + 5 = 10 + 5 = 15<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">The cost of traveling x miles = <em>y<\/em> = (.50)(<em>x<\/em>) + 5 = .50<em>x<\/em> + 5<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<p>In the above problem, &#36;0.50 per mile is referred to as the <strong>variable cost<\/strong>, and the flat charge &#36;5 as the <strong>fixed cost<\/strong>. Now if we look at our cost equation <em>y<\/em> = .50<em>x<\/em> + 5, we can see that the variable cost corresponds to the slope and the fixed cost to the y-intercept.<\/p>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.4.2<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>The variable cost to manufacture a product is &#36;10 and the fixed cost &#36;2500. If <em>x<\/em> represents the number of items manufactured and y the total cost, write the cost function.<\/p>\n<p><strong>Solution<\/strong><\/p>\n<p>The variable cost represents the slope and the fixed cost represents the y-intercept. Therefore, <em>m<\/em> = 10 and <em>y<\/em> = 2500.<\/p>\n<p>The cost equation is <em>y<\/em> = 10<em>x<\/em> + 2500.<\/p>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.4.3<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>It costs &#36;750 to manufacture 25 items, and &#36;1000 to manufacture 50 items. Assuming a linear relationship holds, find the cost equation, and use this function to predict the cost of 100 items.<\/p>\n<p><strong>Solution <\/strong><\/p>\n<p>We let <em>x<\/em> = the number of items manufactured, and let <em>y<\/em> = the cost.<\/p>\n<p>Solving this problem is equivalent to finding an equation of a line that passes through the points (25, 750) and (50, 1000).<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-c5794e2d99f664d550c6ff4bea8bcff3_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#109;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#48;&#48;&#48;&#45;&#55;&#53;&#48;&#125;&#123;&#53;&#48;&#45;&#50;&#53;&#125;&#61;&#49;&#48;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"151\" style=\"vertical-align: -6px;\" \/><\/p>\n<p>Therefore, the partial equation is <em>y<\/em> = 10<em>x<\/em> + <em>b.<\/em><\/p>\n<p>By substituting one of the points in the equation, we get <em>b<\/em> = 500.<\/p>\n<p>Therefore, the cost equation is <em>y<\/em> = 10<em>x<\/em> + 500.<\/p>\n<p>Now to find the cost of 100 items, we substitute <em>x<\/em> = 100 in the equation <em>y<\/em> = 10<em>x<\/em> + 500.<\/p>\n<p>So the cost = <em>y<\/em> = 10(100) + 500 = 1500.<\/p>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.4.4<\/p>\n<\/header>\n<div class=\"textbox__content\">The freezing temperature of water in Celsius is 0 degrees and in Fahrenheit 32 degrees. And the boiling temperatures of water in Celsius, and Fahrenheit are 100 degrees, and 212 degrees, respectively. Write a conversion equation from Celsius to Fahrenheit and use this equation to convert 30 degrees Celsius into Fahrenheit.<\/div>\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\n<div class=\"textbox__content\">\n<p>Let us look at what is given.<\/p>\n<table style=\"border-collapse: collapse;width: 49.9014%;height: 42px\">\n<tbody>\n<tr style=\"height: 14px\">\n<td class=\"border\" style=\"width: 18.6758%;height: 14px;text-align: center\">Centigrade<\/td>\n<td class=\"border\" style=\"width: 20.6523%;height: 14px;text-align: center\">Fahrenheit<\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td class=\"border\" style=\"width: 18.6758%;height: 14px;text-align: center\">0<\/td>\n<td class=\"border\" style=\"width: 20.6523%;height: 14px;text-align: center\">32<\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td class=\"border\" style=\"width: 18.6758%;text-align: center;height: 14px\">100<\/td>\n<td class=\"border\" style=\"width: 20.6523%;text-align: center;height: 14px\">212<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Again, solving this problem is equivalent to finding an equation of a line that passes through the points (0, 32) and (100, 212).<\/p>\n<p>Since we are finding a linear relationship, we are looking for an equation <em>y<\/em> = <em>mx <\/em>+ <em>b<\/em>, or in this case <em>F<\/em> = mC+ <em>b<\/em>, where <em>x<\/em> or <em>C<\/em> represent the temperature in Celsius, and <em>y<\/em> or <em>F<\/em> the temperature in Fahrenheit.<\/p>\n<p style=\"text-align: center\">slope <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-62f610f2f747d2bdcdf38b4c9cd2f7e7_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#109;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#50;&#49;&#50;&#45;&#51;&#50;&#125;&#123;&#49;&#48;&#48;&#45;&#48;&#125;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#57;&#125;&#123;&#53;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"23\" width=\"129\" style=\"vertical-align: -7px;\" \/><\/p>\n<p>The equation is <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-5fd18feca759a71e30d91e84b8f60401_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#70;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#57;&#125;&#123;&#53;&#125;&#67;&#43;&#98;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"97\" style=\"vertical-align: -6px;\" \/><\/p>\n<p>Substituting the point (0, 32), we get<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-905905ba626dafcba4acc75b848f3dac_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#70;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#57;&#125;&#123;&#53;&#125;&#67;&#43;&#51;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"107\" style=\"vertical-align: -6px;\" \/><\/p>\n<p>Now to convert 30 degrees Celsius into Fahrenheit, we substitute C = 30 in the equation<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-905905ba626dafcba4acc75b848f3dac_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#70;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#57;&#125;&#123;&#53;&#125;&#67;&#43;&#51;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"107\" style=\"vertical-align: -6px;\" \/><\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-981d9a315615592b69f49f65eb43d88b_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#70;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#57;&#125;&#123;&#53;&#125;&#40;&#51;&#48;&#41;&#43;&#51;&#50;&#61;&#56;&#54;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"169\" style=\"vertical-align: -6px;\" \/><\/p>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.4.5<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>The population of Canada in the year 1970 was 18 million, and in 1986 it was 26 million. Assuming the population growth is linear, and <em>x<\/em> represents the year and <em>y<\/em> the population, write the function that gives a relationship between the time and the population. Use this equation to predict the population of Canada in 2010.<\/p>\n<p><strong>Solution<\/strong><\/p>\n<p>The problem can be made easier by using 1970 as the base year, that is, we choose the year 1970 as the year zero. This will mean that the year 1986 will correspond to year 16, and the year 2010 as the year 40.<\/p>\n<p>Now we look at the information we have.<\/p>\n<p>Solving this problem is equivalent to finding an equation of a line that passes through the points (0, 18) and (16, 26).<\/p>\n<div>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-420b41e0421afd9e4cb2691febc30383_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#109;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#50;&#54;&#45;&#49;&#56;&#125;&#123;&#49;&#54;&#45;&#48;&#125;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"23\" width=\"121\" style=\"vertical-align: -7px;\" \/><\/p>\n<p>The equation is <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-d07e7f296b9c32c27ca0dc0d8495335a_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#125;&#120;&#43;&#98;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"88\" style=\"vertical-align: -6px;\" \/>.<\/p>\n<p>Substituting the point (0, 18), we get:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-0ef30a3e40d8aaf616e2dccab506dfde_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#125;&#120;&#43;&#49;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"98\" style=\"vertical-align: -6px;\" \/><\/p>\n<p>Now to find the population in the year 2010, we let <em>x<\/em> = 40 in the equation:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-0ef30a3e40d8aaf616e2dccab506dfde_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#125;&#120;&#43;&#49;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"98\" style=\"vertical-align: -6px;\" \/><\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-d35f874ece5eb581327422c0f2cc40c6_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#125;&#40;&#52;&#48;&#41;&#43;&#49;&#56;&#61;&#51;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"22\" width=\"165\" style=\"vertical-align: -6px;\" \/><\/p>\n<p>So the population of Canada in the year 2010 is estimated as 38 million.<\/p>\n<table style=\"border-collapse: collapse;width: 49.9014%;height: 42px\">\n<tbody>\n<tr style=\"height: 14px\">\n<td class=\"border\" style=\"width: 18.6758%;height: 14px;text-align: center\">Year<\/td>\n<td class=\"border\" style=\"width: 20.6523%;height: 14px;text-align: center\">Population<\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td class=\"border\" style=\"width: 18.6758%;height: 14px;text-align: center\">0 (1970)<\/td>\n<td class=\"border\" style=\"width: 20.6523%;height: 14px;text-align: center\">18 million<\/td>\n<\/tr>\n<tr style=\"height: 14px\">\n<td class=\"border\" style=\"width: 18.6758%;text-align: center;height: 14px\">16 (1986)<\/td>\n<td class=\"border\" style=\"width: 20.6523%;text-align: center;height: 14px\">26 million<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p style=\"padding-left: 120px\">\n<\/div>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<h1>More Applications<\/h1>\n<p>In this section, you will learn to:<\/p>\n<ol>\n<li>Solve a linear system in two variables.<\/li>\n<li>Find the equilibrium point when a demand and a supply equation are given.<\/li>\n<li>Find the break-even point when the revenue and the cost functions are given.<\/li>\n<\/ol>\n<p>In this section, we will do application problems that involve the intersection of lines. Therefore, before we proceed any further, we will first learn how to find the intersection of two lines.<\/p>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.4.6<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Find the intersection of the line <em>y<\/em> = 3<em>x <\/em>\u2212 1 and the line <em>y<\/em> = \u2212<em>x<\/em> + 7.<\/p>\n<p><strong>Solution <\/strong><\/p>\n<p>We graph both lines on the same axes, as shown below, and read the solution (2, 5).<\/p>\n<div>\n<div class=\"textbox\">\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/pressbooks.library.ryerson.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-115245-300x236.jpg\" alt=\"\" width=\"300\" height=\"236\" class=\"alignnone size-medium wp-image-1549\" srcset=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-115245-300x236.jpg 300w, https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-115245-65x51.jpg 65w, https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-115245-225x177.jpg 225w, https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-115245-350x276.jpg 350w, https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-115245.jpg 481w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<p>Finding the intersection of two lines graphically is not always easy or practical; therefore, we will now learn to solve these problems algebraically.<\/p>\n<p>At the point where two lines intersect, the <em>x<\/em> and <em>y<\/em> values for both lines are the same. So in order to find the intersection, we either let the x-values or the y-values equal.<\/p>\n<p>If we were to solve the above example algebraically, it will be easier to let the y-values equal. Since <em>y<\/em> = 3<em>x <\/em>\u2212 1 for the first line, and <em>y<\/em> = \u2212<em>x <\/em>+ 7 for the second line, by letting the y-values equal, we get:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-35460d64e5a6fa6f94a966dee48862a9_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#45;&#49;&#61;&#45;&#120;&#43;&#55;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"136\" style=\"vertical-align: -2px;\" \/><\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-5782e2ea1844b28f7428aafac23113c5_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#52;&#120;&#32;&#61;&#32;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"54\" style=\"vertical-align: -1px;\" \/><\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-bc21aad73dc61f15ce0f6d88b8646c30_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#32;&#61;&#32;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"45\" style=\"vertical-align: 0px;\" \/><\/p>\n<p>By substituting <em>x<\/em> = 2 in any of the two equations, we obtain <em>y<\/em> = 5. Hence, the solution (2, 5).<\/p>\n<p>One common algebraic method used in solving systems of equations is called the <strong>elimination method<\/strong>. The object of this method is to eliminate one of the two variables by adding the left and right sides of the equations together. Once one variable is eliminated, we get an equation that has only one variable for which it can be solved. Finally, by substituting the value of the variable that has been found in one of the original equations, we get the value of the other variable. The method is demonstrated in the example below.<\/p>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.4.7<\/p>\n<\/header>\n<div class=\"textbox__content\">Find the intersection of the lines 2<em>x<\/em> + <em>y<\/em> = 7 and 3<em>x <\/em>\u2212 <em>y<\/em> = 3 by the elimination method.<\/div>\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\n<div class=\"textbox__content\">We add the left and right sides of the two equations.<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-9c4b23866fc3634d3a9fc0989c8b3882_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#120;&#32;&#43;&#32;&#121;&#32;&#61;&#32;&#55;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"88\" style=\"vertical-align: -4px;\" \/><\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-5230795db1faad9e7537f1e8cee7139c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#45;&#121;&#32;&#61;&#32;&#51;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"87\" style=\"vertical-align: -4px;\" \/><\/div>\n<div>\n<hr \/>\n<\/div>\n<div style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-291df17d9c97ce764a2f15eb54715479_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#53;&#120;&#32;&#61;&#32;&#49;&#48;\" title=\"Rendered by QuickLaTeX.com\" height=\"14\" width=\"63\" style=\"vertical-align: -1px;\" \/><\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-bc21aad73dc61f15ce0f6d88b8646c30_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#32;&#61;&#32;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"45\" style=\"vertical-align: 0px;\" \/><\/div>\n<div class=\"textbox__content\">Now we substitute <em>x<\/em> = 2 in any of the two equations and solve for <em>y<\/em>.<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-1bb3330e3b49435a8081489bac5b8704_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#40;&#50;&#41;&#43;&#121;&#61;&#55;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"101\" style=\"vertical-align: -4px;\" \/><\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-768f9f916c0c5ea1306831478be0009c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;&#32;&#61;&#32;&#51;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"44\" style=\"vertical-align: -4px;\" \/><\/div>\n<div class=\"textbox__content\">Therefore, the solution is (2, 3).<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.4.8<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Solve the system of equations <em>x<\/em> + 2<em>y<\/em> = 3 and 2<em>x<\/em> + 3<em>y<\/em> = 4 by the elimination method.<\/p>\n<p><strong>Solution <\/strong><\/p>\n<p>If we add the two equations, none of the variables are eliminated. But the variable x can be eliminated by multiplying the first equation by -2, and leaving the second equation unchanged.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-d13d3c70a46ddf2e363e2ca59819025b_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#45;&#50;&#120;&#45;&#52;&#121;&#61;&#45;&#54;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"125\" style=\"vertical-align: -4px;\" \/><\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-633c898f779fc228e07e01b9eca231c0_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#120;&#43;&#51;&#121;&#61;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"96\" style=\"vertical-align: -4px;\" \/><\/p>\n<hr \/>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-da19eaedbeeaaa9d4bae66fb1630177f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#45;&#121;&#61;&#45;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"73\" style=\"vertical-align: -4px;\" \/><\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-b0b358f9e45e9eb5fde8f5122b7b06d8_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;&#32;&#61;&#32;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"44\" style=\"vertical-align: -4px;\" \/><\/p>\n<p>Substituting <em>y<\/em> = 2 in <em>x<\/em> + 2<em>y<\/em> = 3, we get<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-ae82c49f76f0975a8d94af52d12712be_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#43;&#50;&#40;&#50;&#41;&#32;&#61;&#32;&#51;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"101\" style=\"vertical-align: -4px;\" \/><\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-71085a99c2307f435567f86129e72dc7_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#32;&#61;&#45;&#49;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"59\" style=\"vertical-align: -1px;\" \/><\/p>\n<p>Therefore, the solution is (-1, 2).<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.4.9<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Solve the system of equations 3<em>x <\/em>\u2212 4<em>y<\/em> = 5 and 4<em>x <\/em>\u2212 5<em>y<\/em> = 6.<\/p>\n<p><strong>Solution <\/strong><\/p>\n<\/div>\n<div class=\"textbox__content\">This time, we multiply the first equation by -4 and the second by 3 before adding. (The choice of numbers is not unique.)<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-8cc55a3c7a9bac2f7f6a8b72ba4d656d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#45;&#49;&#50;&#120;&#32;&#43;&#32;&#49;&#54;&#121;&#32;&#61;&#45;&#50;&#48;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"153\" style=\"vertical-align: -4px;\" \/><\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-cdff8f6dd4704b72ae67f5c34f25bd84_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#49;&#50;&#120;&#45;&#49;&#53;&#121;&#32;&#61;&#32;&#49;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"123\" style=\"vertical-align: -4px;\" \/><\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-8c48dda547a4228dec5189578e40f35b_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;&#32;&#61;&#45;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"59\" style=\"vertical-align: -4px;\" \/><\/div>\n<div class=\"textbox__content\">By substituting <em>y<\/em> = -2 in any one of the equations, we get <em>x<\/em> = -1. Hence the solution (-1, -2).<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<h2><strong>Supply, Demand and the Equilibrium Market Price <\/strong><\/h2>\n<p>In a free market economy the supply curve for a commodity is the number of items of a product that can be made available at different prices, and the demand curve is the number of items the consumer will buy at different prices. As the price of a product increases, its demand decreases and supply increases. On the other hand, as the price decreases the demand increases and supply decreases. The <strong>equilibrium price<\/strong> is reached when the demand equals the supply.<\/p>\n<p>&nbsp;<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.4.10<\/p>\n<\/header>\n<div class=\"textbox__content\">The supply curve for a product is <em>y<\/em> = 1.5<em>x<\/em> + 10 and the demand curve for the same product is <em>y<\/em> = -2.5<em>x<\/em> + 34, where <em>x<\/em> is the price and <em>y<\/em> the number of items produced. Find the following:<\/div>\n<div class=\"textbox__content\"><strong>a.<\/strong> How many items will be supplied at a price of &#36;10?<\/div>\n<div class=\"textbox__content\"><strong>b.<\/strong> How many items will be demanded at a price of &#36;10?<\/div>\n<div class=\"textbox__content\"><strong>c.<\/strong> Determine the equilibrium price.<\/div>\n<div class=\"textbox__content\"><strong>d.<\/strong> How many items will be produced at the equilibrium price?<\/div>\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\n<div class=\"textbox__content\"><strong>a.<\/strong> We substitute<em> x<\/em> = 10 in the supply equation, <em>y<\/em> = 1.5<em>x<\/em> + 10, and the answer is <em>y<\/em> = 25.<\/div>\n<div class=\"textbox__content\"><strong>b.<\/strong> We substitute <em>x<\/em> = 10 in the demand equation, <em>y<\/em> = -2.5<em>x<\/em> + 34, and the answer is <em>y<\/em> = 9.<\/div>\n<div class=\"textbox__content\"><strong>c.<\/strong> By letting the supply equal the demand, we get:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-0b850630ac4f36c72ed7d1fc43d1c590_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#49;&#46;&#53;&#120;&#32;&#43;&#32;&#49;&#48;&#32;&#61;&#45;&#50;&#46;&#53;&#120;&#32;&#43;&#32;&#51;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"191\" style=\"vertical-align: -2px;\" \/><\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-169693c0985a4788d8c05fc405cccf0e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#52;&#120;&#32;&#61;&#32;&#50;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"63\" style=\"vertical-align: -1px;\" \/><\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-e6a6305fd04a44010fe41e20cb473e5d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#32;&#61;&#32;&#54;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"45\" style=\"vertical-align: 0px;\" \/><\/div>\n<div class=\"textbox__content\"><strong>d.<\/strong> We substitute <em>x<\/em> = 6 in either the supply or the demand equation and we get <em>y<\/em> = 19. The graph below shows the intersection of the supply and the demand functions and their point of intersection, (6, 19).<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">\n<div class=\"textbox\">\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/pressbooks.library.ryerson.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-121622-300x246.jpg\" alt=\"\" width=\"300\" height=\"246\" class=\"size-medium wp-image-1551 aligncenter\" srcset=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-121622-300x246.jpg 300w, https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-121622-65x53.jpg 65w, https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-121622-225x185.jpg 225w, https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-121622-350x287.jpg 350w, https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-121622.jpg 412w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<h2><strong>Break-Even Point <\/strong><\/h2>\n<div>In a business, profit is generated by selling products. If a company sells <em>x<\/em> number of items at a price <em>P<\/em>, then the revenue <em>R<\/em> is <em>P<\/em> times <em>x<\/em> , i.e., <em>R<\/em> = <em>P<\/em> \u00b7 <em>x<\/em>. The production costs are the sum of the variable costs and the fixed costs, and are often written as <em>C<\/em> = <em>mx<\/em> + <em>b<\/em>, where <em>x<\/em> is the number of items manufactured.<\/div>\n<div><\/div>\n<div>A company makes a profit if the revenue is greater than the cost, and it shows a loss if the cost is greater than the revenue. The point on the graph where the revenue equals the cost is called the <strong>break-even point<\/strong>.<\/div>\n<div><\/div>\n<div><\/div>\n<div>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.4.11<\/p>\n<\/header>\n<div class=\"textbox__content\">If the revenue function of a product is <em>R<\/em> = 5<em>x<\/em> and the cost function is <em>y<\/em> = 3<em>x<\/em> + 12, find the following:<\/div>\n<div class=\"textbox__content\"><strong>a.<\/strong> If 4 items are produced, what will the revenue be?<\/div>\n<div class=\"textbox__content\"><strong>b.<\/strong> What is the cost of producing 4 items?<\/div>\n<div class=\"textbox__content\"><strong>c.<\/strong> How many items should be produced to break-even?<\/div>\n<div class=\"textbox__content\"><strong>d.<\/strong> What will be the revenue and the cost at the break-even point?<\/div>\n<div class=\"textbox__content\"><strong>Solution <\/strong><\/div>\n<div class=\"textbox__content\"><strong>a.<\/strong> We substitute <em>x<\/em> = 4 in the revenue equation <em>R<\/em> = 5<em>x<\/em>, and the answer is <em>R<\/em> = 20.<\/div>\n<div class=\"textbox__content\"><strong>b.<\/strong> We substitute <em>x<\/em> = 4 in the cost equation <em>C<\/em> = 3<em>x<\/em> + 12, and the answer is <em>C<\/em> = 24.<\/div>\n<div class=\"textbox__content\"><strong>c.<\/strong> By letting the revenue equal the cost, we get:<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-8826e3f1a64e672b2c01a0b48eb46b8e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#53;&#120;&#32;&#61;&#32;&#51;&#120;&#43;&#49;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"106\" style=\"vertical-align: -2px;\" \/><\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/ql-cache\/quicklatex.com-9ea7043396b7664c8250f222c0d10673_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#61;&#54;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"45\" style=\"vertical-align: 0px;\" \/><\/div>\n<div class=\"textbox__content\" style=\"text-align: left\"><strong>d.<\/strong> We substitute <em>x<\/em> = 6 in either the revenue or the cost equation, and we get <em>R<\/em> = <em>C<\/em> = 30. The graph below shows the intersection of the revenue and the cost functions and their point of intersection, (6, 30).<\/div>\n<div class=\"textbox__content\" style=\"text-align: center\">\n<div class=\"textbox\">\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/pressbooks.library.ryerson.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-122552-300x273.jpg\" alt=\"\" width=\"300\" height=\"273\" class=\"alignnone size-medium wp-image-1553\" srcset=\"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-122552-300x273.jpg 300w, https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-122552-65x59.jpg 65w, https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-122552-225x205.jpg 225w, https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-122552-350x318.jpg 350w, https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-content\/uploads\/sites\/81\/2019\/06\/Annotation-2019-06-18-122552.jpg 441w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<h1>Practice questions<\/h1>\n<p><strong>1.<\/strong> The variable cost to manufacture an item is &#36;20, and it costs a total of &#36;750 to produce 20 items. If <em>x<\/em> represents the number of items manufactured and <em>y<\/em> the cost, write the cost function.<\/p>\n<p><strong>2.<\/strong> A person who weighs 150 pounds has 60 pounds of muscles, and a person that weighs 180 pounds has 72 pounds of muscles. If <em>x<\/em> represents the body weight and <em>y<\/em> the muscle weight, write an equation describing their relationship. Use this relationship to determine the muscle weight of a person that weighs 170 pounds.<\/p>\n<p><strong>3.<\/strong> In 2005, an average house in Greater Toronto Area cost &#36;<span>335,907<\/span> and the average house in 2018 cost &#36;<span>787,300<\/span>. Assuming a linear relationship, predict the price of a similar house in the year 2025.<\/p>\n<p><strong>4.<\/strong> In 2010 there were 11,386 <span>laboratory-confirmed cases of gonorrhea reported in Canada. In 2015, the number of cases increased to 19,845. Assuming a linear relationship, how many cases of gonorrhea might we expect in 2030?<\/span><\/p>\n<p><strong>5.<\/strong> The supply curve for a product is <em>y<\/em> = 2000<em>x <\/em>+ 13000, and the demand curve is <em>y<\/em> = -1000<em>x<\/em><i> <\/i>+ 28000, where <em>x<\/em> represents the price and <em>y<\/em> the number of items. At what price will the supply equal demand, and how many items will be produced at that price?<\/p>\n<p><strong>6.<\/strong> A company that produces toys has a fixed cost of &#36;10,725, and variable cost of 20 cents a toy. Find the break-even point if the toys sell for &#36;1.50 each.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"author":130,"menu_order":4,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[48],"contributor":[],"license":[],"class_list":["post-2638","chapter","type-chapter","status-publish","hentry","chapter-type-numberless"],"part":956,"_links":{"self":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/pressbooks\/v2\/chapters\/2638","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/wp\/v2\/users\/130"}],"version-history":[{"count":16,"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/pressbooks\/v2\/chapters\/2638\/revisions"}],"predecessor-version":[{"id":3324,"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/pressbooks\/v2\/chapters\/2638\/revisions\/3324"}],"part":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/pressbooks\/v2\/parts\/956"}],"metadata":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/pressbooks\/v2\/chapters\/2638\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/wp\/v2\/media?parent=2638"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/pressbooks\/v2\/chapter-type?post=2638"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/wp\/v2\/contributor?post=2638"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/pressbooks.library.torontomu.ca\/ohsmath\/wp-json\/wp\/v2\/license?post=2638"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}