Find the sum of all solutions of the following equation: 4 x 1 + 7 x − 9 1 = 5 x − 3 1 + 6 x − 6 1 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Nice. The guiding principle is to look at the graph of
x 1 + k − x 2 1 .
This tells us that if A 2 + B 2 = C 2 + D 2 ( = k ) and A 1 + B 1 = C 1 + D 1 , then we must have { A , B } = { C , D } .
shortcut sorry
I would like to see how you simplified it in your first step (the one with squares), please. Mind boggling me for a while ;(
This solution uses only intuition.
By some dumb guess/luck/genius (not so much the third), I set 6 x − 6 = 4 x ⇒ x = 3
Checking this, I found that the expression became
1 2 1 + 1 2 1 = 1 2 1 + 1 2 1
However there is some logic behind this. Since there are all irrational denominators, one on the LHS will MOST LIKELY have to cancel out directly with another on the RHS. Thus setting two equal to each other, we find the answer.
SOME ONE PLEASE VARIFY THIS: The proof that there is only one answer is because the x coefficients add up to the same on both sides.
thats fake
I have a solution wait guys!
Problem Loading...
Note Loading...
Set Loading...
Let A = 4 x , B = 7 x − 9 , C = 5 x − 3 , D = 6 x − 6
The equation will become:
A 1 + B 1 = C 1 + D 1
Simplifying this will be hard but upon inspection in the equation, I noticed that
A 2 + B 2 = C 2 + D 2
Further simplification will result to:
( ( A 2 + B 2 ) ( C D ) + ( A 2 + B 2 ) ( A B ) − 2 A B C D ) ( C D − A B ) = 0
The first factor will result to imaginary roots but the second will have real roots.
C D − A B = 0
C D = A B
5 x − 3 × 6 x − 6 = 4 x × 7 x − 9
4 x ( 7 x − 9 ) = ( 5 x − 3 ) ( 6 x − 6 )
2 8 x 2 − 3 6 x = 3 0 x 2 − 4 8 x + 1 8
0 = 2 x 2 − 1 2 x + 1 8
( x − 3 ) 2 = 0
x = 3