document.write( "Question 1027399: given the equation of the line y+1=-(x-2) find the x-coordinate of the point on this line having a y-coordinate of -1 \n" ); document.write( "
Algebra.Com's Answer #642600 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Just plug the value in for y and solve for x...so from \n" ); document.write( "y+1=-(x-2) \n" ); document.write( "we plug in -1 for the y and get \n" ); document.write( "-1 + 1 = -(x-2) \n" ); document.write( "0 = -(x-2) \n" ); document.write( "x = 2 \n" ); document.write( " |