document.write( "Question 708203: y+4=1/3(x+6) in standard form using integers \n" ); document.write( "
Algebra.Com's Answer #436014 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "      y+4 = \"1%2F3\"(x+6), you want it to look like this:  Ax + By = C\r\n" );
document.write( "                                              where A is positive:   \r\n" );
document.write( "\r\n" );
document.write( "Get rid of the fraction by multiplying both sides by 3\r\n" );
document.write( "\r\n" );
document.write( "  3·(y+4) = 3·\"1%2F3\"(x+6)\r\n" );
document.write( "\r\n" );
document.write( "  3y + 12 = 1(x + 6)\r\n" );
document.write( "\r\n" );
document.write( "  3y + 12 = x + 6\r\n" );
document.write( "\r\n" );
document.write( "  -x + 3y = -6\r\n" );
document.write( "\r\n" );
document.write( "Multiply thru by -1\r\n" );
document.write( "\r\n" );
document.write( "   x - 3y = 6 \r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );