document.write( "Question 217161: find the cross product of the vectors {2,-1,4} and {6,-2,1}.is the resulting vector perpendicular to the given vector? \n" ); document.write( "
Algebra.Com's Answer #163786 by Alan3354(69443) You can put this solution on YOUR website! find the cross product of the vectors {2,-1,4} and {6,-2,1}.is the resulting vector perpendicular to the given vector? \n" ); document.write( "------------ \n" ); document.write( "|i j k| \n" ); document.write( "|2-1 4| \n" ); document.write( "|6-2 1| \n" ); document.write( "----- \n" ); document.write( "= i(-1+8)-j(2-24)+k(-4+6) \n" ); document.write( "= 7i + 22j + 2k \n" ); document.write( "---------------- \n" ); document.write( "Yes, it's perpendicular to both vectors. It's normal to the plane formed by the 2 vectors. \n" ); document.write( " \n" ); document.write( " |