document.write( "Question 112377: Triangle ABC with vertices A(2,3), B(0,4), C(-3,-3) is Translated 3 units right and 1 unit down.\r
\n" );
document.write( "\n" );
document.write( "Write Translation matrix.\r
\n" );
document.write( "\n" );
document.write( "Find corrdinates.\r
\n" );
document.write( "\n" );
document.write( "How do you solve this?\r
\n" );
document.write( "\n" );
document.write( "Thanks. \n" );
document.write( "
Algebra.Com's Answer #81997 by checkley71(8403) ![]() You can put this solution on YOUR website! A(2,3) MOVED 3 TO THE RIGHT & DOWN 1 IS: \n" ); document.write( "A(2+3,3-1)=(5,2) \n" ); document.write( "B(0,4) BECOMES (0+3,4-1)=(3,3) \n" ); document.write( "C(-3,-3) BECOMES (-3+3,-3-1)=(0,-4) \n" ); document.write( "TO PROVE THIS USE GRAPH PAPER & PLOT ALL THESE POINTS. \n" ); document.write( " |