⎩ ⎪ ⎨ ⎪ ⎧ x − y z = 4 2 y − z x = 6 z − x y = − 3 0
The real ordered triple ( x , y , z ) satisfies the system of equations above. Find the value of x + y + z .
The problem is not mine. Credits to the owner.
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.
let a 2 = x , b 2 = y , c 2 = z
from (1)
solving a from (2)
solving a from (3)
multiplying (4) and (5) and equating it to (1)
=> a 2 = b c ( b 2 − 6 ) ( c 2 + 3 0 ) = 4 2 + b c
=> ( b c ) 2 − 6 c 2 + 3 0 b 2 − 1 8 0 = 4 2 b c + ( b c ) 2
=> 5 b 2 − c 2 − 3 0 = 7 b c
=> 5 y − z = 3 0 + 7 y z
since y z = x − 4 2
=> 5 y − z = 3 0 + 7 ( x − 4 2 ) (yey, eq. 1)
from (2)
solving b from (1)
solving b from (3)
multiplying (6) and (7) and equating it to (2)
=> b 2 = c a ( a 2 − 4 2 ) ( c 2 + 3 0 ) = 6 + c a
=> ( a c ) 2 − 4 2 c 2 + 3 0 a 2 − 1 2 6 0 = 6 c a + ( c a ) 2
=> 5 a 2 − 7 c 2 − 2 1 0 = c a
=> 5 x − 7 z = 2 1 0 + z x
since z x = y − 6
=> 5 x − 7 z = 2 1 0 + ( y − 6 ) (yey, eq. 2)
from (3)
solving c from (1)
solving c from (2)
multiplying (8) and (9) and equating it to (3)
=> c 2 = a b ( a 2 − 4 2 ) ( b 2 − 6 ) = a b − 3 0
=> ( a b ) 2 − 4 2 b 2 − 6 a 2 + 2 5 2 = ( a b ) 2 − 3 0 a b
=> a 2 + 7 b 2 − 4 2 = 5 a b
=> x + 7 y = 4 2 + 5 x y
since x y = z + 3 0
=> x + 7 y = 4 2 + 5 ( z + 3 0 ) (yey, eq. 3)
Equating the 3 (yey) equations, it will give:
( x , y , z ) = ( 5 4 , 2 4 , 6 )
and hence, x + y + z = 5 4 + 2 4 + 6 = 8 4 .
From where did u get this awesome question
Let,
√x be a
√y be c
√z be b
Therefore,
c²-ab=6 (eq 1)
b²-ac=-30 (eq 2)
a²-bc=42 (eq 3)
Subtracting eq 2 from eq 1
c²-b²+ac-ab=36
by factorising
(c-b)(a+b+c)=36
Subtracting eq 2 from eq 3
(a-b)(a+b+c)=72
Therefore, 2(c-b)=a-b
→c=(a+b)/2
Substituting c value in eq 1
((a+b)/2)²-ab=6
Solving for a and b we get
(a-b)²=24
→a-b=√24 as a>b
→a=√24+b (eq 4)
Substituting value of c in eq 3 give
(a-b)(2a+b)=84
Substituting 'a' from eq 4
√24(2√24+3b)=84
Solve b by substituting b=√z
z=6 and b=√6
By substituting the value of b we get x=54 and y=24
Therefore x+y+z =6+54+24=84.
Question, how does ( a + 2 b ) 2 − a b = 6 becomes ( a − b ) 2 = 2 4 ?
and where will be z = 6 or b = 6 substituted?
Log in to reply
(a+b/2)²-ab=6
Multiply 4 on both sides
(a+b)²-4ab=24
→a²+b²+2ab-4ab=24
Therefore (a-b)²=24
Log in to reply
ok ok, i thought it is ( a + 2 b ) 2 − a b = 6 but it should be ( 2 a + b ) 2 − a b = 6 .
I'm sorry.
Substituting b value in a= √24+b gives a.And substituting a and b value in a+b/2=c gives c.
Log in to reply
ask again, uhm, if
( a − b ) 2 = 2 4 ,
→ a − b = 2 4 , a > b
→ a = 2 4 + b (eq 4)
as the value of b is 6 , then, the value of a will be like 2 4 + 6 ?
Log in to reply
@Christian Daang – Ya then ,
√x = √24+√6
By squaring,
X= 24 + 6 +2√144
X=30 +24
Therefore,x=54
Problem Loading...
Note Loading...
Set Loading...
If we put x = 6 a , y = 6 b , z = 6 c , and subtract the second equation from the first, and the third from the second, yields ( a − b ) ( a + b + c ) = 6 = ( b − c ) ( a + b + c ) so that a − b = b − c . Substituting this into the second equation gives 1 = b − a c = 4 1 ( a + c ) 2 − a c = 4 1 ( a − c ) 2 and hence a = c ± 2 . Thus 7 = a − b c = ( c ± 2 ) 2 − 2 1 ( a + c ) c = ( c ± 2 ) 2 − 2 1 ( 2 c ± 2 ) c = 4 ± 3 c and so c = ± 1 . Thus we must take the + option out of ± , and obtain a = 3 , b = 2 , c = 1 , and hence x = 5 4 , y = 2 4 , c = 6 , making the answer 5 4 + 2 4 + 6 = 8 4 .