Skip to main content

`9/(x^2-6x+9)=(3x)/(x^2-3x)` Solve the equation by cross multiplying. Check for extraneous solutions.

Cross-multiplication is applicable when have two fractions or rational expressions equated to each other.  It is method wherein we multiply the denominator towards the numerator on the other side. This will helps to simplifying the equation by getting rid of the fraction form on each side.


For a given equation:  `a/b=c/d` where b and are nonzero, we may cross-multiply to simplify it as:  `a*d = c*b` .


Applying cross-multiplication on the given equation `9/(x^2-6x+9)=(3x)/(x^2-3x)` , we get:


`9*(x^2-3x)=(3x)*(x^2-6x+9)`


Apply distribution property.


`9x^2-27x=3x^3-18x^2+27x`


Subtract `9x^2` from both sides of the equation.


`9x^2-27x-9x^2=3x^3-18x^2+27x-9x^2`


`-27x=3x^3-27x^2+27x`


Add `27x`  on both sides of the equation.


`-27x+27x=3x^3-27x^2+27x+27x`


`0=3x^3-27x^2+54x`


or `3x^3-27x^2+54x=0`


Factor out the greatest common factor (GCF) `3x` .


`(3x)(x^2-9x+18)=0`


Apply `x^2-9x+18= (x-3)(x-6)` , we get:


`3x(x-3)(x-6)=0`


Apply zero-factor property to solve for x by equating each factor to `0` .


`3x=0`


`(3x)/3 =0`


`x=0`



`x-3=0`


`x-3+3=0+3`


`x=3`



`x-6=0`


`x-6+6=0+6`


`x=6`


Possible values of `x=0,3,6` .


To check for extraneous solution, plug-in each x on `9/(x^2-6x+9)=(3x)/(x^2-3x)` .


Note: Any value divided by `0` results to undefined value.


An undefined result implies the x value is an extraneous solution.


Let `x=0`  on `9/(x^2-6x+9)=(3x)/(x^2-3x)` .


`9/(0^2-6*0+9)=?(3*0)/(0^2-3*0)`


`9/(0-0+9)=?0/(0-0)`


`9/9=?0/0`


1=? undefined   FALSE


Let `x=3`  on `9/(x^2-6x+9)=(3x)/(x^2-3x)` .


`9/(3^2-6*3+9)=?(3*3)/(3^2-3*3)`


`9/(9-18+9)=?9/(9-9)`


`9/0=?9/0`


undefined=? undefined   FALSE


Let `x=6`  on `9/(6^2-6x+9)=(3x)/(x^2-3x)` .


`9/(6^2-6*6+9)=?(3*6)/(6^2-3*6)`


`9/(36-36+9)=?9/(36-18)`


`9/9=?18/18`


`1=1 `             TRUE



Therefore, the `x=0` and `x=3` are the extraneous solutions.


The `x=6` is the real exact solution of the given equation `9/(x^2-6x+9)=(3x)/(x^2-3x)` .

Comments

Popular posts from this blog

Is there a word/phrase for "unperformant"?

As a software engineer, I need to sometimes describe a piece of code as something that lacks performance or was not written with performance in mind. Example: This kind of coding style leads to unmaintainable and unperformant code. Based on my Google searches, this isn't a real word. What is the correct way to describe this? EDIT My usage of "performance" here is in regard to speed and efficiency. For example, the better the performance of code the faster the application runs. My question and example target the negative definition, which is in reference to preventing inefficient coding practices. Answer This kind of coding style leads to unmaintainable and unperformant code. In my opinion, reads more easily as: This coding style leads to unmaintainable and poorly performing code. The key to well-written documentation and reports lies in ease of understanding. Adding poorly understood words such as performant decreases that ease. In addressing the use of such a poorly ...

Is 'efficate' a word in English?

I routinely hear the word "efficate" being used. For example, "The most powerful way to efficate a change in the system is to participate." I do not find entries for this word in common English dictionaries, but I do not have an unabridged dictionary. I have checked the OED (I'm not sure if it is considered unabridged), and it has no entry for "efficate". It does have an entry for "efficiate", which is used in the same way. Wordnik has an entry for "efficate" with over 1800 hits, thus providing some evidence for the frequency of use. I personally like the word and find the meaning very clear and obvious when others use it. If it's not currently an "officially documented" word, perhaps its continued use will result in it being better documented.