document.write( "Question 234599: Find the value of x so that angleABC is a right angle, given the following coordinates : A(x,7) B(-3,x) C(-1,0) \n" ); document.write( "
Algebra.Com's Answer #173003 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Find the value of x so that angleABC is a right angle, given the following coordinates : A(x,7) B(-3,x) C(-1,0)
\n" ); document.write( "------------------
\n" ); document.write( "AB is perpendicular to BC.
\n" ); document.write( "slope of AB = (7-x)/(x+3)
\n" ); document.write( "slope of BC = x/(-3+1) = -x/2
\n" ); document.write( "-------------
\n" ); document.write( "the slopes are negative inverses
\n" ); document.write( "(x+3)/(7-x) = x/2
\n" ); document.write( "2(x+3) = x(7-x)
\n" ); document.write( "-x^2 + 7x = 2x + 6
\n" ); document.write( "x^2 - 5x + 6 = 0
\n" ); document.write( "x = 2
\n" ); document.write( "x = 3
\n" ); document.write( "
\n" ); document.write( "
\n" );