document.write( "Question 1127490: Line m passes through points (-4, 3) and (2, -6). If line q is generated by reflecting m across the line y=x, then which of the following represents the equation of q?\r
\n" );
document.write( "\n" );
document.write( "a. 3x + 2y = 6
\n" );
document.write( "b. 2x + 3y = -6
\n" );
document.write( "c. 2x + 3y = 6
\n" );
document.write( "d. -2x + 3y = 6
\n" );
document.write( "e. 3x + 2y = 18 \n" );
document.write( "
Algebra.Com's Answer #744002 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! When you reflect any point about the line y=x, the x and y coordinates get swapped. The equation for the line m is: \n" ); document.write( "y - 3 = (3 - -6)/(-4 - 2)(x + 4) \n" ); document.write( "y - 3 = (-3/2)(x + 4) \n" ); document.write( "y - 3 = (-3/2)x - 6 \n" ); document.write( "y = (-3/2)x - 3 \n" ); document.write( "3x + 2y = -6 \n" ); document.write( "Thus the equation for the reflected line is: \n" ); document.write( "2x + 3y = -6 \n" ); document.write( "Ans: b \n" ); document.write( " |