document.write( "Question 1054411: triangle ABC has coordinates A(1, 4); B(3, -2) and C(4, 2). find the coordinates of the image ABC after a reflection over the x-axis \n" ); document.write( "
Algebra.Com's Answer #669633 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
A reflection across the x-axis changes the sign of the y coordinate.
\n" ); document.write( "(1,4)-->(1,-4)
\n" ); document.write( "(3,-2)-->(3,-2)
\n" ); document.write( "(4,2)-->(4,-2)
\n" ); document.write( "
\n" );