document.write( "Question 1086854: Let v1=[2,0,6] , v2=[-1,4,5] , v3=[1,-1,1].
\n" );
document.write( "Find the value(s) of k for which b=[2,1,k] can be written as a linear combination of vectors v1, v2, and v3. \r
\n" );
document.write( "\n" );
document.write( "My attempt:
\n" );
document.write( "c1v1 + c2v2 + c3v3 = b.\r
\n" );
document.write( "\n" );
document.write( "[[2 -1 1 | 2]
\n" );
document.write( "[0 4 -1 | 1]
\n" );
document.write( "[6 5 1 | k]]\r
\n" );
document.write( "\n" );
document.write( "I simplified this matrix down to:
\n" );
document.write( "[[1 -1/2 1/2 | 1]
\n" );
document.write( "[0 1 -1/4 | 1/4]
\n" );
document.write( "[0 0 0 | k-8 ]]\r
\n" );
document.write( "\n" );
document.write( "I got stuck at this part. I was not sure what to do after this or whether I was approaching the problem properly. \n" );
document.write( "
Algebra.Com's Answer #701086 by ikleyn(52794)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "From your result, it follows k = 8.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It can not be nothing else.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |