{"id":1381,"date":"2025-07-24T19:14:46","date_gmt":"2025-07-24T19:14:46","guid":{"rendered":"https:\/\/content.one.lumenlearning.com\/precalculus\/?post_type=chapter&#038;p=1381"},"modified":"2026-03-24T19:33:03","modified_gmt":"2026-03-24T19:33:03","slug":"solving-systems-with-cramers-rule-learn-it-3","status":"publish","type":"chapter","link":"https:\/\/content.one.lumenlearning.com\/precalculus\/chapter\/solving-systems-with-cramers-rule-learn-it-3\/","title":{"raw":"Solving Systems with Cramer's Rule: Learn It 3","rendered":"Solving Systems with Cramer&#8217;s Rule: Learn It 3"},"content":{"raw":"<h2>Using Cramer\u2019s Rule to Solve a System of Three Equations in Three Variables<\/h2>\r\nNow that we can find the <strong>determinant<\/strong> of a 3 \u00d7 3 matrix, we can apply <strong>Cramer\u2019s Rule<\/strong> to solve a <strong>system of three equations in three variables<\/strong>. Cramer\u2019s Rule is straightforward, following a pattern consistent with Cramer\u2019s Rule for 2 \u00d7 2 matrices. As the order of the matrix increases to 3 \u00d7 3, however, there are many more calculations required.\r\n\r\nWhen we calculate the determinant to be zero, Cramer\u2019s Rule gives no indication as to whether the system has no solution or an infinite number of solutions. To find out, we have to perform elimination on the system.\r\n\r\nConsider a 3 \u00d7 3 system of equations.\r\n\r\n<img class=\"alignnone wp-image-5032 size-full\" src=\"https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/03184608\/10.4.L.3.Diagram1.png\" alt=\"A system of three linear equations in the variables x, y, and z, each with its own coefficients and constant on the right side.\" width=\"247\" height=\"142\" \/>\r\n<div style=\"text-align: center;\">[latex]x=\\frac{{D}_{x}}{D},y=\\frac{{D}_{y}}{D},z=\\frac{{D}_{z}}{D},D\\ne 0[\/latex]<\/div>\r\nwhere\r\n\r\n<img class=\"alignnone wp-image-5034\" src=\"https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/03184652\/10.4.L.3.Diagram2-300x52.png\" alt=\"A diagram showing four determinants used in Cramer's Rule. The first is the original coefficient matrix. The next three replace, in turn, the x column, the y column, and the z column with the constants from the equations.\" width=\"779\" height=\"135\" \/>\r\n\r\nIf we are writing the determinant [latex]{D}_{x}[\/latex], we replace the [latex]x[\/latex] column with the constant column. If we are writing the determinant [latex]{D}_{y}[\/latex], we replace the [latex]y[\/latex] column with the constant column. If we are writing the determinant [latex]{D}_{z}[\/latex], we replace the [latex]z[\/latex] column with the constant column. Always check the answer.\r\n\r\n<section class=\"textbox example\" aria-label=\"Example\">Find the solution to the given 3 \u00d7 3 system using Cramer\u2019s Rule.\r\n<p style=\"text-align: center;\">[latex]\\begin{gathered}x+y-z=6\\\\ 3x - 2y+z=-5\\\\ x+3y - 2z=14\\end{gathered}[\/latex]<\/p>\r\n[reveal-answer q=\"180631\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"180631\"]\r\n\r\nUse Cramer\u2019s Rule.\r\n<p style=\"text-align: center;\">[latex]D=\\left\\rvert\\begin{array}{ccc}1&amp; 1&amp; -1\\\\ 3&amp; -2&amp; 1\\\\ 1&amp; 3&amp; -2\\end{array}\\right\\rvert\\text{, }{D}_{x}=\\left\\rvert\\begin{array}{ccc}6&amp; 1&amp; -1\\\\ -5&amp; -2&amp; 1\\\\ 14&amp; 3&amp; -2\\end{array}\\right\\rvert\\text{, }{D}_{y}=\\left\\rvert\\begin{array}{ccc}1&amp; 6&amp; -1\\\\ 3&amp; -5&amp; 1\\\\ 1&amp; 14&amp; -2\\end{array}\\right\\rvert\\text{, }{D}_{z}=\\left\\rvert\\begin{array}{ccc}1&amp; 1&amp; 6\\\\ 3&amp; -2&amp; -5\\\\ 1&amp; 3&amp; 14\\end{array}\\right\\rvert[\/latex]<\/p>\r\nThen,\r\n<p style=\"text-align: center;\">[latex]\\begin{align}x&amp;=\\frac{{D}_{x}}{D}=\\frac{-3}{-3}=1\\hfill \\\\ y&amp;=\\frac{{D}_{y}}{D}=\\frac{-9}{-3}=3\\hfill \\\\ z&amp;=\\frac{{D}_{z}}{D}=\\frac{6}{-3}=-2\\hfill \\end{align}[\/latex]<\/p>\r\nThe solution is [latex]\\left(1,3,-2\\right)[\/latex].\r\n\r\n[\/hidden-answer]\r\n\r\n<\/section><section class=\"textbox tryIt\" aria-label=\"Try It\">[ohm_question hide_question_numbers=1]321769[\/ohm_question]<\/section><section class=\"textbox example\" aria-label=\"Example\">Solve the system of equations using Cramer\u2019s Rule.\r\n<p style=\"text-align: center;\">[latex]\\begin{gathered}3x - 2y=4 \\\\ 6x - 4y=0\\end{gathered}[\/latex]<\/p>\r\n[reveal-answer q=\"966288\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"966288\"]\r\n\r\nWe begin by finding the determinants [latex]D,{D}_{x},\\text{and }{D}_{y}[\/latex].\r\n<p style=\"text-align: center;\">[latex]D=\\left\\rvert\\begin{array}{cc}3&amp; -2\\\\ 6&amp; -4\\end{array}\\right\\rvert=3\\left(-4\\right)-6\\left(-2\\right)=0[\/latex]<\/p>\r\nWe know that a determinant of zero means that either the system has no solution or it has an infinite number of solutions. To see which one, we use the process of elimination. Our goal is to eliminate one of the variables.\r\n<ol>\r\n \t<li>Multiply equation (1) by [latex]-2[\/latex].<\/li>\r\n \t<li>Add the result to equation [latex]\\left(2\\right)[\/latex].<\/li>\r\n<\/ol>\r\n<p style=\"text-align: center;\">[latex]\\begin{align}\u22126x+4y&amp;=\u22128 \\\\ 6x\u22124y&amp;=0 \\\\ \\hline0&amp;=-8\\end{align}[\/latex]<\/p>\r\nWe obtain the equation [latex]0=-8[\/latex], which is false. Therefore, the system has no solution. Graphing the system reveals two parallel lines.\r\n\r\n<img src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images\/wp-content\/uploads\/sites\/3675\/2018\/09\/27181440\/CNX_Precalc_Figure_09_08_0032.jpg\" alt=\"Graph of two parallel lines with the equations y=three-halves x and y=three-halves x minus 2.\" width=\"487\" height=\"441\" \/>\r\n\r\n[\/hidden-answer]\r\n\r\n<\/section><section class=\"textbox example\" aria-label=\"Example\">Solve the system with an infinite number of solutions.\r\n<p style=\"text-align: center;\">[latex]\\begin{gathered} x - 2y+3z=0\\\\ 3x+y - 2z=0 \\\\ 2x - 4y+6z=0 \\end{gathered}[\/latex]<\/p>\r\n[reveal-answer q=\"282282\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"282282\"]\r\n\r\nLet\u2019s find the determinant first. Set up a matrix augmented by the first two columns.\r\n<p style=\"text-align: center;\">[latex]\\left\\rvert\\begin{array}{rrr}\\hfill 1&amp; \\hfill -2&amp; \\hfill 3\\\\ \\hfill 3&amp; \\hfill 1&amp; \\hfill -2\\\\ \\hfill 2&amp; \\hfill -4&amp; \\hfill 6\\end{array}\\right\\rvert\\left.\\begin{array}{rr}\\hfill 1&amp; \\hfill -2\\\\ \\hfill 3&amp; \\hfill 1\\\\ \\hfill 2&amp; \\hfill -4\\end{array}\\right\\rvert[\/latex]<\/p>\r\nThen,\r\n<p style=\"text-align: center;\">[latex]1\\left(1\\right)\\left(6\\right)+\\left(-2\\right)\\left(-2\\right)\\left(2\\right)+3\\left(3\\right)\\left(-4\\right)-2\\left(1\\right)\\left(3\\right)-\\left(-4\\right)\\left(-2\\right)\\left(1\\right)-6\\left(3\\right)\\left(-2\\right)=0[\/latex]<\/p>\r\nAs the determinant equals zero, there is either no solution or an infinite number of solutions. We have to perform elimination to find out.\r\n<ol>\r\n \t<li>Multiply equation (1) by [latex]-2[\/latex] and add the result to equation (3):\r\n<div style=\"text-align: center;\">[latex]\\begin{align} -2x+4y - 6z&amp;=0\\\\ 2x - 4y+6z&amp;=0\\\\ \\hline 0&amp;=0 \\end{align}[\/latex]<\/div><\/li>\r\n \t<li>Obtaining an answer of [latex]0=0[\/latex], a statement that is always true, means that the system has an infinite number of solutions. Graphing the system, we can see that two of the planes are the same and they both intersect the third plane on a line.<\/li>\r\n<\/ol>\r\n<img src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images\/wp-content\/uploads\/sites\/3675\/2018\/09\/27181442\/CNX_Precalc_Figure_09_08_0052.jpg\" alt=\"Two planes intersecting a third plane. One plane's equation is x minus 2y plus 3z equals zero. The second plane's equation is 2x minus 4y plus 6z equals zero. The third plane's equation is 3x plus y plus 2z equals zero.\" width=\"487\" height=\"214\" \/>\r\n\r\n[\/hidden-answer]\r\n\r\n<\/section><section class=\"textbox tryIt\" aria-label=\"Try It\">[ohm_question hide_question_numbers=1]321770[\/ohm_question]<\/section>","rendered":"<h2>Using Cramer\u2019s Rule to Solve a System of Three Equations in Three Variables<\/h2>\n<p>Now that we can find the <strong>determinant<\/strong> of a 3 \u00d7 3 matrix, we can apply <strong>Cramer\u2019s Rule<\/strong> to solve a <strong>system of three equations in three variables<\/strong>. Cramer\u2019s Rule is straightforward, following a pattern consistent with Cramer\u2019s Rule for 2 \u00d7 2 matrices. As the order of the matrix increases to 3 \u00d7 3, however, there are many more calculations required.<\/p>\n<p>When we calculate the determinant to be zero, Cramer\u2019s Rule gives no indication as to whether the system has no solution or an infinite number of solutions. To find out, we have to perform elimination on the system.<\/p>\n<p>Consider a 3 \u00d7 3 system of equations.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-5032 size-full\" src=\"https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/03184608\/10.4.L.3.Diagram1.png\" alt=\"A system of three linear equations in the variables x, y, and z, each with its own coefficients and constant on the right side.\" width=\"247\" height=\"142\" srcset=\"https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/03184608\/10.4.L.3.Diagram1.png 247w, https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/03184608\/10.4.L.3.Diagram1-65x37.png 65w, https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/03184608\/10.4.L.3.Diagram1-225x129.png 225w\" sizes=\"(max-width: 247px) 100vw, 247px\" \/><\/p>\n<div style=\"text-align: center;\">[latex]x=\\frac{{D}_{x}}{D},y=\\frac{{D}_{y}}{D},z=\\frac{{D}_{z}}{D},D\\ne 0[\/latex]<\/div>\n<p>where<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-5034\" src=\"https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/03184652\/10.4.L.3.Diagram2-300x52.png\" alt=\"A diagram showing four determinants used in Cramer's Rule. The first is the original coefficient matrix. The next three replace, in turn, the x column, the y column, and the z column with the constants from the equations.\" width=\"779\" height=\"135\" srcset=\"https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/03184652\/10.4.L.3.Diagram2-300x52.png 300w, https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/03184652\/10.4.L.3.Diagram2-768x133.png 768w, https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/03184652\/10.4.L.3.Diagram2-65x11.png 65w, https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/03184652\/10.4.L.3.Diagram2-225x39.png 225w, https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/03184652\/10.4.L.3.Diagram2-350x61.png 350w, https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/03184652\/10.4.L.3.Diagram2.png 812w\" sizes=\"(max-width: 779px) 100vw, 779px\" \/><\/p>\n<p>If we are writing the determinant [latex]{D}_{x}[\/latex], we replace the [latex]x[\/latex] column with the constant column. If we are writing the determinant [latex]{D}_{y}[\/latex], we replace the [latex]y[\/latex] column with the constant column. If we are writing the determinant [latex]{D}_{z}[\/latex], we replace the [latex]z[\/latex] column with the constant column. Always check the answer.<\/p>\n<section class=\"textbox example\" aria-label=\"Example\">Find the solution to the given 3 \u00d7 3 system using Cramer\u2019s Rule.<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{gathered}x+y-z=6\\\\ 3x - 2y+z=-5\\\\ x+3y - 2z=14\\end{gathered}[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q180631\">Show Solution<\/button><\/p>\n<div id=\"q180631\" class=\"hidden-answer\" style=\"display: none\">\n<p>Use Cramer\u2019s Rule.<\/p>\n<p style=\"text-align: center;\">[latex]D=\\left\\rvert\\begin{array}{ccc}1& 1& -1\\\\ 3& -2& 1\\\\ 1& 3& -2\\end{array}\\right\\rvert\\text{, }{D}_{x}=\\left\\rvert\\begin{array}{ccc}6& 1& -1\\\\ -5& -2& 1\\\\ 14& 3& -2\\end{array}\\right\\rvert\\text{, }{D}_{y}=\\left\\rvert\\begin{array}{ccc}1& 6& -1\\\\ 3& -5& 1\\\\ 1& 14& -2\\end{array}\\right\\rvert\\text{, }{D}_{z}=\\left\\rvert\\begin{array}{ccc}1& 1& 6\\\\ 3& -2& -5\\\\ 1& 3& 14\\end{array}\\right\\rvert[\/latex]<\/p>\n<p>Then,<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{align}x&=\\frac{{D}_{x}}{D}=\\frac{-3}{-3}=1\\hfill \\\\ y&=\\frac{{D}_{y}}{D}=\\frac{-9}{-3}=3\\hfill \\\\ z&=\\frac{{D}_{z}}{D}=\\frac{6}{-3}=-2\\hfill \\end{align}[\/latex]<\/p>\n<p>The solution is [latex]\\left(1,3,-2\\right)[\/latex].<\/p>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox tryIt\" aria-label=\"Try It\"><iframe loading=\"lazy\" id=\"ohm321769\" class=\"resizable\" src=\"https:\/\/ohm.lumenlearning.com\/multiembedq.php?id=321769&theme=lumen&iframe_resize_id=ohm321769&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n<section class=\"textbox example\" aria-label=\"Example\">Solve the system of equations using Cramer\u2019s Rule.<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{gathered}3x - 2y=4 \\\\ 6x - 4y=0\\end{gathered}[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q966288\">Show Solution<\/button><\/p>\n<div id=\"q966288\" class=\"hidden-answer\" style=\"display: none\">\n<p>We begin by finding the determinants [latex]D,{D}_{x},\\text{and }{D}_{y}[\/latex].<\/p>\n<p style=\"text-align: center;\">[latex]D=\\left\\rvert\\begin{array}{cc}3& -2\\\\ 6& -4\\end{array}\\right\\rvert=3\\left(-4\\right)-6\\left(-2\\right)=0[\/latex]<\/p>\n<p>We know that a determinant of zero means that either the system has no solution or it has an infinite number of solutions. To see which one, we use the process of elimination. Our goal is to eliminate one of the variables.<\/p>\n<ol>\n<li>Multiply equation (1) by [latex]-2[\/latex].<\/li>\n<li>Add the result to equation [latex]\\left(2\\right)[\/latex].<\/li>\n<\/ol>\n<p style=\"text-align: center;\">[latex]\\begin{align}\u22126x+4y&=\u22128 \\\\ 6x\u22124y&=0 \\\\ \\hline0&=-8\\end{align}[\/latex]<\/p>\n<p>We obtain the equation [latex]0=-8[\/latex], which is false. Therefore, the system has no solution. Graphing the system reveals two parallel lines.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images\/wp-content\/uploads\/sites\/3675\/2018\/09\/27181440\/CNX_Precalc_Figure_09_08_0032.jpg\" alt=\"Graph of two parallel lines with the equations y=three-halves x and y=three-halves x minus 2.\" width=\"487\" height=\"441\" \/><\/p>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox example\" aria-label=\"Example\">Solve the system with an infinite number of solutions.<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{gathered} x - 2y+3z=0\\\\ 3x+y - 2z=0 \\\\ 2x - 4y+6z=0 \\end{gathered}[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q282282\">Show Solution<\/button><\/p>\n<div id=\"q282282\" class=\"hidden-answer\" style=\"display: none\">\n<p>Let\u2019s find the determinant first. Set up a matrix augmented by the first two columns.<\/p>\n<p style=\"text-align: center;\">[latex]\\left\\rvert\\begin{array}{rrr}\\hfill 1& \\hfill -2& \\hfill 3\\\\ \\hfill 3& \\hfill 1& \\hfill -2\\\\ \\hfill 2& \\hfill -4& \\hfill 6\\end{array}\\right\\rvert\\left.\\begin{array}{rr}\\hfill 1& \\hfill -2\\\\ \\hfill 3& \\hfill 1\\\\ \\hfill 2& \\hfill -4\\end{array}\\right\\rvert[\/latex]<\/p>\n<p>Then,<\/p>\n<p style=\"text-align: center;\">[latex]1\\left(1\\right)\\left(6\\right)+\\left(-2\\right)\\left(-2\\right)\\left(2\\right)+3\\left(3\\right)\\left(-4\\right)-2\\left(1\\right)\\left(3\\right)-\\left(-4\\right)\\left(-2\\right)\\left(1\\right)-6\\left(3\\right)\\left(-2\\right)=0[\/latex]<\/p>\n<p>As the determinant equals zero, there is either no solution or an infinite number of solutions. We have to perform elimination to find out.<\/p>\n<ol>\n<li>Multiply equation (1) by [latex]-2[\/latex] and add the result to equation (3):\n<div style=\"text-align: center;\">[latex]\\begin{align} -2x+4y - 6z&=0\\\\ 2x - 4y+6z&=0\\\\ \\hline 0&=0 \\end{align}[\/latex]<\/div>\n<\/li>\n<li>Obtaining an answer of [latex]0=0[\/latex], a statement that is always true, means that the system has an infinite number of solutions. Graphing the system, we can see that two of the planes are the same and they both intersect the third plane on a line.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images\/wp-content\/uploads\/sites\/3675\/2018\/09\/27181442\/CNX_Precalc_Figure_09_08_0052.jpg\" alt=\"Two planes intersecting a third plane. One plane's equation is x minus 2y plus 3z equals zero. The second plane's equation is 2x minus 4y plus 6z equals zero. The third plane's equation is 3x plus y plus 2z equals zero.\" width=\"487\" height=\"214\" \/><\/p>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox tryIt\" aria-label=\"Try It\"><iframe loading=\"lazy\" id=\"ohm321770\" class=\"resizable\" src=\"https:\/\/ohm.lumenlearning.com\/multiembedq.php?id=321770&theme=lumen&iframe_resize_id=ohm321770&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n","protected":false},"author":13,"menu_order":23,"template":"","meta":{"_candela_citation":"[]","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"part":514,"module-header":"learn_it","content_attributions":[],"internal_book_links":[],"video_content":null,"cc_video_embed_content":{"cc_scripts":"","media_targets":[]},"try_it_collection":null,"_links":{"self":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1381"}],"collection":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/users\/13"}],"version-history":[{"count":7,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1381\/revisions"}],"predecessor-version":[{"id":6001,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1381\/revisions\/6001"}],"part":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/parts\/514"}],"metadata":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1381\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/media?parent=1381"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapter-type?post=1381"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/contributor?post=1381"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/license?post=1381"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}