document.write( "Question 1196066: Given the vector [-5,12], find the following vectors:\r
\n" );
document.write( "\n" );
document.write( "(a) Same direction, twice as long
\n" );
document.write( "(b) Same direction, length 1 unit
\n" );
document.write( "(c) Opposite direction, length 10
\n" );
document.write( "(d) Opposite direction, length c \n" );
document.write( "
Algebra.Com's Answer #828816 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! Given the vector [-5,12], find the following vectors: \n" ); document.write( "(a) Same direction, twice as long \r\n" ); document.write( "Multiply each component by 2 \n" ); document.write( "(b) Same direction, length 1 unit \r\n" ); document.write( "Divide each component of original vector by \n" ); document.write( "(c) Opposite direction, length 10 \r\n" ); document.write( "Multiply each component of the answer to (b) by -10. The negative is\r\n" ); document.write( "to make it the opposite direction. \n" ); document.write( "(d) Opposite direction, length c \r\n" ); document.write( "Multiply each component of the answer to (b) by -c. The negative is\r\n" ); document.write( "to make it the opposite direction.\r\n" ); document.write( "\r\n" ); document.write( "Edwin \n" ); document.write( " \n" ); document.write( " |