{"id":64,"date":"2025-01-02T23:05:07","date_gmt":"2025-01-02T23:05:07","guid":{"rendered":"https:\/\/content.one.lumenlearning.com\/qrpracticepages\/chapter\/graph-theory-get-stronger-answer-key\/"},"modified":"2025-01-02T23:05:07","modified_gmt":"2025-01-02T23:05:07","slug":"graph-theory-get-stronger-answer-key","status":"publish","type":"chapter","link":"https:\/\/content.one.lumenlearning.com\/qrpracticepages\/chapter\/graph-theory-get-stronger-answer-key\/","title":{"raw":"Graph Theory: Get Stronger Answer Key","rendered":"Graph Theory: Get Stronger Answer Key"},"content":{"raw":"\n<h2>Graph Basics<\/h2>\n<ol>\n\t<li>&nbsp;Graph <em>S<\/em> has [latex]5[\/latex] vertices labeled <em>a, b, c, d<\/em>, and <em>e<\/em>.<\/li>\n\t<li>&nbsp;<\/li>\n\t<li>&nbsp;The vertices are labeled <em>a, b, c, d, e<\/em>, and the additional vertex <em>f<\/em>.<\/li>\n\t<li>&nbsp;<\/li>\n\t<li>Graph <em>T<\/em><\/li>\n\t<li>&nbsp;<\/li>\n<\/ol>\n<h2>Graph Structures<\/h2>\n<p>&nbsp;<\/p>\n\n[caption id=\"attachment_13197\" align=\"alignnone\" width=\"1694\"]<img class=\"wp-image-13197 size-full\" src=\"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/wp-content\/uploads\/sites\/18\/2023\/09\/e808aa271f190b94eff73fe7a16e7848bd40988c.png#fixme\" alt=\"Four graphs are titled graph A, graph B, graph C, and graph D. Graph A shows edges connecting the vertices: v q, v p, v u, v t, v s and v r. Graph B shows edges connecting the vertices: p q, q s, s t, t p, v u, and v r. Graph C shows edges connecting the vertices: p q, p u, u t, u v, t s, q s, and p t. Graph D shows edges connecting the vertices: v p, v q, v u, v t, v r, v s, p q, u t, and r s.\" width=\"1694\" height=\"398\"> Figure 2[\/caption]\n\n<ol start=\"7\">\n\t<li>Graph <em>B<\/em> has an edge between vertices <em>v<\/em> and <em>r<\/em> that does not exist in Graph <em>C<\/em>. For B to be a subgraph of C, all of B's edges would have to be present in C with exactly the same connections between vertices. Since the edge is missing in Graph <em>C<\/em>, we can conclusively say that Graph <em>B<\/em> is not a subgraph of Graph <em>C<\/em>.<\/li>\n\t<li>&nbsp;<\/li>\n<\/ol>\n<h2>Navigating Graphs<\/h2>\n<ol start=\"9\">\n\t<li>The sequence <em>e \u2013 d \u2013 b \u2013 e \u2013 f<\/em> is both a walk and a trail. It is not a path due to the repeated vertex <em>e<\/em>.<\/li>\n\t<li>&nbsp;<\/li>\n\t<li>This is not a valid walk, trail, or path. There's no direct edge from <em>f<\/em> to <em>b<\/em>, the sequence <em>e \u2013 f \u2013 b \u2013 d<\/em> cannot occur without passing through another vertex or edge.&nbsp;<\/li>\n\t<li>&nbsp;<\/li>\n\t<li>&nbsp;The sequence <em>m \u2013 n \u2013 o \u2013 q \u2013 n \u2013 p \u2013 o \u2013 n \u2013 m<\/em> is a closed walk because it starts and ends at the same vertex (<em>m<\/em>) and traverses through edges more than once. It is not a circuit (closed trail) because it uses some edges more than once. It is also not a cycle (closed path) because it revisits vertices.<\/li>\n\t<li>&nbsp;<\/li>\n<\/ol>\n<h2>Euler Circuits<\/h2>\n<p>For the following exercises, use the graphs and multigraphs shown below (Figure 4). Identify any graphs and\/or multigraphs with the given characteristics. If there are none, state so.<\/p>\n\n[caption id=\"attachment_13199\" align=\"alignnone\" width=\"1800\"]<img class=\"wp-image-13199 size-full\" src=\"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/wp-content\/uploads\/sites\/18\/2023\/09\/434ab6e37fc1bf49aa5fd4c10619fa1df8e4d361.png#fixme\" alt=\"Five graphs. Graph 11 has 8 vertices. Edges connect r s, s v, v u u r, t x, t w, and x w. Graph 12 has 7 vertices. Edges connect e f, f g, g e, g d, e d, e a, d a, d c, g c, c a, c b, and a b. Graph 13 has 5 vertices. Edges connect n o, n q, o m, o p, m p, m q, and q p. Multigraph 14 has 5 vertices. The edges are labeled from A to H. Multigraph 15 has 5 vertices. The edges are labeled from K to U.\" width=\"1800\" height=\"372\"> Figure 4[\/caption]\n\n<ol start=\"15\">\n\t<li>&nbsp;Graphs <em>11<\/em>, <em>12<\/em>, and <em>13<\/em> are all connected.<\/li>\n\t<li>&nbsp;<\/li>\n\t<li>Graph <em>12<\/em><\/li>\n<\/ol>\n<h2>Euler Trails<\/h2>\n<ol start=\"18\">\n\t<li>&nbsp;<\/li>\n\t<li>Find an Euler circuit beginning and ending at vertex <i>g<\/i>&nbsp;in Graph 12 if one exists. Otherwise, explain how you know such an Euler circuit does not exist.<\/li>\n\t<li>&nbsp;<\/li>\n\t<li>Multigraph&nbsp;<em>14<\/em><\/li>\n\t<li>&nbsp;<\/li>\n<\/ol>\n<h2>Hamilton Circuits<\/h2>\n<ol start=\"23\">\n\t<li>Yes, beginning the Euler trail at vertex <em>d<\/em> is a good choice, as Fleury's algorithm requires that for a graph with an Eulerian trail (a trail that visits every edge exactly once), the trail must start (and end) at one of the vertices with an odd degree. The path <em>d\u2192a\u2192b\u2192e\u2192d\u2192f\u2192c\u2192g\u2192f,&nbsp;<\/em>starts and ends with the vertices that have an odd degree, and does not repeat an edge.<\/li>\n\t<li>&nbsp;<\/li>\n\t<li>One option is:&nbsp;<em>d\u2192a\u2192b\u2192e\u2192d\u2192f\u2192c\u2192g\u2192f<\/em><\/li>\n\t<li>&nbsp;<\/li>\n\t<li>The sequence <em>m \u2192 n \u2192 q \u2192 o \u2192 p \u2192 m<\/em> is a Hamiltonian cycle but not an Eulerian circuit in Graph <em>K<\/em>.<\/li>\n\t<li>&nbsp;<\/li>\n\t<li>[latex]39,916,800[\/latex]<\/li>\n\t<li>&nbsp;<\/li>\n\t<li>[latex]239,500,800[\/latex]<\/li>\n\t<li>&nbsp;<\/li>\n\t<li>[latex]70[\/latex]<\/li>\n<\/ol>\n<h2>Hamilton Paths<\/h2>\n<ol start=\"34\">\n\t<li>&nbsp;<\/li>\n\t<li>Euler trail<\/li>\n\t<li>&nbsp;<\/li>\n\t<li>Neither<\/li>\n<\/ol>\n<h2>Traveling Sales Person Problem<\/h2>\n<ol start=\"42\">\n\t<li>&nbsp;<\/li>\n\t<li>The approach described is a brute force algorithm. In a brute force algorithm, all possible solutions are generated and evaluated to find the best solution. In this case, the traveler lists all possible orders in which the cities can be visited, calculates the cost for each possible itinerary, and then selects the one with the least expensive airfare.<\/li>\n\t<li>&nbsp;<\/li>\n\t<li>The distinct Hamiltonian cycles beginning at vertex 'm' in Graph 18, not counting reversals as distinct, are:\n\n<ul>\n\t<li><em>m \u2192 n \u2192 o \u2192 p \u2192 q \u2192 m<\/em><\/li>\n\t<li><em>m \u2192 n \u2192 o \u2192 q \u2192 p \u2192 m<\/em><\/li>\n\t<li><em>m \u2192 n \u2192 p \u2192 o \u2192 q \u2192 m<\/em><\/li>\n\t<li><em>m \u2192 n \u2192 p \u2192 q \u2192 o \u2192 m<\/em><\/li>\n\t<li><em>m \u2192 n \u2192 q \u2192 o \u2192 p \u2192 m<\/em><\/li>\n\t<li><em>m \u2192 n \u2192 q \u2192 p \u2192 o \u2192 m<\/em><\/li>\n\t<li><em>m \u2192 o \u2192 n \u2192 p \u2192 q \u2192 m<\/em><\/li>\n\t<li><em>m \u2192 o \u2192 n \u2192 q \u2192 p \u2192 m<\/em><\/li>\n\t<li><em>m \u2192 o \u2192 p \u2192 n \u2192 q \u2192 m<\/em><\/li>\n\t<li><em>m \u2192 o \u2192 p \u2192 q \u2192 n \u2192 m<\/em><\/li>\n\t<li><em>m \u2192 o \u2192 q \u2192 n \u2192 p \u2192 m<\/em><\/li>\n\t<li><em>m \u2192 o \u2192 q \u2192 p \u2192 n \u2192 m<\/em><\/li>\n\t<li>Note: each cycle can be reversed<\/li>\n<\/ul>\n<\/li>\n\t<li>&nbsp;<\/li>\n\t<li>Cycles&nbsp;<em>a\u2192c\u2192b\u2192d\u2192a&nbsp;<\/em>and <em>a\u2192d\u2192b\u2192c\u2192a <\/em>have the lowest weight of [latex]18[\/latex].<\/li>\n<\/ol>\n<h2>Spanning Trees<\/h2>\n<p>For the following exercises, draw a graph with the given characteristics.<\/p>\n<ol start=\"44\">\n\t<li>&nbsp;<\/li>\n\t<li>Answers may very<\/li>\n\t<li>&nbsp;<\/li>\n\t<li>Answers may very<\/li>\n<\/ol>\n<p>For the following exercises, use Kruskal\u2019s Algorithm to find a minimum spanning tree of the given graph (figure 12). Graph it and calculate its weight.<\/p>\n\n[caption id=\"attachment_13204\" align=\"aligncenter\" width=\"1219\"]<img class=\"wp-image-13204 size-full\" src=\"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/wp-content\/uploads\/sites\/18\/2023\/09\/b3608fca8760e044fbfa70c67eb6642a73fe3b31.png#fixme\" alt=\"Two graphs are labeled graph 17 and graph 18. Graph 17 has four vertices, a, b, c, and d. The edges are labeled as follows: a to b, 13.3; b to c, 2.0; c to d, 8.7; d to a, 9.3; a to c, 1.5; b to d, 5.2. Graph 18 has five vertices, m, q, n, p, and o. The edges are labeled as follows: m to n, 250; m to q, 100; m to p, 110; m to 0, 300; q o n, 90; q to o, 210; n to p, 75; q to p, 50; p to o, 425; n to o, 225.\" width=\"1219\" height=\"599\"> Figure 12[\/caption]\n\n<ol start=\"48\">\n\t<li>&nbsp;<\/li>\n\t<li>&nbsp;<\/li>\n<\/ol>\n","rendered":"<h2>Graph Basics<\/h2>\n<ol>\n<li>&nbsp;Graph <em>S<\/em> has [latex]5[\/latex] vertices labeled <em>a, b, c, d<\/em>, and <em>e<\/em>.<\/li>\n<li>&nbsp;<\/li>\n<li>&nbsp;The vertices are labeled <em>a, b, c, d, e<\/em>, and the additional vertex <em>f<\/em>.<\/li>\n<li>&nbsp;<\/li>\n<li>Graph <em>T<\/em><\/li>\n<li>&nbsp;<\/li>\n<\/ol>\n<h2>Graph Structures<\/h2>\n<p>&nbsp;<\/p>\n<figure id=\"attachment_13197\" aria-describedby=\"caption-attachment-13197\" style=\"width: 1694px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-13197 size-full\" src=\"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/wp-content\/uploads\/sites\/18\/2023\/09\/e808aa271f190b94eff73fe7a16e7848bd40988c.png#fixme\" alt=\"Four graphs are titled graph A, graph B, graph C, and graph D. Graph A shows edges connecting the vertices: v q, v p, v u, v t, v s and v r. Graph B shows edges connecting the vertices: p q, q s, s t, t p, v u, and v r. Graph C shows edges connecting the vertices: p q, p u, u t, u v, t s, q s, and p t. Graph D shows edges connecting the vertices: v p, v q, v u, v t, v r, v s, p q, u t, and r s.\" width=\"1694\" height=\"398\" \/><figcaption id=\"caption-attachment-13197\" class=\"wp-caption-text\">Figure 2<\/figcaption><\/figure>\n<ol start=\"7\">\n<li>Graph <em>B<\/em> has an edge between vertices <em>v<\/em> and <em>r<\/em> that does not exist in Graph <em>C<\/em>. For B to be a subgraph of C, all of B&#8217;s edges would have to be present in C with exactly the same connections between vertices. Since the edge is missing in Graph <em>C<\/em>, we can conclusively say that Graph <em>B<\/em> is not a subgraph of Graph <em>C<\/em>.<\/li>\n<li>&nbsp;<\/li>\n<\/ol>\n<h2>Navigating Graphs<\/h2>\n<ol start=\"9\">\n<li>The sequence <em>e \u2013 d \u2013 b \u2013 e \u2013 f<\/em> is both a walk and a trail. It is not a path due to the repeated vertex <em>e<\/em>.<\/li>\n<li>&nbsp;<\/li>\n<li>This is not a valid walk, trail, or path. There&#8217;s no direct edge from <em>f<\/em> to <em>b<\/em>, the sequence <em>e \u2013 f \u2013 b \u2013 d<\/em> cannot occur without passing through another vertex or edge.&nbsp;<\/li>\n<li>&nbsp;<\/li>\n<li>&nbsp;The sequence <em>m \u2013 n \u2013 o \u2013 q \u2013 n \u2013 p \u2013 o \u2013 n \u2013 m<\/em> is a closed walk because it starts and ends at the same vertex (<em>m<\/em>) and traverses through edges more than once. It is not a circuit (closed trail) because it uses some edges more than once. It is also not a cycle (closed path) because it revisits vertices.<\/li>\n<li>&nbsp;<\/li>\n<\/ol>\n<h2>Euler Circuits<\/h2>\n<p>For the following exercises, use the graphs and multigraphs shown below (Figure 4). Identify any graphs and\/or multigraphs with the given characteristics. If there are none, state so.<\/p>\n<figure id=\"attachment_13199\" aria-describedby=\"caption-attachment-13199\" style=\"width: 1800px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-13199 size-full\" src=\"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/wp-content\/uploads\/sites\/18\/2023\/09\/434ab6e37fc1bf49aa5fd4c10619fa1df8e4d361.png#fixme\" alt=\"Five graphs. Graph 11 has 8 vertices. Edges connect r s, s v, v u u r, t x, t w, and x w. Graph 12 has 7 vertices. Edges connect e f, f g, g e, g d, e d, e a, d a, d c, g c, c a, c b, and a b. Graph 13 has 5 vertices. Edges connect n o, n q, o m, o p, m p, m q, and q p. Multigraph 14 has 5 vertices. The edges are labeled from A to H. Multigraph 15 has 5 vertices. The edges are labeled from K to U.\" width=\"1800\" height=\"372\" \/><figcaption id=\"caption-attachment-13199\" class=\"wp-caption-text\">Figure 4<\/figcaption><\/figure>\n<ol start=\"15\">\n<li>&nbsp;Graphs <em>11<\/em>, <em>12<\/em>, and <em>13<\/em> are all connected.<\/li>\n<li>&nbsp;<\/li>\n<li>Graph <em>12<\/em><\/li>\n<\/ol>\n<h2>Euler Trails<\/h2>\n<ol start=\"18\">\n<li>&nbsp;<\/li>\n<li>Find an Euler circuit beginning and ending at vertex <i>g<\/i>&nbsp;in Graph 12 if one exists. Otherwise, explain how you know such an Euler circuit does not exist.<\/li>\n<li>&nbsp;<\/li>\n<li>Multigraph&nbsp;<em>14<\/em><\/li>\n<li>&nbsp;<\/li>\n<\/ol>\n<h2>Hamilton Circuits<\/h2>\n<ol start=\"23\">\n<li>Yes, beginning the Euler trail at vertex <em>d<\/em> is a good choice, as Fleury&#8217;s algorithm requires that for a graph with an Eulerian trail (a trail that visits every edge exactly once), the trail must start (and end) at one of the vertices with an odd degree. The path <em>d\u2192a\u2192b\u2192e\u2192d\u2192f\u2192c\u2192g\u2192f,&nbsp;<\/em>starts and ends with the vertices that have an odd degree, and does not repeat an edge.<\/li>\n<li>&nbsp;<\/li>\n<li>One option is:&nbsp;<em>d\u2192a\u2192b\u2192e\u2192d\u2192f\u2192c\u2192g\u2192f<\/em><\/li>\n<li>&nbsp;<\/li>\n<li>The sequence <em>m \u2192 n \u2192 q \u2192 o \u2192 p \u2192 m<\/em> is a Hamiltonian cycle but not an Eulerian circuit in Graph <em>K<\/em>.<\/li>\n<li>&nbsp;<\/li>\n<li>[latex]39,916,800[\/latex]<\/li>\n<li>&nbsp;<\/li>\n<li>[latex]239,500,800[\/latex]<\/li>\n<li>&nbsp;<\/li>\n<li>[latex]70[\/latex]<\/li>\n<\/ol>\n<h2>Hamilton Paths<\/h2>\n<ol start=\"34\">\n<li>&nbsp;<\/li>\n<li>Euler trail<\/li>\n<li>&nbsp;<\/li>\n<li>Neither<\/li>\n<\/ol>\n<h2>Traveling Sales Person Problem<\/h2>\n<ol start=\"42\">\n<li>&nbsp;<\/li>\n<li>The approach described is a brute force algorithm. In a brute force algorithm, all possible solutions are generated and evaluated to find the best solution. In this case, the traveler lists all possible orders in which the cities can be visited, calculates the cost for each possible itinerary, and then selects the one with the least expensive airfare.<\/li>\n<li>&nbsp;<\/li>\n<li>The distinct Hamiltonian cycles beginning at vertex &#8216;m&#8217; in Graph 18, not counting reversals as distinct, are:\n<ul>\n<li><em>m \u2192 n \u2192 o \u2192 p \u2192 q \u2192 m<\/em><\/li>\n<li><em>m \u2192 n \u2192 o \u2192 q \u2192 p \u2192 m<\/em><\/li>\n<li><em>m \u2192 n \u2192 p \u2192 o \u2192 q \u2192 m<\/em><\/li>\n<li><em>m \u2192 n \u2192 p \u2192 q \u2192 o \u2192 m<\/em><\/li>\n<li><em>m \u2192 n \u2192 q \u2192 o \u2192 p \u2192 m<\/em><\/li>\n<li><em>m \u2192 n \u2192 q \u2192 p \u2192 o \u2192 m<\/em><\/li>\n<li><em>m \u2192 o \u2192 n \u2192 p \u2192 q \u2192 m<\/em><\/li>\n<li><em>m \u2192 o \u2192 n \u2192 q \u2192 p \u2192 m<\/em><\/li>\n<li><em>m \u2192 o \u2192 p \u2192 n \u2192 q \u2192 m<\/em><\/li>\n<li><em>m \u2192 o \u2192 p \u2192 q \u2192 n \u2192 m<\/em><\/li>\n<li><em>m \u2192 o \u2192 q \u2192 n \u2192 p \u2192 m<\/em><\/li>\n<li><em>m \u2192 o \u2192 q \u2192 p \u2192 n \u2192 m<\/em><\/li>\n<li>Note: each cycle can be reversed<\/li>\n<\/ul>\n<\/li>\n<li>&nbsp;<\/li>\n<li>Cycles&nbsp;<em>a\u2192c\u2192b\u2192d\u2192a&nbsp;<\/em>and <em>a\u2192d\u2192b\u2192c\u2192a <\/em>have the lowest weight of [latex]18[\/latex].<\/li>\n<\/ol>\n<h2>Spanning Trees<\/h2>\n<p>For the following exercises, draw a graph with the given characteristics.<\/p>\n<ol start=\"44\">\n<li>&nbsp;<\/li>\n<li>Answers may very<\/li>\n<li>&nbsp;<\/li>\n<li>Answers may very<\/li>\n<\/ol>\n<p>For the following exercises, use Kruskal\u2019s Algorithm to find a minimum spanning tree of the given graph (figure 12). Graph it and calculate its weight.<\/p>\n<figure id=\"attachment_13204\" aria-describedby=\"caption-attachment-13204\" style=\"width: 1219px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-13204 size-full\" src=\"https:\/\/content.one.lumenlearning.com\/quantitativereasoning\/wp-content\/uploads\/sites\/18\/2023\/09\/b3608fca8760e044fbfa70c67eb6642a73fe3b31.png#fixme\" alt=\"Two graphs are labeled graph 17 and graph 18. Graph 17 has four vertices, a, b, c, and d. The edges are labeled as follows: a to b, 13.3; b to c, 2.0; c to d, 8.7; d to a, 9.3; a to c, 1.5; b to d, 5.2. Graph 18 has five vertices, m, q, n, p, and o. The edges are labeled as follows: m to n, 250; m to q, 100; m to p, 110; m to 0, 300; q o n, 90; q to o, 210; n to p, 75; q to p, 50; p to o, 425; n to o, 225.\" width=\"1219\" height=\"599\" \/><figcaption id=\"caption-attachment-13204\" class=\"wp-caption-text\">Figure 12<\/figcaption><\/figure>\n<ol start=\"48\">\n<li>&nbsp;<\/li>\n<li>&nbsp;<\/li>\n<\/ol>\n","protected":false},"author":6,"menu_order":21,"template":"","meta":{"_candela_citation":"[]","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"part":3,"module-header":"","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\/qrpracticepages\/wp-json\/pressbooks\/v2\/chapters\/64"}],"collection":[{"href":"https:\/\/content.one.lumenlearning.com\/qrpracticepages\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/content.one.lumenlearning.com\/qrpracticepages\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/qrpracticepages\/wp-json\/wp\/v2\/users\/6"}],"version-history":[{"count":0,"href":"https:\/\/content.one.lumenlearning.com\/qrpracticepages\/wp-json\/pressbooks\/v2\/chapters\/64\/revisions"}],"part":[{"href":"https:\/\/content.one.lumenlearning.com\/qrpracticepages\/wp-json\/pressbooks\/v2\/parts\/3"}],"metadata":[{"href":"https:\/\/content.one.lumenlearning.com\/qrpracticepages\/wp-json\/pressbooks\/v2\/chapters\/64\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/content.one.lumenlearning.com\/qrpracticepages\/wp-json\/wp\/v2\/media?parent=64"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/qrpracticepages\/wp-json\/pressbooks\/v2\/chapter-type?post=64"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/qrpracticepages\/wp-json\/wp\/v2\/contributor?post=64"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/qrpracticepages\/wp-json\/wp\/v2\/license?post=64"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}