3 a 4 a a + + + 7 b 1 0 b b + + + c c c = = = 3 1 5 4 2 0 ?
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.
Here's a systematic way of understanding why Alan chose to multiply each equations by a certain scalar multiple:
Consider multiplying the first equation by m and the second equation by n ,
3 m a + 7 m b + m c = 3 1 5 m , 4 n a + 1 0 n b + n c = 4 2 0 n .
Taking their difference gives a ( 3 m − 4 n ) + b ( 7 m − 1 0 n ) + c ( m − n ) = 3 1 5 − 4 2 0 n . We want to find the value of m and n satisfying 3 m − 4 n = 7 m − 1 0 n = m − n . Solving these equations simultaneously gives m = 3 , n = 2 .
Another way to solve question is by using kernels. We can rewrite the 2 given equations as the matrix, [ 3 4 7 1 0 1 1 ] .
The kernel of this matrix consists of all vectors ( a , b , c ) for which
[ 3 4 7 1 0 1 1 ] ⎣ ⎡ a b c ⎦ ⎤ = [ 0 0 ] .
Which can be written in matrix as
[ 3 4 7 1 0 1 1 3 1 5 4 2 0 ] ⟶ R 1 4 R 1 , R 2 3 R 2 [ 1 2 1 2 2 8 3 0 4 3 1 2 6 0 1 2 6 0 ] ⟶ R 2 R 2 − R 1 [ 1 2 0 2 8 2 4 − 1 1 2 6 0 0 ]
This tells us that 2 y = z . By introducing a dummy variable t , we can write ( y , z ) = ( 2 t , t ) . Substituting these values into 3 x + 7 y + z = 3 1 5 gives x = 1 0 5 − 3 t . Hence,
x + y + z = ( 1 0 5 − 3 t ) + ( 2 t ) + ( t ) = 1 0 5 .
Good solution.
Thank you Alan for the solution and thank you to challenge master for the systematic way
It is given that: ⎩ ⎪ ⎨ ⎪ ⎧ 3 a + 7 b + c = 3 1 5 4 a + 1 0 b + c = 4 2 0 a + b + c = ? . . . ( 1 ) . . . ( 2 ) . . . ( 3 )
Then, we have:
( 2 ) − ( 1 ) : a + 3 b ⟹ a ( 1 ) : 3 ( 1 0 5 − 3 b ) + 7 b + c 3 1 5 − 9 b + 7 b + c − 2 b + c ⟹ c = 1 0 5 = 1 0 5 − 3 b = 3 1 5 = 3 1 5 = 0 = 2 b
Now,
( 3 ) : a + b + c = 1 0 5 − 3 b + b + 2 b = 1 0 5
Given:
3
a
+
7
b
+
c
=
3
1
5
4
a
+
1
0
b
+
c
=
4
2
0
4
(
3
a
+
7
b
)
=
4
(
3
1
5
−
c
)
+
−
3
(
4
a
+
1
0
b
)
=
−
3
(
4
2
0
−
c
)
=
1
2
a
−
1
2
a
+
2
8
b
−
3
0
b
=
1
2
6
0
−
1
2
6
0
−
4
c
+
1
2
c
=
−
2
b
=
8
c
~~
c
=
−
.
2
5
b
4
a
+
1
0
b
+
c
=
4
2
0
−
3
a
+
7
b
+
c
=
3
1
5
=
a
+
3
b
=
1
0
5
~~
3
b
=
1
0
5
−
a
b
=
3
5
−
1
/
3
a
4
a
+
1
0
b
+
c
=
4
2
0
−
a
+
3
b
=
1
0
5
=
3
a
+
7
b
=
3
1
5
3
a
+
7
(
3
5
−
1
/
3
a
)
=
3
1
5
2
/
3
a
=
7
0
a
=
1
0
5
a
+
3
b
=
1
0
5
1
0
5
+
3
b
=
1
0
5
3
b
=
0
b
=
0
4 a + 1 0 b + c = 4 2 0
4
(
1
0
5
)
+
1
0
(
0
)
+
c
=
4
2
0
4
2
0
+
c
=
4
2
0
c
=
0
Thus, a + b + c = 1 0 5
Nice answer
After subtracting equation 1 from equation 2, we get:
a + 3 b = 1 0 5
2 a + 6 b = 2 1 0
Expand the first equation to get:
2 a + 6 b + a + b + c = 3 1 5
2 1 0 + a + b + c = 3 1 5
a + b + c = 1 0 5 .
3a + 7b +c = 315 --- (1)
4a + 10b + c = 420 --- (2)
a + b + c = ? --- (3)
Now, Eq (2) - Eq (1) => a + 3b = 105
Multiply this equation by 3
=> 3a + 9b = 315 --(4)
Now, Eq (2) - Eq (4) : 4a + 10b + c - 3a - 9b = 420 - 315
=> a + b + c = 105
eq#(2)-eq#(1)=4a+10b+c-3a-7b-c=420-315. =105,,,,so a+3b=105,,,a+b+c=U(eq#3). eq#1-eq#3,,,2a+6b=315-U=2(a+3b). 315-U=2×105,,,,,SO. U=315-210=105######
Let (1) denote the first equation and (2) denote the second equation.
(2) - (1): ( 4 a + 1 0 b + c ) − ( 3 a + 7 b + c ) = 4 2 0 − 3 1 5 a + 3 b = 1 0 5 . . . . . . ( 3 ) ( 1 ) − 2 × ( 3 ) : ( 3 a + 7 b + c ) − 2 ( a + 3 b ) = 3 1 5 − 2 ( 1 0 5 ) a + b + c = 1 0 5
From 1st Equation 3 a + 7 b + c = 3 1 5 ⟹ c = 3 1 5 − 7 b − 3 a Subtract 1st and 2nd Equation , we get : ⟹ a + 3 b = 1 0 5 Put Value of c in equation 3 ⟹ a + b + 3 1 5 − 3 a − 7 b ⟹ − 2 ( a + 3 b ) + 3 1 5 ⟹ − 2 × 1 0 5 + 3 1 5 Ans = 1 0 5
Problem Loading...
Note Loading...
Set Loading...
Multiply the first equation by 3: 9 a + 2 1 b + 3 c = 9 4 5 and multiply the second equation by 2: 8 a + 2 0 b + 2 c = 8 4 0 , subtract them: a + b + c = 9 4 5 − 8 4 0 = 1 0 5 .