document.write( "Question 935802: Let C=[1 -3 2] and D= [-1 3 -2] find C-3D \n" ); document.write( "
Algebra.Com's Answer #569254 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
C-3D=(1,-3,2)-3(-1,3,-2)
\n" ); document.write( "C-3D=(1,-3,2)-(-3,9,-6)
\n" ); document.write( "C-3D=(1-(-3),-3-9,2-(-6))
\n" ); document.write( "C-3D=(4,-12,8)
\n" ); document.write( "
\n" );