document.write( "Question 1127818: Given a rectangle OACB with OA =3 along the x-axis and OB=4 along the y-axis, obtain the expressions for the vectors OA, AC, CB, BO, OC and BA in terms of the appropriate unit vectors. \n" ); document.write( "
Algebra.Com's Answer #744438 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The coordinates of the points are O(0,0), A(3,0), C(3,4), and B(0,4). \n" ); document.write( "Then \n" ); document.write( "OA = <3,0> or 3i+0j \n" ); document.write( "AC = <0,4> or 0i+4j \n" ); document.write( "CB = <-3,0> or -3i+0j \n" ); document.write( "BO = <0,-4> or 0i-4j \n" ); document.write( "OC = <3,4> or 3i+4j \n" ); document.write( "BA = <3,-4> or 3i-4j \n" ); document.write( " |