document.write( "Question 27354: quadrilateral ABCD with A(4,2),B(4,-2)C(-1-3),and D(-3,2) translate 3 unit up. \n" ); document.write( "
Algebra.Com's Answer #14856 by Z(8)\"\" \"About 
You can put this solution on YOUR website!
When you are graphing a point (x,y) the x determines where the point goes left to right. The y determines where the point is up or down. So if you want to move everything up by 3 units you have to add 3 to all of the y-values. So:\r
\n" ); document.write( "\n" ); document.write( "A (4,2) 2+3=5 A' (4,5)
\n" ); document.write( "B (4,-2) -2+3=1 B' (4,1)
\n" ); document.write( "C (-1,-3) -3+3=0 C' (-1,0)
\n" ); document.write( "D (-3,2) 2+3=5 D' (-3,5)
\n" ); document.write( "
\n" );