document.write( "Question 1009319: Two points on a parallel line m are (5,5)and(z+4,z−2).\r
\n" );
document.write( "\n" );
document.write( "The coordinates of the second point are?\r
\n" );
document.write( "\n" );
document.write( "The slope is -1/2 \n" );
document.write( "
Algebra.Com's Answer #624840 by fractalier(6550) You can put this solution on YOUR website! Then \n" ); document.write( " \n" ); document.write( "Now cross-multiply and get \n" ); document.write( "-(z-1) = 2(z-7) \n" ); document.write( "-z + 1 = 2z - 14 \n" ); document.write( "15 = 3z \n" ); document.write( "z = 5 \n" ); document.write( "so that our 2nd point is \n" ); document.write( "(9, 3) \n" ); document.write( " |