Solve 3x/2 - 9 = -x²/2: Multiplication-Free Solution Method

Question

Solve the following exercise without multiplying:

3x29=x22 \frac{3x}{2}-9=\frac{-x^2}{2}

Video Solution

Solution Steps

00:00 Solve without multiplication
00:03 Arrange the equation so the right side equals 0
00:23 Add half times 2(1)
00:39 We'll do this to have a common factor
00:42 Extract the common factor from parentheses
00:51 Identify the trinomial coefficients
00:58 Find two numbers - their sum equals B and their product equals C
01:11 These are the matching numbers
01:22 Substitute them in parentheses
01:30 Find the solutions that zero each factor
01:33 Isolate X, this is one solution
01:37 Isolate X, this is the second solution
01:40 And this is the solution to the question

Step-by-Step Solution

Let's solve the given equation:

3x29=x22 \frac{3x}{2}-9=-\frac{x^2}{2} We will do this without multiplying both sides,

First, let's arrange the equation by moving terms:

3x29=x22x22+3x29=0 \frac{3x}{2}-9=-\frac{x^2}{2} \\ \frac{x^2}{2} +\frac{3x}{2}-9 =0 \\ Now, instead of multiplying both sides of the equation by the common denominator (to eliminate the fractions), we'll choose to factor out a fraction that's common to all terms. Note that the first two terms (which are squared and to the first power) are fractions, so we can use fraction multiplication and write the equation as follows:

x22+3x29=012x2+123x9=0 \frac{x^2}{2} +\frac{3x}{2}-9 =0 \\ \downarrow\\ \frac{1}{2}\cdot x^2+\frac{1}{2}\cdot 3x-9=0

Next, we'll ask what number multiplied by 12 \frac{1}{2} gives us 9. The answer is obviously 18 since multiplication by one-half is equivalent to dividing by 2, and 18 is the result of multiplying 9 by 2:

1812=92121812=911812=9 \textcolor{red}{18}\cdot\frac{1}{2}=\textcolor{red}{9\cdot2}\cdot\frac{1}{2}\\ 18\cdot\frac{1}{2}=9\cdot1\\ \downarrow\\ 18\cdot\frac{1}{2}=9

Therefore, we can write the free number as:

12x2+123x9=012x2+123x1218=0 \frac{1}{2}\cdot x^2+\frac{1}{2}\cdot 3x-\textcolor{red}{9}=0\\ \downarrow\\ \frac{1}{2}\cdot x^2+\frac{1}{2}\cdot 3x-\textcolor{red}{\frac{1}{2}\cdot18}=0\\

Let's continue, now we can factor out the common term 12 \frac{1}{2} from all terms in the equation:

12x2+123x1218=012(x2+3x18)=0 \frac{1}{2}\cdot x^2+\frac{1}{2}\cdot 3x-\frac{1}{2}\cdot18=0\\ \downarrow\\ \frac{1}{2}\cdot(x^2+3x-18)=0\\

Here we'll remember that the product of expressions equals zero only if at least one of the multiplying expressions equals zero,

However, the first factor in the expression we got is one-half, which is obviously not zero, therefore:

x2+3x18=0 x^2+3x-18=0

Now we notice that in the resulting equation the coefficient of the quadratic term is 1, therefore, we can (try to) factor the expression on the left side using quick trinomial factoring:

Let's look for a pair of numbers whose product equals the free term in the expression, and whose sum equals the coefficient of the first-degree term, meaning two numbers m,n m,\hspace{2pt}n that satisfy:

mn=18m+n=3 m\cdot n=-18\\ m+n=3\\ From the first requirement mentioned, that is - from the multiplication, we notice that the product of the numbers we're looking for must be negative, therefore we can conclude that the numbers have different signs, according to multiplication rules. Now we'll remember that the possible factors of 18 are 2 and 9, 6 and 3, or 18 and 1. Meeting the second requirement mentioned, along with the fact that the numbers we're looking for have different signs leads to the conclusion that the only possibility for these two numbers is:

{m=6n=3 \begin{cases} m=6\\ n=-3 \end{cases}

Therefore we'll factor the expression on the left side of the equation to:

x2+3x18=0(x+6)(x3)=0 x^2+3x-18=0 \\ \downarrow\\ (x+6)(x-3)=0

Here we'll remember that the product of expressions equals zero only if at least one of the multiplying expressions equals zero,

Therefore we'll get two simple equations and solve them by isolating the unknown in each:

x+6=0x=6 x+6=0\\ \boxed{x=-6}

or:

x3=0x=3 x-3=0\\ \boxed{x=3}

Let's summarize the solution of the equation:

3x29=x22x22+3x29=012(x2+3x18)=0x2+3x18=0(x+6)(x3)=0x+6=0x=6x3=0x=3x=6,3 \frac{3x}{2}-9=-\frac{x^2}{2} \\ \frac{x^2}{2} +\frac{3x}{2}-9 =0 \\ \downarrow\\ \frac{1}{2}\cdot(x^2+3x-18)=0\\ \downarrow\\ x^2+3x-18=0\\ \downarrow\\ (x+6)(x-3)=0 \\ \downarrow\\ x+6=0\rightarrow\boxed{x=-6}\\ x-3=0\rightarrow\boxed{x=3}\\ \downarrow\\ \boxed{x=-6,3}

Therefore the correct answer is answer D.

Answer

-6 , 3