document.write( "Question 700731: Find the value of a:
\n" );
document.write( "The line through (-2,a) and (a,3) has slope -1/2 \n" );
document.write( "
Algebra.Com's Answer #431962 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the value of a: \n" ); document.write( "The line through (-2,a) and (a,3) has slope -1/2 \n" ); document.write( "** \n" ); document.write( "Standard form of equation for a line: y=mx+b, m=slope, b=y-intercept \n" ); document.write( "slope=∆y/∆x \n" ); document.write( "=(3-a)/(a-(-2)) \n" ); document.write( "=(3-a)/(a+2)=-1/2 \n" ); document.write( "3-a=-a/2-1 \n" ); document.write( "a/2=4 \n" ); document.write( "a=8 \n" ); document.write( " |