{"id":1182,"date":"2021-12-02T19:36:53","date_gmt":"2021-12-03T00:36:53","guid":{"rendered":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/chapter\/2-6-working-with-formulas\/"},"modified":"2023-08-30T12:18:06","modified_gmt":"2023-08-30T16:18:06","slug":"working-with-formulas","status":"publish","type":"chapter","link":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/chapter\/working-with-formulas\/","title":{"raw":"2.6 Working With Formulas","rendered":"2.6 Working With Formulas"},"content":{"raw":"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.\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 [latex]p(q + 6)[\/latex] when [latex]p = 3[\/latex] and [latex]q = 5.[\/latex]<\/div>\r\n<div class=\"textbox__content\" style=\"text-align: center;\">[latex]\\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}[\/latex]<\/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 [latex]x + zx(3 - z)\\left(\\dfrac{x}{3}\\right)[\/latex] when [latex]x = -6[\/latex] and [latex]z = -2.[\/latex]<\/div>\r\n<div class=\"textbox__content\">[latex]\\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}[\/latex]<\/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 [latex]A = \\pi r^2+ \\pi rs[\/latex] (the formula for the surface area of a right circular cone) for\u00a0the variable [latex]s.[\/latex] This means isolating the [latex]s[\/latex] so the equation has [latex]s[\/latex] on one side. So a solution might look like [latex]s = \\dfrac{A - \\pi r^2}{\\pi r}.[\/latex] This second equation gives the same information as the first; they are algebraically equivalent. However, one is solved for the area [latex]A,[\/latex] while the other is solved\u00a0for\u00a0the slant height of the cone [latex]s.[\/latex]\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[latex]x.[\/latex]\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 [latex]x[\/latex] in the following equations.<\/div>\r\n<div class=\"textbox__content\">[latex]\\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}[\/latex]<\/div>\r\n<\/div>\r\nThe same process is used to isolate [latex]x[\/latex] in [latex]3x = 12[\/latex] as in [latex]wx = z.[\/latex] Because [latex]x[\/latex] is being solved for, treat all other variables as numbers.\u00a0For these two equations, both sides were divided by 3 and [latex]w,[\/latex] 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 [latex]n[\/latex] in the equation [latex]m+n=p.[\/latex]<\/div>\r\n<div class=\"textbox__content\">To isolate [latex]n,[\/latex] the variable [latex]m[\/latex] must be removed, which is done by subtracting [latex]m[\/latex] from both sides:<\/div>\r\n<div class=\"textbox__content\">[latex]\\begin{array}{rrrrl}\r\nm&amp;+&amp;n&amp;=&amp;p \\\\\r\n-m&amp;&amp;&amp;&amp;\\phantom{p}-m \\\\\r\n\\hline\r\n&amp;&amp;n&amp;=&amp;p-m\r\n\\end{array}[\/latex]<\/div>\r\n<\/div>\r\nSince [latex]p[\/latex] and [latex]m[\/latex] are not like terms, they cannot be combined.\u00a0For\u00a0this reason, leave the expression as [latex]p - m.[\/latex]\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 [latex]a[\/latex] in the equation [latex]a(x - y) = b.[\/latex]<\/div>\r\n<div class=\"textbox__content\">This means that [latex](x-y)[\/latex] must be isolated from the variable [latex]a.[\/latex]<\/div>\r\n<div class=\"textbox__content\">[latex]\\dfrac{a(x-y)}{(x-y)}=\\dfrac{b}{(x-y)}\\hspace{0.25in}\\Rightarrow\\hspace{0.25in}a=\\dfrac{b}{(x-y)}[\/latex]<\/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, [latex]x[\/latex] 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 [latex]x[\/latex] in the equation [latex]a(x - y) = b.[\/latex]<\/div>\r\n<div class=\"textbox__content\">First, distribute [latex]a[\/latex] throughout [latex](x-y)[\/latex]:<\/div>\r\n<div class=\"textbox__content\">[latex]\\begin{array}{rrrrr}\r\na(x&amp;-&amp;y)&amp;=&amp;b \\\\\r\nax&amp;-&amp;ay&amp;=&amp;b\r\n\\end{array}[\/latex]<\/div>\r\n<div class=\"textbox__content\">Remove the term [latex]ay[\/latex] from both sides:<\/div>\r\n<div class=\"textbox__content\">[latex]\\begin{array}{rrrrl}\r\nax&amp;-&amp;ay&amp;=&amp;b \\\\\r\n&amp;+&amp;ay&amp;&amp;\\phantom{b}+ay \\\\\r\n\\hline\r\n&amp;&amp;ax&amp;=&amp;b+ay\r\n\\end{array}[\/latex]<\/div>\r\n<div class=\"textbox__content\">[latex]ax[\/latex] is then divided by [latex]a[\/latex]:<\/div>\r\n<div class=\"textbox__content\">[latex]\\dfrac{ax}{a}=\\dfrac{b+ay}{a}[\/latex]<\/div>\r\n<div class=\"textbox__content\">The solution is [latex]x=\\dfrac{b+ay}{a},[\/latex] which can also be shown as [latex]x=\\dfrac{b}{a}+y.[\/latex]<\/div>\r\n<\/div>\r\nBe very careful when isolating [latex]x[\/latex] not to try and cancel the [latex]a[\/latex] 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 [latex]x = \\dfrac{b + ay}{a}.[\/latex] 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 [latex]m[\/latex] in the equation [latex]y=mx+b.[\/latex]<\/div>\r\n<div class=\"textbox__content\">First, subtract [latex]b[\/latex] from both sides:<\/div>\r\n<div class=\"textbox__content\">[latex]\\begin{array}{lrrrr}\r\ny&amp;=&amp;mx&amp;+&amp;b \\\\\r\n\\phantom{y}-b&amp;&amp;&amp;-&amp;b \\\\\r\n\\hline\r\ny-b&amp;=&amp;mx&amp;&amp;\r\n\\end{array}[\/latex]<\/div>\r\n<div class=\"textbox__content\">Now divide both sides by [latex]x[\/latex]:<\/div>\r\n<div class=\"textbox__content\">[latex]\\dfrac{y-b}{x}=\\dfrac{mx}{x}[\/latex]<\/div>\r\n<div class=\"textbox__content\">Therefore, the solution is [latex]m=\\dfrac{y-b}{x}.[\/latex]<\/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 [latex]s[\/latex] in the equation [latex]A= \\pi r^2+\\pi rs.[\/latex]<\/div>\r\n<div class=\"textbox__content\">Subtract [latex]\\pi r^2[\/latex] from both sides:<\/div>\r\n<div class=\"textbox__content\">[latex]\\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\\hline\r\nA- \\pi r^2&amp;=&amp;\\pi rs&amp;&amp;\r\n\\end{array}[\/latex]<\/div>\r\n<div class=\"textbox__content\">Divide both sides by [latex]\\pi r[\/latex]:<\/div>\r\n<div class=\"textbox__content\">[latex]\\dfrac{A-\\pi r^2}{\\pi r}=\\dfrac{\\pi rs}{\\pi r}[\/latex]<\/div>\r\n<div class=\"textbox__content\">The solution is:<\/div>\r\n<div class=\"textbox__content\">[latex]s=\\dfrac{A-\\pi r^2}{\\pi r}[\/latex]<\/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 [latex]m[\/latex] in the equation [latex]h=\\dfrac{2m}{n}.[\/latex]<\/div>\r\n<div class=\"textbox__content\">To clear the fraction, multiply both sides by [latex]n[\/latex]:<\/div>\r\n<div class=\"textbox__content\">[latex](n)h=\\dfrac{2m}{n}(n)[\/latex]<\/div>\r\n<div class=\"textbox__content\">This leaves:<\/div>\r\n<div class=\"textbox__content\">[latex]nh=2m[\/latex]<\/div>\r\n<div class=\"textbox__content\">Divide both sides by 2:<\/div>\r\n<div class=\"textbox__content\">[latex]\\dfrac{nh}{2}=\\dfrac{2m}{2}[\/latex]<\/div>\r\n<div class=\"textbox__content\">Which reduces to:<\/div>\r\n<div class=\"textbox__content\">[latex]m=\\dfrac{nh}{2}[\/latex]<\/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 [latex]b[\/latex] in the equation [latex]A=\\dfrac{a}{2-b}.[\/latex]<\/div>\r\n<div class=\"textbox__content\">To clear the fraction, multiply both sides by [latex](2-b)[\/latex]:<\/div>\r\n<div class=\"textbox__content\">[latex](2-b)A=\\dfrac{a}{2-b}(2-b)[\/latex]<\/div>\r\n<div class=\"textbox__content\">Which reduces to:<\/div>\r\n<div class=\"textbox__content\">[latex]A(2-b)=a[\/latex]<\/div>\r\n<div class=\"textbox__content\">Distribute [latex]A[\/latex] throughout [latex](2-b),[\/latex] then isolate:<\/div>\r\n<div class=\"textbox__content\">[latex]\\begin{array}{rrrrl}\r\n2A&amp;-&amp;Ab&amp;=&amp;a \\\\\r\n-2A&amp;&amp;&amp;&amp;\\phantom{a}-2A \\\\\r\n\\hline\r\n&amp;&amp;-Ab&amp;=&amp;a-2A\r\n\\end{array}[\/latex]<\/div>\r\n<div class=\"textbox__content\">Finally, divide both sides by [latex]-A[\/latex]:<\/div>\r\n<div class=\"textbox__content\">[latex]\\dfrac{-Ab}{-A}=\\dfrac{a-2A}{-A}[\/latex]<\/div>\r\n<div class=\"textbox__content\">Solution:<\/div>\r\n<div class=\"textbox__content\">[latex]b=\\dfrac{a-2A}{-A}\\text{ or }b=\\dfrac{2A-a}{A}[\/latex]<\/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>[latex]p + 1 + q - m\\text{ (}m = 1, p = 3, q = 4)[\/latex]<\/li>\r\n \t<li>[latex]y^2+y-z\\text{ (}y=5, z=1)[\/latex]<\/li>\r\n \t<li>[latex]p- \\left[pq \\div 6\\right]\\text{ (}p=6, q=5) [\/latex]<\/li>\r\n \t<li>[latex]\\left[6+z-y\\right]\\div 3\\text{ (}y=1, z=4)[\/latex]<\/li>\r\n \t<li>[latex]c^2-(a-1)\\text{ (}a=3, c=5)[\/latex]<\/li>\r\n \t<li>[latex]x+6z-4y\\text{ (}x=6, y=4, z=4)[\/latex]<\/li>\r\n \t<li>[latex]5j+kh\\div 2\\text{ (}h=5, j=4, k=2)[\/latex]<\/li>\r\n \t<li>[latex]5(b+a)+1+c\\text{ (}a=2, b=6, c=5)[\/latex]<\/li>\r\n \t<li>[latex]\\left[4-(p-m)\\right]\\div 2+q\\text{ (}m=4, p=6, q=6)[\/latex]<\/li>\r\n \t<li>[latex]z+x-(1^2)^3\\text{ (}x=5, z=4)[\/latex]<\/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 class=\"twocolumn\" start=\"11\">\r\n \t<li>[latex]b\\text{ in }ab=c[\/latex]<\/li>\r\n \t<li>[latex]h\\text{ in }g=\\dfrac{h}{i}[\/latex]<\/li>\r\n \t<li>[latex]x\\text{ in }\\left(\\dfrac{f}{g}\\right)x=b[\/latex]<\/li>\r\n \t<li>[latex]y\\text{ in }p=\\dfrac{3y}{q}[\/latex]<\/li>\r\n \t<li>[latex]x\\text{ in }3x=\\dfrac{a}{b}[\/latex]<\/li>\r\n \t<li>[latex]y\\text{ in }\\dfrac{ym}{b}=\\dfrac{c}{d}[\/latex]<\/li>\r\n \t<li>[latex]\\pi\\text{ in }V=\\dfrac{4}{3}\\pi r^3[\/latex]<\/li>\r\n \t<li>[latex]m\\text{ in }E=mv^2[\/latex]<\/li>\r\n \t<li>[latex]y\\text{ in }c=\\dfrac{4y}{m+n}[\/latex]<\/li>\r\n \t<li>[latex]r\\text{ in }\\dfrac{rs}{a-3}=k[\/latex]<\/li>\r\n \t<li>[latex]D\\text{ in }V=\\dfrac{\\pi Dn}{12}[\/latex]<\/li>\r\n \t<li>[latex]R\\text{ in }F=k(R-L)[\/latex]<\/li>\r\n \t<li>[latex]c\\text{ in }P=n(p-c)[\/latex]<\/li>\r\n \t<li>[latex]L\\text{ in }S=L+2B[\/latex]<\/li>\r\n \t<li>[latex]D\\text{ in }T=\\dfrac{D-d}{L}[\/latex]<\/li>\r\n \t<li>[latex]E_a\\text{ in }I=\\dfrac{E_a-E_q}{R}[\/latex]<\/li>\r\n \t<li>[latex]L_o\\text{ in }L=L_o(1+at)[\/latex]<\/li>\r\n \t<li>[latex]m\\text{ in }2m+p=4m+q[\/latex]<\/li>\r\n \t<li>[latex]k\\text{ in }\\dfrac{k-m}{r}=q[\/latex]<\/li>\r\n \t<li>[latex]T\\text{ in }R=aT+b[\/latex]<\/li>\r\n \t<li>[latex]Q_2\\text{ in }Q_1=P(Q_2-Q_1)[\/latex]<\/li>\r\n \t<li>[latex]r_1\\text{ in }L=\\pi(r_1+r_2)+2d[\/latex]<\/li>\r\n \t<li>[latex]T_1\\text{ in }R=\\dfrac{kA(T+T_1)}{d}[\/latex]<\/li>\r\n \t<li>[latex]V_2\\text{ in }P=\\dfrac{V_1(V_2-V_1)}{g}[\/latex]<\/li>\r\n<\/ol>\r\n<a class=\"internal\" href=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/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 [latex]p(q + 6)[\/latex] when [latex]p = 3[\/latex] and [latex]q = 5.[\/latex]<\/div>\n<div class=\"textbox__content\" style=\"text-align: center;\">[latex]\\begin{array}{rl}  (3)((5)+(6))&\\text{Replace }p\\text{ with 3 and }q\\text{ with 5 and evaluate parentheses} \\\\  (3)(11)&\\text{Multiply} \\\\  33&\\text{Solution}  \\end{array}[\/latex]<\/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 [latex]x + zx(3 - z)\\left(\\dfrac{x}{3}\\right)[\/latex] when [latex]x = -6[\/latex] and [latex]z = -2.[\/latex]<\/div>\n<div class=\"textbox__content\">[latex]\\begin{array}{rl}  (-6)+(-2)(-6)\\left[(3)-(-2)\\right]\\left(\\dfrac{-6}{3}\\right)&\\text{Evaluate parentheses} \\\\ \\\\  -6+(-2)(-6)(5)(-2)&\\text{Multiply left to right} \\\\  -6+12(5)(-2)&\\text{Multiply left to right} \\\\  -6+60(-2) &\\text{Multiply} \\\\  -6-120 & \\text{Subtract} \\\\  -126& \\text{Solution}\\end{array}[\/latex]<\/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 [latex]A = \\pi r^2+ \\pi rs[\/latex] (the formula for the surface area of a right circular cone) for\u00a0the variable [latex]s.[\/latex] This means isolating the [latex]s[\/latex] so the equation has [latex]s[\/latex] on one side. So a solution might look like [latex]s = \\dfrac{A - \\pi r^2}{\\pi r}.[\/latex] This second equation gives the same information as the first; they are algebraically equivalent. However, one is solved for the area [latex]A,[\/latex] while the other is solved\u00a0for\u00a0the slant height of the cone [latex]s.[\/latex]<\/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[latex]x.[\/latex]<\/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 [latex]x[\/latex] in the following equations.<\/div>\n<div class=\"textbox__content\">[latex]\\begin{array}{ll}  \\begin{array}{rrl}  3x&=&12 \\\\ \\\\  \\dfrac{3x}{3}&=&\\dfrac{12}{3} \\\\ \\\\  x&=&4  \\end{array}  & \\hspace{0.5in}  \\begin{array}{rrl}  wx&=&z \\\\ \\\\  \\dfrac{wx}{w}&=&\\dfrac{z}{w} \\\\ \\\\  x&=&\\dfrac{z}{w}  \\end{array}  \\end{array}[\/latex]<\/div>\n<\/div>\n<p>The same process is used to isolate [latex]x[\/latex] in [latex]3x = 12[\/latex] as in [latex]wx = z.[\/latex] Because [latex]x[\/latex] is being solved for, treat all other variables as numbers.\u00a0For these two equations, both sides were divided by 3 and [latex]w,[\/latex] 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 [latex]n[\/latex] in the equation [latex]m+n=p.[\/latex]<\/div>\n<div class=\"textbox__content\">To isolate [latex]n,[\/latex] the variable [latex]m[\/latex] must be removed, which is done by subtracting [latex]m[\/latex] from both sides:<\/div>\n<div class=\"textbox__content\">[latex]\\begin{array}{rrrrl}  m&+&n&=&p \\\\  -m&&&&\\phantom{p}-m \\\\  \\hline  &&n&=&p-m  \\end{array}[\/latex]<\/div>\n<\/div>\n<p>Since [latex]p[\/latex] and [latex]m[\/latex] are not like terms, they cannot be combined.\u00a0For\u00a0this reason, leave the expression as [latex]p - m.[\/latex]<\/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 [latex]a[\/latex] in the equation [latex]a(x - y) = b.[\/latex]<\/div>\n<div class=\"textbox__content\">This means that [latex](x-y)[\/latex] must be isolated from the variable [latex]a.[\/latex]<\/div>\n<div class=\"textbox__content\">[latex]\\dfrac{a(x-y)}{(x-y)}=\\dfrac{b}{(x-y)}\\hspace{0.25in}\\Rightarrow\\hspace{0.25in}a=\\dfrac{b}{(x-y)}[\/latex]<\/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, [latex]x[\/latex] 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 [latex]x[\/latex] in the equation [latex]a(x - y) = b.[\/latex]<\/div>\n<div class=\"textbox__content\">First, distribute [latex]a[\/latex] throughout [latex](x-y)[\/latex]:<\/div>\n<div class=\"textbox__content\">[latex]\\begin{array}{rrrrr}  a(x&-&y)&=&b \\\\  ax&-&ay&=&b  \\end{array}[\/latex]<\/div>\n<div class=\"textbox__content\">Remove the term [latex]ay[\/latex] from both sides:<\/div>\n<div class=\"textbox__content\">[latex]\\begin{array}{rrrrl}  ax&-&ay&=&b \\\\  &+&ay&&\\phantom{b}+ay \\\\  \\hline  &&ax&=&b+ay  \\end{array}[\/latex]<\/div>\n<div class=\"textbox__content\">[latex]ax[\/latex] is then divided by [latex]a[\/latex]:<\/div>\n<div class=\"textbox__content\">[latex]\\dfrac{ax}{a}=\\dfrac{b+ay}{a}[\/latex]<\/div>\n<div class=\"textbox__content\">The solution is [latex]x=\\dfrac{b+ay}{a},[\/latex] which can also be shown as [latex]x=\\dfrac{b}{a}+y.[\/latex]<\/div>\n<\/div>\n<p>Be very careful when isolating [latex]x[\/latex] not to try and cancel the [latex]a[\/latex] 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 [latex]x = \\dfrac{b + ay}{a}.[\/latex] 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 [latex]m[\/latex] in the equation [latex]y=mx+b.[\/latex]<\/div>\n<div class=\"textbox__content\">First, subtract [latex]b[\/latex] from both sides:<\/div>\n<div class=\"textbox__content\">[latex]\\begin{array}{lrrrr}  y&=&mx&+&b \\\\  \\phantom{y}-b&&&-&b \\\\  \\hline  y-b&=&mx&&  \\end{array}[\/latex]<\/div>\n<div class=\"textbox__content\">Now divide both sides by [latex]x[\/latex]:<\/div>\n<div class=\"textbox__content\">[latex]\\dfrac{y-b}{x}=\\dfrac{mx}{x}[\/latex]<\/div>\n<div class=\"textbox__content\">Therefore, the solution is [latex]m=\\dfrac{y-b}{x}.[\/latex]<\/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 [latex]s[\/latex] in the equation [latex]A= \\pi r^2+\\pi rs.[\/latex]<\/div>\n<div class=\"textbox__content\">Subtract [latex]\\pi r^2[\/latex] from both sides:<\/div>\n<div class=\"textbox__content\">[latex]\\begin{array}{rrrrr}  A\\phantom{- \\pi r^2}&=&\\pi r^2&+&\\pi rs \\\\  \\phantom{A}-\\pi r^2&&-\\pi r^2&& \\\\  \\hline  A- \\pi r^2&=&\\pi rs&&  \\end{array}[\/latex]<\/div>\n<div class=\"textbox__content\">Divide both sides by [latex]\\pi r[\/latex]:<\/div>\n<div class=\"textbox__content\">[latex]\\dfrac{A-\\pi r^2}{\\pi r}=\\dfrac{\\pi rs}{\\pi r}[\/latex]<\/div>\n<div class=\"textbox__content\">The solution is:<\/div>\n<div class=\"textbox__content\">[latex]s=\\dfrac{A-\\pi r^2}{\\pi r}[\/latex]<\/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 [latex]m[\/latex] in the equation [latex]h=\\dfrac{2m}{n}.[\/latex]<\/div>\n<div class=\"textbox__content\">To clear the fraction, multiply both sides by [latex]n[\/latex]:<\/div>\n<div class=\"textbox__content\">[latex](n)h=\\dfrac{2m}{n}(n)[\/latex]<\/div>\n<div class=\"textbox__content\">This leaves:<\/div>\n<div class=\"textbox__content\">[latex]nh=2m[\/latex]<\/div>\n<div class=\"textbox__content\">Divide both sides by 2:<\/div>\n<div class=\"textbox__content\">[latex]\\dfrac{nh}{2}=\\dfrac{2m}{2}[\/latex]<\/div>\n<div class=\"textbox__content\">Which reduces to:<\/div>\n<div class=\"textbox__content\">[latex]m=\\dfrac{nh}{2}[\/latex]<\/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 [latex]b[\/latex] in the equation [latex]A=\\dfrac{a}{2-b}.[\/latex]<\/div>\n<div class=\"textbox__content\">To clear the fraction, multiply both sides by [latex](2-b)[\/latex]:<\/div>\n<div class=\"textbox__content\">[latex](2-b)A=\\dfrac{a}{2-b}(2-b)[\/latex]<\/div>\n<div class=\"textbox__content\">Which reduces to:<\/div>\n<div class=\"textbox__content\">[latex]A(2-b)=a[\/latex]<\/div>\n<div class=\"textbox__content\">Distribute [latex]A[\/latex] throughout [latex](2-b),[\/latex] then isolate:<\/div>\n<div class=\"textbox__content\">[latex]\\begin{array}{rrrrl}  2A&-&Ab&=&a \\\\  -2A&&&&\\phantom{a}-2A \\\\  \\hline  &&-Ab&=&a-2A  \\end{array}[\/latex]<\/div>\n<div class=\"textbox__content\">Finally, divide both sides by [latex]-A[\/latex]:<\/div>\n<div class=\"textbox__content\">[latex]\\dfrac{-Ab}{-A}=\\dfrac{a-2A}{-A}[\/latex]<\/div>\n<div class=\"textbox__content\">Solution:<\/div>\n<div class=\"textbox__content\">[latex]b=\\dfrac{a-2A}{-A}\\text{ or }b=\\dfrac{2A-a}{A}[\/latex]<\/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>[latex]p + 1 + q - m\\text{ (}m = 1, p = 3, q = 4)[\/latex]<\/li>\n<li>[latex]y^2+y-z\\text{ (}y=5, z=1)[\/latex]<\/li>\n<li>[latex]p- \\left[pq \\div 6\\right]\\text{ (}p=6, q=5)[\/latex]<\/li>\n<li>[latex]\\left[6+z-y\\right]\\div 3\\text{ (}y=1, z=4)[\/latex]<\/li>\n<li>[latex]c^2-(a-1)\\text{ (}a=3, c=5)[\/latex]<\/li>\n<li>[latex]x+6z-4y\\text{ (}x=6, y=4, z=4)[\/latex]<\/li>\n<li>[latex]5j+kh\\div 2\\text{ (}h=5, j=4, k=2)[\/latex]<\/li>\n<li>[latex]5(b+a)+1+c\\text{ (}a=2, b=6, c=5)[\/latex]<\/li>\n<li>[latex]\\left[4-(p-m)\\right]\\div 2+q\\text{ (}m=4, p=6, q=6)[\/latex]<\/li>\n<li>[latex]z+x-(1^2)^3\\text{ (}x=5, z=4)[\/latex]<\/li>\n<\/ol>\n<p class=\"p3\">For questions 11 to 34, isolate the indicated variable from the equation.<\/p>\n<ol class=\"twocolumn\" start=\"11\">\n<li>[latex]b\\text{ in }ab=c[\/latex]<\/li>\n<li>[latex]h\\text{ in }g=\\dfrac{h}{i}[\/latex]<\/li>\n<li>[latex]x\\text{ in }\\left(\\dfrac{f}{g}\\right)x=b[\/latex]<\/li>\n<li>[latex]y\\text{ in }p=\\dfrac{3y}{q}[\/latex]<\/li>\n<li>[latex]x\\text{ in }3x=\\dfrac{a}{b}[\/latex]<\/li>\n<li>[latex]y\\text{ in }\\dfrac{ym}{b}=\\dfrac{c}{d}[\/latex]<\/li>\n<li>[latex]\\pi\\text{ in }V=\\dfrac{4}{3}\\pi r^3[\/latex]<\/li>\n<li>[latex]m\\text{ in }E=mv^2[\/latex]<\/li>\n<li>[latex]y\\text{ in }c=\\dfrac{4y}{m+n}[\/latex]<\/li>\n<li>[latex]r\\text{ in }\\dfrac{rs}{a-3}=k[\/latex]<\/li>\n<li>[latex]D\\text{ in }V=\\dfrac{\\pi Dn}{12}[\/latex]<\/li>\n<li>[latex]R\\text{ in }F=k(R-L)[\/latex]<\/li>\n<li>[latex]c\\text{ in }P=n(p-c)[\/latex]<\/li>\n<li>[latex]L\\text{ in }S=L+2B[\/latex]<\/li>\n<li>[latex]D\\text{ in }T=\\dfrac{D-d}{L}[\/latex]<\/li>\n<li>[latex]E_a\\text{ in }I=\\dfrac{E_a-E_q}{R}[\/latex]<\/li>\n<li>[latex]L_o\\text{ in }L=L_o(1+at)[\/latex]<\/li>\n<li>[latex]m\\text{ in }2m+p=4m+q[\/latex]<\/li>\n<li>[latex]k\\text{ in }\\dfrac{k-m}{r}=q[\/latex]<\/li>\n<li>[latex]T\\text{ in }R=aT+b[\/latex]<\/li>\n<li>[latex]Q_2\\text{ in }Q_1=P(Q_2-Q_1)[\/latex]<\/li>\n<li>[latex]r_1\\text{ in }L=\\pi(r_1+r_2)+2d[\/latex]<\/li>\n<li>[latex]T_1\\text{ in }R=\\dfrac{kA(T+T_1)}{d}[\/latex]<\/li>\n<li>[latex]V_2\\text{ in }P=\\dfrac{V_1(V_2-V_1)}{g}[\/latex]<\/li>\n<\/ol>\n<p><a class=\"internal\" href=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/back-matter\/answer-key-2-6\/\">Answer Key 2.6<\/a><\/p>\n","protected":false},"author":90,"menu_order":6,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":"cc-by-nc-sa"},"chapter-type":[],"contributor":[],"license":[56],"class_list":["post-1182","chapter","type-chapter","status-publish","hentry","license-cc-by-nc-sa"],"part":1170,"_links":{"self":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1182","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/users\/90"}],"version-history":[{"count":2,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1182\/revisions"}],"predecessor-version":[{"id":2077,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1182\/revisions\/2077"}],"part":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/parts\/1170"}],"metadata":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1182\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/media?parent=1182"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapter-type?post=1182"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/contributor?post=1182"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/license?post=1182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}