document.write( "Question 1195474: Determine if the points (3,5), (3,3) and (2,4) are the vertices of a right triangle. Explain your rationale. \n" ); document.write( "
Algebra.Com's Answer #827974 by Alan3354(69443) You can put this solution on YOUR website! Determine if the points A(3,5), B(3,3) and C(2,4) are the vertices of a right triangle. Explain your rationale. \n" ); document.write( "-------------- \n" ); document.write( "Slope of AC = diffy/diffx = (3-2)/(5-4) = 1 \n" ); document.write( "Slope of BC = ((3-2)/(3-4) = -1 \n" ); document.write( "---> perpendicular --> a right triangle \n" ); document.write( " |