In the following linear system:
a ( a + 2 ) − 4 b ( b + 3 ) = 8 , 8 ( b − 2 c ) ( b 2 + 2 b c + 4 c 2 ) − 4 8 b c ( b − 2 c ) = ( b + 2 c ) ( b 2 − 2 b c + 4 c 2 ) + 6 b c ( b + 2 c ) , a 4 + 8 1 c 4 = 1 2 a 3 c − 5 4 a 2 c 2 + 1 0 8 a c 3
there are two ordered triples ( u , v , w ) and ( x , y , z ) which satisfy the system. If u + v + w + x + y + z can be represented as − q p where p,q are positive co-prime integers, find p + q .
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.
This is not a very in-depth solution.
The first equation can be factored into ( a + 1 ) 2 = ( 2 b + 3 ) 2 . Which after square rooting becomes ( a + 1 ) = ± ( 2 b + 3 ) . THE ± IS VERY IMPORTANT. It is why we have 6 answers and not 3.
The second can be factored into 8 ( b − 2 c ) 3 = ( b + 2 c ) 3 .
The third can be factored into ( a − 3 c ) 4 = 0 .
Thus we get a = ( − 2 b − 4 , 2 b + 2 ) , b = 6 c , c = 3 a . The reason there are 2 solutions for each variable is that there are two a's, which means that both have to be plugged into the equation and two answers will result for each variable. Plugging these terms back into the original equation yields a = ( − 5 4 , − 3 2 ) , b = ( − 5 8 , − 3 4 ) , c = ( − 1 5 4 , − 9 2 ) .
Some simple arithmetic leads us to − q p = − 9 4 4 . Thus p + q = 5 3
Does anyone know the LaTeX for the \=>
Log in to reply
The > with two lines coming out of it.
Log in to reply
Try \geq for ≥ or \neq for = .
Maybe you mean ⟹ . It's \implies.
Nice solution Trevor
DO you expect us to factor the 2nd equation by hand? That's madness!
Problem Loading...
Note Loading...
Set Loading...
What I did was I formed an equation in terms of c.
Let the two roots of the equation be w,z. Then I simply calculated the sum of w and z from the equation which comes out to be -22/45 . since we know that a=3c. For two values of c i.e. w and z, there will be two values of a- u and x. Therefore u+x= 3(w +z)
Similarly b= 6c . Therefore v+y= 6(w+z). Thus in the end the sum turns out to be 10(w+z)= -44/9. Thus p+q= 53
For the equation: a=3c , b= 6c Put the above values of a and b in the first equation.
Sorry for the bad presentation. I don't know how to type in Latex.