document.write( "Question 1077150: Finding (a)2v + u, (b)u -3v, and (c)5u - v in the equation of u = i - j, v = 6i + 9j, what's the value of (a), (b), and (c) if u=(1,-1), v=(6,9)
\n" );
document.write( "2v + u =2(6,9) + (1,-1) = (12,18) + (1,-1) = (12+1,18-1) = (13,17)
\n" );
document.write( "u - 3v =(1,-1) -3(6,9) = (1,-1) - (18,27) = (1-18,-1-27) = (-17,-28)
\n" );
document.write( "5u - v = 5(1,-1) - (6,9) = (5,-5) - (6,9) = (5-6,-5-9) = (-1,-14)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #691682 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! Looks correct! \n" ); document.write( " |