In this chapter, we will certainly develop particular techniques that help solve problems proclaimed in words. These approaches involve rewriting troubles in the type of symbols. Because that example, the declared problem
"Find a number which, when added to 3, returns 7"
may be composed as:
3 + ? = 7, 3 + n = 7, 3 + x = 1
and so on, where the icons ?, n, and also x stand for the number we desire to find. We contact such shorthand execution of declared problems equations, or symbolic sentences. Equations such together x + 3 = 7 are first-degree equations, due to the fact that the variable has an exponent of 1. The state to the left of an equals sign comprise the left-hand member that the equation; those come the right comprise the right-hand member. Thus, in the equation x + 3 = 7, the left-hand member is x + 3 and the right-hand member is 7.
You are watching: Which of the following is equal to (2x/3-7)+7
SOLVING EQUATIONS
Equations might be true or false, simply as native sentences might be true or false. The equation:
3 + x = 7
will be false if any kind of number except 4 is substituted because that the variable. The worth of the variable for which the equation is true (4 in this example) is called the equipment of the equation. We can determine whether or not a provided number is a solution of a provided equation through substituting the number in ar of the variable and determining the truth or falsity that the result.
Example 1 identify if the value 3 is a solution of the equation
4x - 2 = 3x + 1
Solution we substitute the worth 3 for x in the equation and also see if the left-hand member equals the right-hand member.
4(3) - 2 = 3(3) + 1
12 - 2 = 9 + 1
10 = 10
Ans. 3 is a solution.
The first-degree equations the we think about in this chapter have actually at most one solution. The services to numerous such equations have the right to be figured out by inspection.
Example 2 discover the systems of every equation by inspection.
a.x + 5 = 12b. 4 · x = -20
Solutions a. 7 is the solution due to the fact that 7 + 5 = 12.b.-5 is the solution due to the fact that 4(-5) = -20.
SOLVING EQUATIONS USING addition AND individually PROPERTIES
In section 3.1 we resolved some straightforward first-degree equations by inspection. However, the solutions of many equations are not immediately apparent by inspection. Hence, we require some math "tools" for solving equations.
EQUIVALENT EQUATIONS
Equivalent equations space equations that have identical solutions. Thus,
3x + 3 = x + 13, 3x = x + 10, 2x = 10, and also x = 5
are equivalent equations, due to the fact that 5 is the just solution of each of them. Notification in the equation 3x + 3 = x + 13, the systems 5 is not apparent by inspection however in the equation x = 5, the equipment 5 is evident by inspection. In solving any kind of equation, we transform a given equation whose solution might not be noticeable to an equivalent equation whose equipment is quickly noted.
The adhering to property, sometimes referred to as the addition-subtraction property, is one means that we have the right to generate equivalent equations.
If the same amount is included to or subtracted indigenous both membersof an equation, the result equation is identical to the originalequation.
In symbols,
a - b, a + c = b + c, and a - c = b - c
are equivalent equations.
Example 1 compose an equation equivalent to
x + 3 = 7
by individually 3 from each member.
Solution individually 3 from each member yields
x + 3 - 3 = 7 - 3
or
x = 4
Notice the x + 3 = 7 and also x = 4 are indistinguishable equations because the systems is the exact same for both, namely 4. The next example shows how we have the right to generate identical equations by very first simplifying one or both members of an equation.
Example 2 compose an equation equivalent to
4x- 2-3x = 4 + 6
by combining favor terms and then by adding 2 to each member.
Combining like terms yields
x - 2 = 10
Adding 2 to every member yields
x-2+2 =10+2
x = 12
To fix an equation, we usage the addition-subtraction building to transform a provided equation come an equivalent equation that the kind x = a, indigenous which us can find the systems by inspection.
Example 3 settle 2x + 1 = x - 2.
We want to obtain an tantamount equation in which all terms include x room in one member and also all terms not containing x space in the other. If we an initial add -1 come (or subtract 1 from) each member, us get
2x + 1- 1 = x - 2- 1
2x = x - 3
If us now add -x come (or subtract x from) each member, us get
2x-x = x - 3 - x
x = -3
where the equipment -3 is obvious.
The systems of the initial equation is the number -3; however, the answer is often shown in the kind of the equation x = -3.
Since every equation derived in the procedure is identical to the initial equation, -3 is likewise a equipment of 2x + 1 = x - 2. In the above example, we can examine the equipment by substituting - 3 for x in the original equation
2(-3) + 1 = (-3) - 2
-5 = -5
The symmetric home of equality is also helpful in the equipment of equations. This residential or commercial property states
If a = b then b = a
This permits us to interchange the members of an equation whenever us please without having actually to be came to with any kind of changes that sign. Thus,
If 4 = x + 2thenx + 2 = 4
If x + 3 = 2x - 5then2x - 5 = x + 3
If d = rtthenrt = d
There may be several various ways to apply the enhancement property above. Periodically one method is far better than another, and also in some cases, the symmetric home of equality is additionally helpful.
Example 4 resolve 2x = 3x - 9.(1)
Solution If we first add -3x to each member, us get
2x - 3x = 3x - 9 - 3x
-x = -9
where the variable has actually a an adverse coefficient. Back we deserve to see through inspection that the equipment is 9, due to the fact that -(9) = -9, we have the right to avoid the negative coefficient by adding -2x and +9 to every member that Equation (1). In this case, us get
2x-2x + 9 = 3x- 9-2x+ 9
9 = x
from i m sorry the equipment 9 is obvious. If we wish, we have the right to write the critical equation as x = 9 through the symmetric home of equality.
SOLVING EQUATIONS utilizing THE division PROPERTY
Consider the equation
3x = 12
The equipment to this equation is 4. Also, keep in mind that if we divide each member of the equation by 3, we attain the equations

whose solution is likewise 4. In general, we have actually the complying with property, i m sorry is sometimes referred to as the department property.
If both members of an equation are split by the exact same (nonzero)quantity, the result equation is equivalent to the initial equation.
In symbols,

are identical equations.
Example 1 create an equation equivalent to
-4x = 12
by separating each member through -4.
Solution separating both members by -4 yields

In solving equations, we use the above property to develop equivalent equations in i beg your pardon the variable has a coefficient the 1.
Example 2 solve 3y + 2y = 20.
We an initial combine like terms come get
5y = 20
Then, separating each member by 5, we obtain

In the next example, we use the addition-subtraction property and also the division property to fix an equation.
Example 3 fix 4x + 7 = x - 2.
Solution First, we include -x and -7 to each member come get
4x + 7 - x - 7 = x - 2 - x - 1
Next, combining favor terms yields
3x = -9
Last, we division each member by 3 to obtain

SOLVING EQUATIONS using THE MULTIPLICATION PROPERTY
Consider the equation

The solution to this equation is 12. Also, note that if we multiply each member the the equation by 4, we achieve the equations

whose equipment is also 12. In general, we have the complying with property, i beg your pardon is sometimes referred to as the multiplication property.
If both members of one equation room multiplied by the exact same nonzero quantity, the resulting equation Is identical to the original equation.
In symbols,
a = b and a·c = b·c (c ≠ 0)
are indistinguishable equations.
Example 1 write an equivalent equation to

by multiplying every member by 6.
Solution Multiplying each member through 6 yields

In fixing equations, we use the above property to develop equivalent equations the are free of fractions.
Example 2 solve

Solution First, multiply every member by 5 come get

Now, division each member through 3,

Example 3 deal with

Solution First, simplify over the fraction bar to get

Next, multiply each member by 3 come obtain

Last, separating each member through 5 yields

FURTHER options OF EQUATIONS
Now we recognize all the methods needed to solve many first-degree equations. There is no details order in which the properties need to be applied. Any one or more of the complying with steps listed on page 102 might be appropriate.
Steps to solve first-degree equations:Combine prefer terms in each member of one equation.Using the addition or individually property, write the equation with all terms containing the unknown in one member and also all terms no containing the unknown in the other.Combine favor terms in every member.Use the multiplication residential or commercial property to eliminate fractions.Use the department property to acquire a coefficient that 1 because that the variable.
Example 1 resolve 5x - 7 = 2x - 4x + 14.
Solution First, we combine like terms, 2x - 4x, to yield
5x - 7 = -2x + 14
Next, we add +2x and +7 to each member and also combine like terms to obtain
5x - 7 + 2x + 7 = -2x + 14 + 2x + 1
7x = 21
Finally, we division each member through 7 come obtain

In the next example, we simplify over the portion bar before applying the properties the we have actually been studying.
Example 2 deal with

Solution First, we integrate like terms, 4x - 2x, come get

Then we add -3 to every member and simplify

Next, us multiply each member by 3 come obtain

Finally, we division each member by 2 to get

SOLVING FORMULAS
Equations that involve variables for the actions of 2 or much more physical quantities are dubbed formulas. We have the right to solve for any type of one the the variables in a formula if the values of the other variables space known. We substitute the well-known values in the formula and also solve for the unknown variable by the methods we offered in the preceding sections.
Example 1 In the formula d = rt, uncover t if d = 24 and also r = 3.
Solution We deserve to solve because that t through substituting 24 because that d and 3 because that r. The is,
d = rt
(24) = (3)t
8 = t
It is often essential to fix formulas or equations in which over there is much more than one variable for among the variables in terms of the others. We usage the same approaches demonstrated in the coming before sections.
Example 2 In the formula d = rt, solve for t in terms of r and also d.
See more: Convert Cubic Feet Per Second To Gallons (Us Fluid) Per Second
Solution We might solve because that t in regards to r and also d by separating both members by r come yield

from which, by the symmetric law,

In the above example, we solved for t by applying the department property to create an equivalent equation. Sometimes, it is essential to apply more than one together property.