document.write( "Question 397292: find the missing coordinate.
\n" );
document.write( "(-2,_) is a solution of -3x+y=8 \n" );
document.write( "
Algebra.Com's Answer #281601 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! -3x+y=8 \n" ); document.write( "Sub -2 for x \n" ); document.write( "-3*-2 + y = 8 \n" ); document.write( "6 + y = 8 \n" ); document.write( "y = 2 \n" ); document.write( "--> (-2,2) \n" ); document.write( " \n" ); document.write( " |