Consider positive integers solutions ( x , y , z , u ) of the systems of equations
⎩ ⎪ ⎨ ⎪ ⎧ x + y = 3 ( z + u ) , x + z = 4 ( y + u ) , x + u = 5 ( y + z ) .
What is the smallest value that x can have?
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.
Dividing the three equations by u ,we get
u x + u y = u 3 z + 3 u
or, u x + u y = u 3 z +3
u x + u y - u 3 z =3
Similarly from equations 2 and 3 we get,
u x + u z - u 4 y = 4
and
u x - u 5 y - u 5 z = − 1
respectively.
Now replacing u x , u y and u z by a,b and c in the three equations we get
a + b − 3 c = 3
a − 4 b + c = 4
a − 5 b − 5 c = − 1
From the three equations,we find the value a to be 1 7 8 3
So the value of u x is 1 7 8 3 And hence the value of x is 8 3 .
Learnt a new way of solving.Though havent ever gone through these system of eqns b4.Dats the virtue of brilliant.
Problem Loading...
Note Loading...
Set Loading...
Rewrite the equations as:
x + y -3 = 3u
x - 4y + z = 4u
x - 5y - 5z = -u
Then solve for x and x = 83u/17.. Therefore the smallest integer for u is 17 and that of x = 83.