{"id":422,"date":"2019-04-29T12:55:03","date_gmt":"2019-04-29T16:55:03","guid":{"rendered":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/?post_type=chapter&#038;p=422"},"modified":"2019-11-21T16:36:30","modified_gmt":"2019-11-21T21:36:30","slug":"2-6-working-with-formulas","status":"publish","type":"chapter","link":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/chapter\/2-6-working-with-formulas\/","title":{"raw":"2.6 Working With Formulas","rendered":"2.6 Working With Formulas"},"content":{"raw":"[latexpage]\r\n\r\nIn algebra, expressions often need to be simplified to make them easier to use. There are three basic forms of simplifying, which will be reviewed here. The first form of simplifying expressions is used when the value of each variable in an expression is known. In this case, each variable can be replaced with the equivalent number, and the rest of the expression can be simplified using the order of operations.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.6.1<b>\r\n<\/b><\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">Evaluate \\(p(q + 6)\\) when \\(p = 3\\) and \\(q = 5.\\)<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center\">\\(\\begin{array}{rl}\r\n(3)((5)+(6))&amp;\\text{Replace }p\\text{ with 3 and }q\\text{ with 5 and evaluate parentheses} \\\\\r\n(3)(11)&amp;\\text{Multiply} \\\\\r\n33&amp;\\text{Solution}\r\n\\end{array}\\)<\/div>\r\n<\/div>\r\nWhenever a variable is replaced with something, the new number is written inside a set of parentheses. Notice the values of 3 and 5 in the previous example are in parentheses. This is to preserve operations that are sometimes lost in a simple substitution. Sometimes, the parentheses won\u2019t make a difference, but it is a good habit to always use them to prevent problems later.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.6.2<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">Evaluate \\(x + zx(3 - z)\\left(\\dfrac{x}{3}\\right)\\) when \\(x = -6\\) and \\(z = -2.\\)<\/div>\r\n<div class=\"textbox__content\">\\[\\begin{array}{rl}\r\n(-6)+(-2)(-6)\\left[(3)-(-2)\\right]\\left(\\dfrac{-6}{3}\\right)&amp;\\text{Evaluate parentheses} \\\\ \\\\\r\n-6+(-2)(-6)(5)(-2)&amp;\\text{Multiply left to right} \\\\\r\n-6+12(5)(-2)&amp;\\text{Multiply left to right} \\\\\r\n-6+60(-2) &amp;\\text{Multiply} \\\\\r\n-6-120 &amp; \\text{Subtract} \\\\\r\n-126&amp; \\text{Solution}\\end{array}\\]<\/div>\r\n<\/div>\r\nIsolating variables in formulas is similar to solving general linear equations. The only difference is, with a formula, there will be several variables in the problem, and the goal is to solve for one specific variable. For example, consider solving a formula such as \\(A = \\pi r^2+ \\pi rs\\) (the formula for the surface area of a right circular cone) for\u00a0the variable \\(s.\\) This means isolating the \\(s\\) so the equation has \\(s\\) on one side. So a solution might look like \\(s = \\dfrac{A - \\pi r^2}{\\pi r}.\\) This second equation gives the same information as the first; they are algebraically equivalent. However, one is solved for the area \\(A,\\) while the other is solved\u00a0for\u00a0the slant height of the cone \\(s.\\)\r\n\r\nWhen solving a formula for a variable, focus on the one variable that is being solved for; all the others are treated just like numbers. This is shown in the following example. Two parallel problems are shown: the first is a normal one-step equation, and the second is a formula that you are solving for\u00a0\\(x.\\)\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.6.3<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">Isolate the variable \\(x\\) in the following equations.<\/div>\r\n<div class=\"textbox__content\">\\[\\begin{array}{ll}\r\n\\begin{array}{rrl}\r\n3x&amp;=&amp;12 \\\\ \\\\\r\n\\dfrac{3x}{3}&amp;=&amp;\\dfrac{12}{3} \\\\ \\\\\r\nx&amp;=&amp;4\r\n\\end{array}\r\n&amp; \\hspace{0.5in}\r\n\\begin{array}{rrl}\r\nwx&amp;=&amp;z \\\\ \\\\\r\n\\dfrac{wx}{w}&amp;=&amp;\\dfrac{z}{w} \\\\ \\\\\r\nx&amp;=&amp;\\dfrac{z}{w}\r\n\\end{array}\r\n\\end{array}\\]<\/div>\r\n<\/div>\r\nThe same process is used to isolate \\(x\\) in \\(3x = 12\\) as in \\(wx = z.\\) Because \\(x\\) is being solved for, treat all other variables as numbers.\u00a0For these two equations, both sides were divided by 3 and \\(w,\\) respectively. A similar idea is seen in the following example.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.6.4<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">Isolate the variable \\(n\\) in the equation \\(m+n=p.\\)<\/div>\r\n<div class=\"textbox__content\">To isolate \\(n,\\) the variable \\(m\\) must be removed, which is done by subtracting \\(m\\) from both sides:<\/div>\r\n<div class=\"textbox__content\">\\[\\begin{array}{rrrrl}\r\nm&amp;+&amp;n&amp;=&amp;p \\\\\r\n-m&amp;&amp;&amp;&amp;\\phantom{p}-m \\\\\r\n\\midrule\r\n&amp;&amp;n&amp;=&amp;p-m\r\n\\end{array}\\]<\/div>\r\n<\/div>\r\nSince \\(p\\) and \\(m\\) are not like terms, they cannot be combined.\u00a0For\u00a0this reason, leave the expression as \\(p - m.\\)\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.6.5<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">Isolate the variable \\(a\\) in the equation \\(a(x - y)\u00a0 =\u00a0 b.\\)<\/div>\r\n<div class=\"textbox__content\">This means that \\((x-y)\\) must be isolated from the variable \\(a.\\)<\/div>\r\n<div class=\"textbox__content\">\\[\\dfrac{a(x-y)}{(x-y)}=\\dfrac{b}{(x-y)}\\hspace{0.25in}\\Rightarrow\\hspace{0.25in}a=\\dfrac{b}{(x-y)}\\]<\/div>\r\n<\/div>\r\nIf no individual term inside parentheses is being solved for, keep the terms inside them together and divide by them as a unit. However, if an individual term inside parentheses is being solved for, it is necessary to distribute. The following example is the same formula as in Example 2.6.5, but this time, \\(x\\) is being solved for.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.6.6<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">Isolate the variable \\(x\\) in the equation \\(a(x - y)\u00a0 =\u00a0 b.\\)<\/div>\r\n<div class=\"textbox__content\">First, distribute \\(a\\) throughout \\((x-y)\\):<\/div>\r\n<div class=\"textbox__content\">\\[\\begin{array}{rrrrr}\r\na(x&amp;-&amp;y)&amp;=&amp;b \\\\\r\nax&amp;-&amp;ay&amp;=&amp;b\r\n\\end{array}\\]<\/div>\r\n<div class=\"textbox__content\">Remove the term \\(ay\\) from both sides:<\/div>\r\n<div class=\"textbox__content\">\\[\\begin{array}{rrrrl}\r\nax&amp;-&amp;ay&amp;=&amp;b \\\\\r\n&amp;+&amp;ay&amp;&amp;\\phantom{b}+ay \\\\\r\n\\midrule\r\n&amp;&amp;ax&amp;=&amp;b+ay\r\n\\end{array}\\]<\/div>\r\n<div class=\"textbox__content\">\\(ax\\) is then divided by \\(a\\):<\/div>\r\n<div class=\"textbox__content\">\\[\\dfrac{ax}{a}=\\dfrac{b+ay}{a}\\]<\/div>\r\n<div class=\"textbox__content\">The solution is \\(x=\\dfrac{b+ay}{a},\\) which can also be shown as \\(x=\\dfrac{b}{a}+y.\\)<\/div>\r\n<\/div>\r\nBe very careful when isolating \\(x\\) not to try and cancel the \\(a\\) on the top and the bottom of the fraction. This is not allowed if there is any adding or subtracting in the fraction. There is no reducing possible in this problem, so the final reduced answer remains \\(x = \\dfrac{b + ay}{a}.\\) The next example is another two-step problem.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.6.7<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">Isolate the variable \\(m\\) in the equation \\(y=mx+b.\\)<\/div>\r\n<div class=\"textbox__content\">First, subtract \\(b\\) from both sides:<\/div>\r\n<div class=\"textbox__content\">\\[\\begin{array}{lrrrr}\r\ny&amp;=&amp;mx&amp;+&amp;b \\\\\r\n\\phantom{y}-b&amp;&amp;&amp;-&amp;b \\\\\r\n\\midrule\r\ny-b&amp;=&amp;mx&amp;&amp;\r\n\\end{array}\\]<\/div>\r\n<div class=\"textbox__content\">Now divide both sides by \\(x\\):<\/div>\r\n<div class=\"textbox__content\">\\[\\dfrac{y-b}{x}=\\dfrac{mx}{x}\\]<\/div>\r\n<div class=\"textbox__content\">Therefore, the solution is \\(m=\\dfrac{y-b}{x}.\\)<\/div>\r\n<\/div>\r\nIt is important to note that a problem is complete when the variable being solved for\u00a0is isolated or alone on one side of the equation and it does not appear anywhere on the other side of the equation.\r\n\r\nThe next example is also a two-step equation. It is a problem from earlier in the lesson.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.6.8<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">Isolate the variable \\(s\\) in the equation \\(A= \\pi r^2+\\pi rs.\\)<\/div>\r\n<div class=\"textbox__content\">Subtract \\(\\pi r^2\\) from both sides:<\/div>\r\n<div class=\"textbox__content\">\\[\\begin{array}{rrrrr}\r\nA\\phantom{- \\pi r^2}&amp;=&amp;\\pi r^2&amp;+&amp;\\pi rs \\\\\r\n\\phantom{A}-\\pi r^2&amp;&amp;-\\pi r^2&amp;&amp; \\\\\r\n\\midrule\r\nA- \\pi r^2&amp;=&amp;\\pi rs&amp;&amp;\r\n\\end{array}\\]<\/div>\r\n<div class=\"textbox__content\">Divide both sides by \\(\\pi r\\):<\/div>\r\n<div class=\"textbox__content\">\\[\\dfrac{A-\\pi r^2}{\\pi r}=\\dfrac{\\pi rs}{\\pi r}\\]<\/div>\r\n<div class=\"textbox__content\">The solution is:<\/div>\r\n<div class=\"textbox__content\">\\[s=\\dfrac{A-\\pi r^2}{\\pi r}\\]<\/div>\r\n<div><\/div>\r\n<\/div>\r\nFormulas often have fractions in them and can be solved in much the same way as any fraction. First, identify the LCD, and then multiply each term by the LCD. After reducing, there will be no more fractions in the problem.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.6.9<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">Isolate the variable \\(m\\) in the equation \\(h=\\dfrac{2m}{n}.\\)<\/div>\r\n<div class=\"textbox__content\">To clear the fraction, multiply both sides by \\(n\\):<\/div>\r\n<div class=\"textbox__content\">\\[(n)h=\\dfrac{2m}{n}(n)\\]<\/div>\r\n<div class=\"textbox__content\">This leaves:<\/div>\r\n<div class=\"textbox__content\">\\[nh=2m\\]<\/div>\r\n<div class=\"textbox__content\">Divide both sides by 2:<\/div>\r\n<div class=\"textbox__content\">\\[\\dfrac{nh}{2}=\\dfrac{2m}{2}\\]<\/div>\r\n<div class=\"textbox__content\">Which reduces to:<\/div>\r\n<div class=\"textbox__content\">\\[m=\\dfrac{nh}{2}\\]<\/div>\r\n<\/div>\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 2.6.10<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">Isolate the variable \\(b\\) in the equation \\(A=\\dfrac{a}{2-b}.\\)<\/div>\r\n<div class=\"textbox__content\">To clear the fraction, multiply both sides by \\((2-b)\\):<\/div>\r\n<div class=\"textbox__content\">\\[(2-b)A=\\dfrac{a}{2-b}(2-b)\\]<\/div>\r\n<div class=\"textbox__content\">Which reduces to:<\/div>\r\n<div class=\"textbox__content\">\\[A(2-b)=a\\]<\/div>\r\n<div class=\"textbox__content\">Distribute \\(A\\) throughout \\((2-b),\\) then isolate:<\/div>\r\n<div class=\"textbox__content\">\\[\\begin{array}{rrrrl}\r\n2A&amp;-&amp;Ab&amp;=&amp;a \\\\\r\n-2A&amp;&amp;&amp;&amp;\\phantom{a}-2A \\\\\r\n\\midrule\r\n&amp;&amp;-Ab&amp;=&amp;a-2A\r\n\\end{array}\\]<\/div>\r\n<div class=\"textbox__content\">Finally, divide both sides by \\(-A\\):<\/div>\r\n<div class=\"textbox__content\">\\[\\dfrac{-Ab}{-A}=\\dfrac{a-2A}{-A}\\]<\/div>\r\n<div class=\"textbox__content\">Solution:<\/div>\r\n<div class=\"textbox__content\">\\[b=\\dfrac{a-2A}{-A}\\text{ or }b=\\dfrac{2A-a}{A}\\]<\/div>\r\n<\/div>\r\n<h1>Questions<\/h1>\r\nFor questions 1 to 10, evaluate each expression using the values given.\r\n<ol>\r\n \t<li>\\(p + 1 + q - m\\text{ (}m = 1, p = 3, q = 4)\\)<\/li>\r\n \t<li>\\(y^2+y-z\\text{ (}y=5, z=1)\\)<\/li>\r\n \t<li>\\(p- \\left[pq \\div 6\\right]\\text{ (}p=6, q=5) \\)<\/li>\r\n \t<li>\\(\\left[6+z-y\\right]\\div 3\\text{ (}y=1, z=4)\\)<\/li>\r\n \t<li>\\(c^2-(a-1)\\text{ (}a=3, c=5)\\)<\/li>\r\n \t<li>\\(x+6z-4y\\text{ (}x=6, y=4, z=4)\\)<\/li>\r\n \t<li>\\(5j+kh\\div 2\\text{ (}h=5, j=4, k=2)\\)<\/li>\r\n \t<li>\\(5(b+a)+1+c\\text{ (}a=2, b=6, c=5)\\)<\/li>\r\n \t<li>\\(\\left[4-(p-m)\\right]\\div 2+q\\text{ (}m=4, p=6, q=6)\\)<\/li>\r\n \t<li>\\(z+x-(1^2)^3\\text{ (}x=5, z=4)\\)<\/li>\r\n<\/ol>\r\n<p class=\"p3\">For questions 11 to 34, isolate the indicated variable from the equation.<\/p>\r\n\r\n<ol start=\"11\">\r\n \t<li>\\(b\\text{ in }ab=c\\)<\/li>\r\n \t<li>\\(h\\text{ in }g=\\dfrac{h}{i}\\)<\/li>\r\n \t<li>\\(x\\text{ in }\\left(\\dfrac{f}{g}\\right)x=b\\)<\/li>\r\n \t<li>\\(y\\text{ in }p=\\dfrac{3y}{q}\\)<\/li>\r\n \t<li>\\(x\\text{ in }3x=\\dfrac{a}{b}\\)<\/li>\r\n \t<li>\\(y\\text{ in }\\dfrac{ym}{b}=\\dfrac{c}{d}\\)<\/li>\r\n \t<li>\\(\\pi\\text{ in }V=\\dfrac{4}{3}\\pi r^3\\)<\/li>\r\n \t<li>\\(m\\text{ in }E=mv^2\\)<\/li>\r\n \t<li>\\(y\\text{ in }c=\\dfrac{4y}{m+n}\\)<\/li>\r\n \t<li>\\(r\\text{ in }\\dfrac{rs}{a-3}=k\\)<\/li>\r\n \t<li>\\(D\\text{ in }V=\\dfrac{\\pi Dn}{12}\\)<\/li>\r\n \t<li>\\(R\\text{ in }F=k(R-L)\\)<\/li>\r\n \t<li>\\(c\\text{ in }P=n(p-c)\\)<\/li>\r\n \t<li>\\(L\\text{ in }S=L+2B\\)<\/li>\r\n \t<li>\\(D\\text{ in }T=\\dfrac{D-d}{L}\\)<\/li>\r\n \t<li>\\(E_a\\text{ in }I=\\dfrac{E_a-E_q}{R}\\)<\/li>\r\n \t<li>\\(L_o\\text{ in }L=L_o(1+at)\\)<\/li>\r\n \t<li>\\(m\\text{ in }2m+p=4m+q\\)<\/li>\r\n \t<li>\\(k\\text{ in }\\dfrac{k-m}{r}=q\\)<\/li>\r\n \t<li>\\(T\\text{ in }R=aT+b\\)<\/li>\r\n \t<li>\\(Q_2\\text{ in }Q_1=P(Q_2-Q_1)\\)<\/li>\r\n \t<li>\\(r_1\\text{ in }L=\\pi(r_1+r_2)+2d\\)<\/li>\r\n \t<li>\\(T_1\\text{ in }R=\\dfrac{kA(T+T_1)}{d}\\)<\/li>\r\n \t<li>\\(V_2\\text{ in }P=\\dfrac{V_1(V_2-V_1)}{g}\\)<\/li>\r\n<\/ol>\r\n<a href=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/back-matter\/answer-key-2-6\/\">Answer Key 2.6<\/a>","rendered":"<p>In algebra, expressions often need to be simplified to make them easier to use. There are three basic forms of simplifying, which will be reviewed here. The first form of simplifying expressions is used when the value of each variable in an expression is known. In this case, each variable can be replaced with the equivalent number, and the rest of the expression can be simplified using the order of operations.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.6.1<b><br \/>\n<\/b><\/p>\n<\/header>\n<div class=\"textbox__content\">Evaluate <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-568680e7d50a52554481c34c572c758e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#112;&#40;&#113;&#32;&#43;&#32;&#54;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"62\" style=\"vertical-align: -4px;\" \/> when <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-b9f087183db40c7eb5015433ee196f41_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#112;&#32;&#61;&#32;&#51;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"43\" style=\"vertical-align: -4px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-e293c2946ffb1465cf2dfee27b68a9a7_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#113;&#32;&#61;&#32;&#53;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"45\" style=\"vertical-align: -4px;\" \/><\/div>\n<div class=\"textbox__content\" style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-ca464a7fcdae009512994b1609695636_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#114;&#108;&#125; &#40;&#51;&#41;&#40;&#40;&#53;&#41;&#43;&#40;&#54;&#41;&#41;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#82;&#101;&#112;&#108;&#97;&#99;&#101;&#32;&#125;&#112;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#119;&#105;&#116;&#104;&#32;&#51;&#32;&#97;&#110;&#100;&#32;&#125;&#113;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#119;&#105;&#116;&#104;&#32;&#53;&#32;&#97;&#110;&#100;&#32;&#101;&#118;&#97;&#108;&#117;&#97;&#116;&#101;&#32;&#112;&#97;&#114;&#101;&#110;&#116;&#104;&#101;&#115;&#101;&#115;&#125;&#32;&#92;&#92; &#40;&#51;&#41;&#40;&#49;&#49;&#41;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#77;&#117;&#108;&#116;&#105;&#112;&#108;&#121;&#125;&#32;&#92;&#92; &#51;&#51;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#83;&#111;&#108;&#117;&#116;&#105;&#111;&#110;&#125; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"58\" width=\"553\" style=\"vertical-align: -22px;\" \/><\/div>\n<\/div>\n<p>Whenever a variable is replaced with something, the new number is written inside a set of parentheses. Notice the values of 3 and 5 in the previous example are in parentheses. This is to preserve operations that are sometimes lost in a simple substitution. Sometimes, the parentheses won\u2019t make a difference, but it is a good habit to always use them to prevent problems later.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.6.2<\/p>\n<\/header>\n<div class=\"textbox__content\">Evaluate <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-d1cb9873ae6169c5f0db6fce451bbd32_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#32;&#43;&#32;&#122;&#120;&#40;&#51;&#32;&#45;&#32;&#122;&#41;&#92;&#108;&#101;&#102;&#116;&#40;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#120;&#125;&#123;&#51;&#125;&#92;&#114;&#105;&#103;&#104;&#116;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"33\" width=\"140\" style=\"vertical-align: -12px;\" \/> when <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-bcc4fb21d25d3f47de9b2e5ada538c15_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#32;&#61;&#32;&#45;&#54;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"57\" style=\"vertical-align: 0px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-b45f827ae1056b402c11d04837973bbe_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#122;&#32;&#61;&#32;&#45;&#50;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"60\" style=\"vertical-align: 0px;\" \/><\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 169px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-4cfa63bf931f95110d6dd4b16f2932b5_l3.png\" height=\"169\" width=\"459\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#114;&#108;&#125; &#40;&#45;&#54;&#41;&#43;&#40;&#45;&#50;&#41;&#40;&#45;&#54;&#41;&#92;&#108;&#101;&#102;&#116;&#91;&#40;&#51;&#41;&#45;&#40;&#45;&#50;&#41;&#92;&#114;&#105;&#103;&#104;&#116;&#93;&#92;&#108;&#101;&#102;&#116;&#40;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#45;&#54;&#125;&#123;&#51;&#125;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#69;&#118;&#97;&#108;&#117;&#97;&#116;&#101;&#32;&#112;&#97;&#114;&#101;&#110;&#116;&#104;&#101;&#115;&#101;&#115;&#125;&#32;&#92;&#92;&#32;&#92;&#92; &#45;&#54;&#43;&#40;&#45;&#50;&#41;&#40;&#45;&#54;&#41;&#40;&#53;&#41;&#40;&#45;&#50;&#41;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#77;&#117;&#108;&#116;&#105;&#112;&#108;&#121;&#32;&#108;&#101;&#102;&#116;&#32;&#116;&#111;&#32;&#114;&#105;&#103;&#104;&#116;&#125;&#32;&#92;&#92; &#45;&#54;&#43;&#49;&#50;&#40;&#53;&#41;&#40;&#45;&#50;&#41;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#77;&#117;&#108;&#116;&#105;&#112;&#108;&#121;&#32;&#108;&#101;&#102;&#116;&#32;&#116;&#111;&#32;&#114;&#105;&#103;&#104;&#116;&#125;&#32;&#92;&#92; &#45;&#54;&#43;&#54;&#48;&#40;&#45;&#50;&#41;&#32;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#77;&#117;&#108;&#116;&#105;&#112;&#108;&#121;&#125;&#32;&#92;&#92; &#45;&#54;&#45;&#49;&#50;&#48;&#32;&#38;&#32;&#92;&#116;&#101;&#120;&#116;&#123;&#83;&#117;&#98;&#116;&#114;&#97;&#99;&#116;&#125;&#32;&#92;&#92; &#45;&#49;&#50;&#54;&#38;&#32;&#92;&#116;&#101;&#120;&#116;&#123;&#83;&#111;&#108;&#117;&#116;&#105;&#111;&#110;&#125;&#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<\/div>\n<p>Isolating variables in formulas is similar to solving general linear equations. The only difference is, with a formula, there will be several variables in the problem, and the goal is to solve for one specific variable. For example, consider solving a formula such as <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-71cb7478da582e72ec1906b39d24f7d0_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#65;&#32;&#61;&#32;&#92;&#112;&#105;&#32;&#114;&#94;&#50;&#43;&#32;&#92;&#112;&#105;&#32;&#114;&#115;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"113\" style=\"vertical-align: -2px;\" \/> (the formula for the surface area of a right circular cone) for\u00a0the variable <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-ad43945c70657e80748415947c59d957_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#115;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"12\" style=\"vertical-align: 0px;\" \/> This means isolating the <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-d8abfebc349ea8d785044b7d04fbeb88_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#115;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"8\" style=\"vertical-align: 0px;\" \/> so the equation has <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-d8abfebc349ea8d785044b7d04fbeb88_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#115;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"8\" style=\"vertical-align: 0px;\" \/> on one side. So a solution might look like <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-c418cee24131fa91e955ab8ccc0953e9_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#115;&#32;&#61;&#32;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#65;&#32;&#45;&#32;&#92;&#112;&#105;&#32;&#114;&#94;&#50;&#125;&#123;&#92;&#112;&#105;&#32;&#114;&#125;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"39\" width=\"102\" style=\"vertical-align: -12px;\" \/> This second equation gives the same information as the first; they are algebraically equivalent. However, one is solved for the area <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-aa0c8025f782be3f356b8c8dc91fb354_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#65;&#44;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"17\" style=\"vertical-align: -4px;\" \/> while the other is solved\u00a0for\u00a0the slant height of the cone <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-ad43945c70657e80748415947c59d957_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#115;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"12\" style=\"vertical-align: 0px;\" \/><\/p>\n<p>When solving a formula for a variable, focus on the one variable that is being solved for; all the others are treated just like numbers. This is shown in the following example. Two parallel problems are shown: the first is a normal one-step equation, and the second is a formula that you are solving for\u00a0<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-6b102a9f51cabd1d9021e9a045132d76_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"14\" style=\"vertical-align: 0px;\" \/><\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.6.3<\/p>\n<\/header>\n<div class=\"textbox__content\">Isolate the variable <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-32aa7af74ac10d419337e41b349ed05e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"10\" style=\"vertical-align: 0px;\" \/> in the following equations.<\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 123px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-a5ea71acdefdeae20bf4e6a9784be5c5_l3.png\" height=\"123\" width=\"269\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#108;&#108;&#125; &#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#114;&#114;&#108;&#125; &#51;&#120;&#38;&#61;&#38;&#49;&#50;&#32;&#92;&#92;&#32;&#92;&#92; &#92;&#100;&#102;&#114;&#97;&#99;&#123;&#51;&#120;&#125;&#123;&#51;&#125;&#38;&#61;&#38;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#49;&#50;&#125;&#123;&#51;&#125;&#32;&#92;&#92;&#32;&#92;&#92; &#120;&#38;&#61;&#38;&#52; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125; &#38;&#32;&#92;&#104;&#115;&#112;&#97;&#99;&#101;&#123;&#48;&#46;&#53;&#105;&#110;&#125; &#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#114;&#114;&#108;&#125; &#119;&#120;&#38;&#61;&#38;&#122;&#32;&#92;&#92;&#32;&#92;&#92; &#92;&#100;&#102;&#114;&#97;&#99;&#123;&#119;&#120;&#125;&#123;&#119;&#125;&#38;&#61;&#38;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#122;&#125;&#123;&#119;&#125;&#32;&#92;&#92;&#32;&#92;&#92; &#120;&#38;&#61;&#38;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#122;&#125;&#123;&#119;&#125; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<\/div>\n<p>The same process is used to isolate <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-32aa7af74ac10d419337e41b349ed05e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"10\" style=\"vertical-align: 0px;\" \/> in <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-6f354174f0f27394ac6ffbfe8531129d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#32;&#61;&#32;&#49;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"60\" style=\"vertical-align: -1px;\" \/> as in <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-f3d7aa2875734224c2d964a546b15471_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#119;&#120;&#32;&#61;&#32;&#122;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"60\" style=\"vertical-align: 0px;\" \/> Because <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-32aa7af74ac10d419337e41b349ed05e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"10\" style=\"vertical-align: 0px;\" \/> is being solved for, treat all other variables as numbers.\u00a0For these two equations, both sides were divided by 3 and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-7d3ea3a5fefdd1b43e72b6e2d1134675_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#119;&#44;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"17\" style=\"vertical-align: -4px;\" \/> respectively. A similar idea is seen in the following example.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.6.4<\/p>\n<\/header>\n<div class=\"textbox__content\">Isolate the variable <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-07e1fd0ddc1a4397c60959776cc4324c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#110;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"11\" style=\"vertical-align: 0px;\" \/> in the equation <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-957c54661f59d727b702aec4ee7e17e6_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#109;&#43;&#110;&#61;&#112;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"85\" style=\"vertical-align: -4px;\" \/><\/div>\n<div class=\"textbox__content\">To isolate <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-a138b84e0b71ccfc8b918c373221c028_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#110;&#44;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"15\" style=\"vertical-align: -4px;\" \/> the variable <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-8a26b77f4120ae4607665fda5a8fc7d1_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#109;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"15\" style=\"vertical-align: 0px;\" \/> must be removed, which is done by subtracting <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-8a26b77f4120ae4607665fda5a8fc7d1_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#109;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"15\" style=\"vertical-align: 0px;\" \/> from both sides:<\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 68px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-2d48536f211f0621e9d12a21e24842f4_l3.png\" height=\"68\" width=\"195\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#114;&#114;&#114;&#114;&#108;&#125; &#109;&#38;&#43;&#38;&#110;&#38;&#61;&#38;&#112;&#32;&#92;&#92; &#45;&#109;&#38;&#38;&#38;&#38;&#92;&#112;&#104;&#97;&#110;&#116;&#111;&#109;&#123;&#112;&#125;&#45;&#109;&#32;&#92;&#92; &#92;&#109;&#105;&#100;&#114;&#117;&#108;&#101; &#38;&#38;&#110;&#38;&#61;&#38;&#112;&#45;&#109; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<\/div>\n<p>Since <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-c74d49a91bb554c7a17468d6d943b555_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#112;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"10\" style=\"vertical-align: -4px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-8a26b77f4120ae4607665fda5a8fc7d1_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#109;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"15\" style=\"vertical-align: 0px;\" \/> are not like terms, they cannot be combined.\u00a0For\u00a0this reason, leave the expression as <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-cebd02483019e53a396c3d767a05afb0_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#112;&#32;&#45;&#32;&#109;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"52\" style=\"vertical-align: -4px;\" \/><\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.6.5<\/p>\n<\/header>\n<div class=\"textbox__content\">Isolate the variable <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-139f9ff9acb14e208aad5c530531193c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#97;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"9\" style=\"vertical-align: 0px;\" \/> in the equation <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-05be5d1898c87aa80240d8297ffcb2fe_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#97;&#40;&#120;&#32;&#45;&#32;&#121;&#41;&#32;&#32;&#61;&#32;&#32;&#98;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"100\" style=\"vertical-align: -4px;\" \/><\/div>\n<div class=\"textbox__content\">This means that <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-ca8fc3ae7af4d2d53faf4b1797466e60_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#120;&#45;&#121;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"53\" style=\"vertical-align: -4px;\" \/> must be isolated from the variable <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-d433d6fc8d659299bb014bdb9d441650_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#97;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"13\" style=\"vertical-align: 0px;\" \/><\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 42px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-04c1b993cb334ae669b0f6ed06a2c907_l3.png\" height=\"42\" width=\"324\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#97;&#40;&#120;&#45;&#121;&#41;&#125;&#123;&#40;&#120;&#45;&#121;&#41;&#125;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#98;&#125;&#123;&#40;&#120;&#45;&#121;&#41;&#125;&#92;&#104;&#115;&#112;&#97;&#99;&#101;&#123;&#48;&#46;&#50;&#53;&#105;&#110;&#125;&#92;&#82;&#105;&#103;&#104;&#116;&#97;&#114;&#114;&#111;&#119;&#92;&#104;&#115;&#112;&#97;&#99;&#101;&#123;&#48;&#46;&#50;&#53;&#105;&#110;&#125;&#97;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#98;&#125;&#123;&#40;&#120;&#45;&#121;&#41;&#125;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<\/div>\n<p>If no individual term inside parentheses is being solved for, keep the terms inside them together and divide by them as a unit. However, if an individual term inside parentheses is being solved for, it is necessary to distribute. The following example is the same formula as in Example 2.6.5, but this time, <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-32aa7af74ac10d419337e41b349ed05e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"10\" style=\"vertical-align: 0px;\" \/> is being solved for.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.6.6<\/p>\n<\/header>\n<div class=\"textbox__content\">Isolate the variable <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-32aa7af74ac10d419337e41b349ed05e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"10\" style=\"vertical-align: 0px;\" \/> in the equation <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-05be5d1898c87aa80240d8297ffcb2fe_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#97;&#40;&#120;&#32;&#45;&#32;&#121;&#41;&#32;&#32;&#61;&#32;&#32;&#98;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"100\" style=\"vertical-align: -4px;\" \/><\/div>\n<div class=\"textbox__content\">First, distribute <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-139f9ff9acb14e208aad5c530531193c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#97;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"9\" style=\"vertical-align: 0px;\" \/> throughout <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-ca8fc3ae7af4d2d53faf4b1797466e60_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#120;&#45;&#121;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"53\" style=\"vertical-align: -4px;\" \/>:<\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 40px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-4e702f95d87a0cbe37e8777dc15584bd_l3.png\" height=\"40\" width=\"146\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#114;&#114;&#114;&#114;&#114;&#125; &#97;&#40;&#120;&#38;&#45;&#38;&#121;&#41;&#38;&#61;&#38;&#98;&#32;&#92;&#92; &#97;&#120;&#38;&#45;&#38;&#97;&#121;&#38;&#61;&#38;&#98; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<div class=\"textbox__content\">Remove the term <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-a035687d4f0941acf31d31c67570780e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#97;&#121;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"18\" style=\"vertical-align: -4px;\" \/> from both sides:<\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 70px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-4d299ccba533b81d68a4d50676270e45_l3.png\" height=\"70\" width=\"196\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#114;&#114;&#114;&#114;&#108;&#125; &#97;&#120;&#38;&#45;&#38;&#97;&#121;&#38;&#61;&#38;&#98;&#32;&#92;&#92; &#38;&#43;&#38;&#97;&#121;&#38;&#38;&#92;&#112;&#104;&#97;&#110;&#116;&#111;&#109;&#123;&#98;&#125;&#43;&#97;&#121;&#32;&#92;&#92; &#92;&#109;&#105;&#100;&#114;&#117;&#108;&#101; &#38;&#38;&#97;&#120;&#38;&#61;&#38;&#98;&#43;&#97;&#121; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<div class=\"textbox__content\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-ba7bd92528d80c22f4762483de500f73_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#97;&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"19\" style=\"vertical-align: 0px;\" \/> is then divided by <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-139f9ff9acb14e208aad5c530531193c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#97;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"9\" style=\"vertical-align: 0px;\" \/>:<\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 37px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-167d3cf1af59f71363b539678daedcbc_l3.png\" height=\"37\" width=\"95\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#97;&#120;&#125;&#123;&#97;&#125;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#98;&#43;&#97;&#121;&#125;&#123;&#97;&#125;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<div class=\"textbox__content\">The solution is <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-2c51f81015ce710e50e7c542bb540ac6_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#98;&#43;&#97;&#121;&#125;&#123;&#97;&#125;&#44;\" title=\"Rendered by QuickLaTeX.com\" height=\"37\" width=\"90\" style=\"vertical-align: -12px;\" \/> which can also be shown as <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-34ba9654af4cf51b56e241e7e277f51f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#98;&#125;&#123;&#97;&#125;&#43;&#121;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"37\" width=\"82\" style=\"vertical-align: -12px;\" \/><\/div>\n<\/div>\n<p>Be very careful when isolating <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-32aa7af74ac10d419337e41b349ed05e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"10\" style=\"vertical-align: 0px;\" \/> not to try and cancel the <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-139f9ff9acb14e208aad5c530531193c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#97;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"9\" style=\"vertical-align: 0px;\" \/> on the top and the bottom of the fraction. This is not allowed if there is any adding or subtracting in the fraction. There is no reducing possible in this problem, so the final reduced answer remains <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-e458d4fc734ed5a82042e3ae8aaed59d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#32;&#61;&#32;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#98;&#32;&#43;&#32;&#97;&#121;&#125;&#123;&#97;&#125;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"37\" width=\"90\" style=\"vertical-align: -12px;\" \/> The next example is another two-step problem.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.6.7<\/p>\n<\/header>\n<div class=\"textbox__content\">Isolate the variable <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-8a26b77f4120ae4607665fda5a8fc7d1_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#109;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"15\" style=\"vertical-align: 0px;\" \/> in the equation <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-fc4b1254c1060b8fad0c18b6c3bce10d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;&#61;&#109;&#120;&#43;&#98;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"92\" style=\"vertical-align: -4px;\" \/><\/div>\n<div class=\"textbox__content\">First, subtract <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-68615f88ce048c005e35fe5116ee1e9d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#98;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"8\" style=\"vertical-align: 0px;\" \/> from both sides:<\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 70px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-8964a616c082066464283fb5daf6a4c6_l3.png\" height=\"70\" width=\"181\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#108;&#114;&#114;&#114;&#114;&#125; &#121;&#38;&#61;&#38;&#109;&#120;&#38;&#43;&#38;&#98;&#32;&#92;&#92; &#92;&#112;&#104;&#97;&#110;&#116;&#111;&#109;&#123;&#121;&#125;&#45;&#98;&#38;&#38;&#38;&#45;&#38;&#98;&#32;&#92;&#92; &#92;&#109;&#105;&#100;&#114;&#117;&#108;&#101; &#121;&#45;&#98;&#38;&#61;&#38;&#109;&#120;&#38;&#38; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<div class=\"textbox__content\">Now divide both sides by <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-32aa7af74ac10d419337e41b349ed05e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"10\" style=\"vertical-align: 0px;\" \/>:<\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 37px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-a8211c308293f9bfce2e8fb3fcac3ddb_l3.png\" height=\"37\" width=\"92\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#121;&#45;&#98;&#125;&#123;&#120;&#125;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#109;&#120;&#125;&#123;&#120;&#125;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<div class=\"textbox__content\">Therefore, the solution is <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-ec130bdb63067304edf4056e7d9cd611_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#109;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#121;&#45;&#98;&#125;&#123;&#120;&#125;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"37\" width=\"86\" style=\"vertical-align: -12px;\" \/><\/div>\n<\/div>\n<p>It is important to note that a problem is complete when the variable being solved for\u00a0is isolated or alone on one side of the equation and it does not appear anywhere on the other side of the equation.<\/p>\n<p>The next example is also a two-step equation. It is a problem from earlier in the lesson.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.6.8<\/p>\n<\/header>\n<div class=\"textbox__content\">Isolate the variable <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-d8abfebc349ea8d785044b7d04fbeb88_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#115;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"8\" style=\"vertical-align: 0px;\" \/> in the equation <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-b86ec570923aee0d1c0a1b07f54067af_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#65;&#61;&#32;&#92;&#112;&#105;&#32;&#114;&#94;&#50;&#43;&#92;&#112;&#105;&#32;&#114;&#115;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"117\" style=\"vertical-align: -2px;\" \/><\/div>\n<div class=\"textbox__content\">Subtract <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-60854f0fa6588fdbee3133eaab59e1ea_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#112;&#105;&#32;&#114;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"26\" style=\"vertical-align: 0px;\" \/> from both sides:<\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 69px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-ee84d34276a04dbb19f5881104f0db3f_l3.png\" height=\"69\" width=\"239\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#114;&#114;&#114;&#114;&#114;&#125; &#65;&#92;&#112;&#104;&#97;&#110;&#116;&#111;&#109;&#123;&#45;&#32;&#92;&#112;&#105;&#32;&#114;&#94;&#50;&#125;&#38;&#61;&#38;&#92;&#112;&#105;&#32;&#114;&#94;&#50;&#38;&#43;&#38;&#92;&#112;&#105;&#32;&#114;&#115;&#32;&#92;&#92; &#92;&#112;&#104;&#97;&#110;&#116;&#111;&#109;&#123;&#65;&#125;&#45;&#92;&#112;&#105;&#32;&#114;&#94;&#50;&#38;&#38;&#45;&#92;&#112;&#105;&#32;&#114;&#94;&#50;&#38;&#38;&#32;&#92;&#92; &#92;&#109;&#105;&#100;&#114;&#117;&#108;&#101; &#65;&#45;&#32;&#92;&#112;&#105;&#32;&#114;&#94;&#50;&#38;&#61;&#38;&#92;&#112;&#105;&#32;&#114;&#115;&#38;&#38; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<div class=\"textbox__content\">Divide both sides by <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-a2ce5c4c41a22bfdd494f0a22ad03c02_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#112;&#105;&#32;&#114;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"19\" style=\"vertical-align: 0px;\" \/>:<\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 39px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-1fa9a52cd7f50f66582c5be5da74bace_l3.png\" height=\"39\" width=\"118\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#65;&#45;&#92;&#112;&#105;&#32;&#114;&#94;&#50;&#125;&#123;&#92;&#112;&#105;&#32;&#114;&#125;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#92;&#112;&#105;&#32;&#114;&#115;&#125;&#123;&#92;&#112;&#105;&#32;&#114;&#125;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<div class=\"textbox__content\">The solution is:<\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 39px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-037436f3cf4606310f80e60734662885_l3.png\" height=\"39\" width=\"96\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#115;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#65;&#45;&#92;&#112;&#105;&#32;&#114;&#94;&#50;&#125;&#123;&#92;&#112;&#105;&#32;&#114;&#125;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<div><\/div>\n<\/div>\n<p>Formulas often have fractions in them and can be solved in much the same way as any fraction. First, identify the LCD, and then multiply each term by the LCD. After reducing, there will be no more fractions in the problem.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.6.9<\/p>\n<\/header>\n<div class=\"textbox__content\">Isolate the variable <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-8a26b77f4120ae4607665fda5a8fc7d1_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#109;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"15\" style=\"vertical-align: 0px;\" \/> in the equation <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-81f9f20d1214649db835bbdfcb581ca7_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#104;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#50;&#109;&#125;&#123;&#110;&#125;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"36\" width=\"66\" style=\"vertical-align: -12px;\" \/><\/div>\n<div class=\"textbox__content\">To clear the fraction, multiply both sides by <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-07e1fd0ddc1a4397c60959776cc4324c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#110;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"11\" style=\"vertical-align: 0px;\" \/>:<\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 36px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-5312ce3ccec6a6cba098abbb9cc62ea9_l3.png\" height=\"36\" width=\"110\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#40;&#110;&#41;&#104;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#50;&#109;&#125;&#123;&#110;&#125;&#40;&#110;&#41;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<div class=\"textbox__content\">This leaves:<\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 13px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-e49621173b5cf5595042e835d121e3cc_l3.png\" height=\"13\" width=\"69\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#110;&#104;&#61;&#50;&#109;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<div class=\"textbox__content\">Divide both sides by 2:<\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 37px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-e7892a0554334a5f3709b20b29234447_l3.png\" height=\"37\" width=\"74\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#110;&#104;&#125;&#123;&#50;&#125;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#50;&#109;&#125;&#123;&#50;&#125;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<div class=\"textbox__content\">Which reduces to:<\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 37px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-efc24ce30b10111a63885025f0a5c44c_l3.png\" height=\"37\" width=\"62\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#109;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#110;&#104;&#125;&#123;&#50;&#125;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<\/div>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 2.6.10<\/p>\n<\/header>\n<div class=\"textbox__content\">Isolate the variable <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-68615f88ce048c005e35fe5116ee1e9d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#98;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"8\" style=\"vertical-align: 0px;\" \/> in the equation <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-b04b4f7dda413c3683a1ed6f2094e3fe_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#65;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#97;&#125;&#123;&#50;&#45;&#98;&#125;&#46;\" title=\"Rendered by QuickLaTeX.com\" height=\"32\" width=\"83\" style=\"vertical-align: -12px;\" \/><\/div>\n<div class=\"textbox__content\">To clear the fraction, multiply both sides by <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-74091aa67b5e918168d6e4b657c235eb_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#50;&#45;&#98;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"50\" style=\"vertical-align: -4px;\" \/>:<\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 32px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-16094cdd0fd776fcba7da00393289018_l3.png\" height=\"32\" width=\"182\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#40;&#50;&#45;&#98;&#41;&#65;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#97;&#125;&#123;&#50;&#45;&#98;&#125;&#40;&#50;&#45;&#98;&#41;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<div class=\"textbox__content\">Which reduces to:<\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 18px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-e65536e4e180b25d9a8976e172db7c8e_l3.png\" height=\"18\" width=\"98\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#65;&#40;&#50;&#45;&#98;&#41;&#61;&#97;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<div class=\"textbox__content\">Distribute <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-89900691ccb5d95dbaf2fa5293a45e08_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#65;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"13\" style=\"vertical-align: 0px;\" \/> throughout <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-197c814baa376e7f51e8568e84ce4f6c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#50;&#45;&#98;&#41;&#44;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"55\" style=\"vertical-align: -4px;\" \/> then isolate:<\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 66px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-c3fdf590e53c93373ca246e50f8ea4be_l3.png\" height=\"66\" width=\"233\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#114;&#114;&#114;&#114;&#108;&#125; &#50;&#65;&#38;&#45;&#38;&#65;&#98;&#38;&#61;&#38;&#97;&#32;&#92;&#92; &#45;&#50;&#65;&#38;&#38;&#38;&#38;&#92;&#112;&#104;&#97;&#110;&#116;&#111;&#109;&#123;&#97;&#125;&#45;&#50;&#65;&#32;&#92;&#92; &#92;&#109;&#105;&#100;&#114;&#117;&#108;&#101; &#38;&#38;&#45;&#65;&#98;&#38;&#61;&#38;&#97;&#45;&#50;&#65; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<div class=\"textbox__content\">Finally, divide both sides by <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-c67875048bee327508c30c66d07a86d8_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#45;&#65;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"26\" style=\"vertical-align: 0px;\" \/>:<\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 37px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-789023177e60c60f71f00104d3f605e6_l3.png\" height=\"37\" width=\"116\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#45;&#65;&#98;&#125;&#123;&#45;&#65;&#125;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#97;&#45;&#50;&#65;&#125;&#123;&#45;&#65;&#125;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<div class=\"textbox__content\">Solution:<\/div>\n<div class=\"textbox__content\">\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 37px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-5169991944be91f249a84aaf3a853d5b_l3.png\" height=\"37\" width=\"203\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#98;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#97;&#45;&#50;&#65;&#125;&#123;&#45;&#65;&#125;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#111;&#114;&#32;&#125;&#98;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#50;&#65;&#45;&#97;&#125;&#123;&#65;&#125;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<\/div>\n<\/div>\n<h1>Questions<\/h1>\n<p>For questions 1 to 10, evaluate each expression using the values given.<\/p>\n<ol>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-b45173588961554cd19047dd42fbab89_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#112;&#32;&#43;&#32;&#49;&#32;&#43;&#32;&#113;&#32;&#45;&#32;&#109;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#40;&#125;&#109;&#32;&#61;&#32;&#49;&#44;&#32;&#112;&#32;&#61;&#32;&#51;&#44;&#32;&#113;&#32;&#61;&#32;&#52;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"273\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-7a09f76f55c1c2201b93458b3d4353f4_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;&#94;&#50;&#43;&#121;&#45;&#122;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#40;&#125;&#121;&#61;&#53;&#44;&#32;&#122;&#61;&#49;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"189\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-bf7b7a691a32532a13c684c50e8e225a_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#112;&#45;&#32;&#92;&#108;&#101;&#102;&#116;&#91;&#112;&#113;&#32;&#92;&#100;&#105;&#118;&#32;&#54;&#92;&#114;&#105;&#103;&#104;&#116;&#93;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#40;&#125;&#112;&#61;&#54;&#44;&#32;&#113;&#61;&#53;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"202\" style=\"vertical-align: -5px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-8c9dc18c1b1ed94f2db53654a668e891_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#108;&#101;&#102;&#116;&#91;&#54;&#43;&#122;&#45;&#121;&#92;&#114;&#105;&#103;&#104;&#116;&#93;&#92;&#100;&#105;&#118;&#32;&#51;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#40;&#125;&#121;&#61;&#49;&#44;&#32;&#122;&#61;&#52;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"219\" style=\"vertical-align: -5px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-ab591744d3777962755b4c522680ec37_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#99;&#94;&#50;&#45;&#40;&#97;&#45;&#49;&#41;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#40;&#125;&#97;&#61;&#51;&#44;&#32;&#99;&#61;&#53;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"200\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-e85f0811f0199b177ff0d168e7971911_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#43;&#54;&#122;&#45;&#52;&#121;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#40;&#125;&#120;&#61;&#54;&#44;&#32;&#121;&#61;&#52;&#44;&#32;&#122;&#61;&#52;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"250\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-443e43686bf4ef0a0eda9a3e17c0cc67_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#53;&#106;&#43;&#107;&#104;&#92;&#100;&#105;&#118;&#32;&#50;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#40;&#125;&#104;&#61;&#53;&#44;&#32;&#106;&#61;&#52;&#44;&#32;&#107;&#61;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"250\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-ead31404e7ce2f4fbf829549e37a4d31_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#53;&#40;&#98;&#43;&#97;&#41;&#43;&#49;&#43;&#99;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#40;&#125;&#97;&#61;&#50;&#44;&#32;&#98;&#61;&#54;&#44;&#32;&#99;&#61;&#53;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"278\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-23b159adda72057e8ee379e3fd05bc68_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#108;&#101;&#102;&#116;&#91;&#52;&#45;&#40;&#112;&#45;&#109;&#41;&#92;&#114;&#105;&#103;&#104;&#116;&#93;&#92;&#100;&#105;&#118;&#32;&#50;&#43;&#113;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#40;&#125;&#109;&#61;&#52;&#44;&#32;&#112;&#61;&#54;&#44;&#32;&#113;&#61;&#54;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"324\" style=\"vertical-align: -5px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-eebbae613f7a98acfbcdbe51a7aa01b2_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#122;&#43;&#120;&#45;&#40;&#49;&#94;&#50;&#41;&#94;&#51;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#40;&#125;&#120;&#61;&#53;&#44;&#32;&#122;&#61;&#52;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"211\" style=\"vertical-align: -4px;\" \/><\/li>\n<\/ol>\n<p class=\"p3\">For questions 11 to 34, isolate the indicated variable from the equation.<\/p>\n<ol start=\"11\">\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-266b68ce81992c559e49aadde25d1436_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#98;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#97;&#98;&#61;&#99;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"83\" style=\"vertical-align: 0px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-cd1336242c22a4aa7e0dd8489cea77e1_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#104;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#103;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#104;&#125;&#123;&#105;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"37\" width=\"82\" style=\"vertical-align: -12px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-f4f2e7f7235657c43352d0e348defc68_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#92;&#108;&#101;&#102;&#116;&#40;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#102;&#125;&#123;&#103;&#125;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#120;&#61;&#98;\" title=\"Rendered by QuickLaTeX.com\" height=\"43\" width=\"125\" style=\"vertical-align: -17px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-824fefac7b1e7d62f5faa840f13b8f03_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#112;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#51;&#121;&#125;&#123;&#113;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"40\" width=\"89\" style=\"vertical-align: -16px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-70f31b3ea9f34e0cb17a4bd78017f790_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#51;&#120;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#97;&#125;&#123;&#98;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"32\" width=\"91\" style=\"vertical-align: -12px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-7991bf374bb9211c04d3d0975000226e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#121;&#109;&#125;&#123;&#98;&#125;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#99;&#125;&#123;&#100;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"32\" width=\"100\" style=\"vertical-align: -12px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-26a253195b03fdfd9ae732a1f4c12cf3_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#112;&#105;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#86;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#52;&#125;&#123;&#51;&#125;&#92;&#112;&#105;&#32;&#114;&#94;&#51;\" title=\"Rendered by QuickLaTeX.com\" height=\"36\" width=\"114\" style=\"vertical-align: -12px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-24e8d930a742d77f5badc32211cbbed5_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#109;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#69;&#61;&#109;&#118;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"112\" style=\"vertical-align: 0px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-93d6b5d1f44d11f6a1935c85af2ceec6_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#99;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#52;&#121;&#125;&#123;&#109;&#43;&#110;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"38\" width=\"117\" style=\"vertical-align: -14px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-0d537b2c65bbd549457e8ba68012390e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#114;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#114;&#115;&#125;&#123;&#97;&#45;&#51;&#125;&#61;&#107;\" title=\"Rendered by QuickLaTeX.com\" height=\"32\" width=\"112\" style=\"vertical-align: -12px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-2f6d2c4890a05560e8847bbf2c2c0fdb_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#68;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#86;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#92;&#112;&#105;&#32;&#68;&#110;&#125;&#123;&#49;&#50;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"37\" width=\"119\" style=\"vertical-align: -13px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-26d82764f37e5716d2af6f4a0f08c45d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#82;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#70;&#61;&#107;&#40;&#82;&#45;&#76;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"148\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-30d589e79b6804d842f67ad4743e71d7_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#99;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#80;&#61;&#110;&#40;&#112;&#45;&#99;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"134\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-54e85b35b9b55e0cd2607a2005f52ef8_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#76;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#83;&#61;&#76;&#43;&#50;&#66;\" title=\"Rendered by QuickLaTeX.com\" height=\"14\" width=\"131\" style=\"vertical-align: -2px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-143ee5c10a232a05f891f833840ce88f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#68;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#84;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#68;&#45;&#100;&#125;&#123;&#76;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"37\" width=\"127\" style=\"vertical-align: -12px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-f79028b05a365ee29627c1eec499bf2a_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#69;&#95;&#97;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#73;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#69;&#95;&#97;&#45;&#69;&#95;&#113;&#125;&#123;&#82;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"36\" width=\"147\" style=\"vertical-align: -12px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-b5f9669efed13187d5458038619dfa9d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#76;&#95;&#111;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#76;&#61;&#76;&#95;&#111;&#40;&#49;&#43;&#97;&#116;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"160\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-25f3b7640f1fa4b80bd70672cfef7a3a_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#109;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#50;&#109;&#43;&#112;&#61;&#52;&#109;&#43;&#113;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"175\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-ee0b065c1a0203d91fc39ee809f7423b_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#107;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#107;&#45;&#109;&#125;&#123;&#114;&#125;&#61;&#113;\" title=\"Rendered by QuickLaTeX.com\" height=\"37\" width=\"119\" style=\"vertical-align: -12px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-b02ef58b5c5d28bd23d98781dee6f91e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#84;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#82;&#61;&#97;&#84;&#43;&#98;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"129\" style=\"vertical-align: -2px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-f43bf89ac872f3468a99a94f09271beb_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#81;&#95;&#50;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#81;&#95;&#49;&#61;&#80;&#40;&#81;&#95;&#50;&#45;&#81;&#95;&#49;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"185\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-2e5a1b7e6d4ebbfcdf5e59802f1bb48f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#114;&#95;&#49;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#76;&#61;&#92;&#112;&#105;&#40;&#114;&#95;&#49;&#43;&#114;&#95;&#50;&#41;&#43;&#50;&#100;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"196\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-db7b13569a80cac2766892800412b689_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#84;&#95;&#49;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#82;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#107;&#65;&#40;&#84;&#43;&#84;&#95;&#49;&#41;&#125;&#123;&#100;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"38\" width=\"174\" style=\"vertical-align: -12px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-5705409ad898a0084a21b4c675744d4e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#86;&#95;&#50;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#32;&#125;&#80;&#61;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#86;&#95;&#49;&#40;&#86;&#95;&#50;&#45;&#86;&#95;&#49;&#41;&#125;&#123;&#103;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"42\" width=\"174\" style=\"vertical-align: -16px;\" \/><\/li>\n<\/ol>\n<p><a href=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/back-matter\/answer-key-2-6\/\">Answer Key 2.6<\/a><\/p>\n","protected":false},"author":14,"menu_order":7,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-422","chapter","type-chapter","status-publish","hentry"],"part":358,"_links":{"self":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/422","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/users\/14"}],"version-history":[{"count":10,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/422\/revisions"}],"predecessor-version":[{"id":3429,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/422\/revisions\/3429"}],"part":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/parts\/358"}],"metadata":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/422\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/media?parent=422"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapter-type?post=422"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/contributor?post=422"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/license?post=422"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}