a + 4 b + 9 c + 1 6 d + 2 5 e 4 a + 9 b + 1 6 c + 2 5 d + 3 6 e 9 a + 1 6 b + 2 5 c + 3 6 d + 4 9 e = 1 = 8 = 2 3
Real numbers a , b , c , d , and e satisfy the system of equations above. Find a + b + c + d + e .
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.
Exact (+1), or in other words, x ( 1 , 4 , 9 , 1 6 , 2 5 ) + y ( 4 , 9 , 1 6 , 2 5 , 3 6 ) + z ( 9 , 1 6 , 2 5 , 3 6 , 4 9 ) = ( 1 , 1 , 1 , 1 , 1 ) ⇒ x = 1 / 2 , y = − 1 , z = 1 / 2 ⇒ a + b + c + d + e = ( 1 / 2 ) ⋅ 1 − 1 ⋅ 8 + ( 1 / 2 ) ⋅ 2 3 = 4
Log in to reply
Good point, instead of solving a,b,c,d and e individually, the idea is to express (1,1,1,1,1) as linear combination of the given vectors.
Log in to reply
In this case, if the vector ( 1 , 1 , 1 , 1 , 1 ) could not be expressed as a linear combination of the other vectors, this question would have infinite solutions for a + b + c + d + e due to Rouche-Frobenius theorem. In other cases, it's possible that a + b + c + d + e even can't be calculated,i.e, it doesn't have any solution
Log in to reply
@Guillermo Templado – Yeah, luckily for the 3x5 coefficient matrix here, the rank is 3 so we know there is at least one solution for a + b + c + d + e . As whether there is one solution or infinite number of solutions, luckily again for the 5X3 coefficient matrix of linear combination equations you wrote, the rank is also 3, so we get an unique solution.
Btw, thanks for asking Pi to give me the Latex guide, think I'm getting hang of it now.
Log in to reply
@Wei Chen – yes,it's like this. I hope not to be wrong this time... and you're welcome ,very soon you'll drive Latex very good. I'm sure.
Its really a brilliant solution.Thanks for the same.
Log in to reply
maybe this years amti question
C o n s i d e r t h e f u n c t i o n f ( x ) = a x 2 + b ( x + 1 ) 2 + c ( x + 2 ) 2 + d ( x + 3 ) 2 + e ( x + 4 ) 2 = ( a + b + c + d + e ) x 2 + 2 x ( b + 2 c + 3 d + 4 e ) + ( b + 4 c + 9 d + 1 6 e ) = p x 2 + q x + r N o w , ⎩ ⎪ ⎨ ⎪ ⎧ f ( 1 ) = p + q + r = 1 f ( 2 ) = 4 p + 2 q + r = 8 f ( 3 ) = 9 p + 3 q + r = 2 3 ⇒ p = a + b + c + d + e = 4
Nice solution. How you generated f ( x ) ?
Log in to reply
Thanks! I merely looked at the coefficients of the given system of equations and generated the function accordingly.
Problem Loading...
Note Loading...
Set Loading...
Add the first and third equation, subtract twice the second equation, we get
2 a + 2 b + 2 c + 2 d + 2 e = 8
Divide by 2, leads to
a + b + c + d + e = 4