document.write( "Question 754885: find the length of line segment ab when the coordinates for a and b are (4,8) and (1,$) \n" ); document.write( "
Algebra.Com's Answer #459369 by Alan3354(69443) You can put this solution on YOUR website! find the length of line segment ab when the coordinates for a and b are (4,8) and (1,$) \n" ); document.write( "-------- \n" ); document.write( "d = sqrt((8-$)^2 + (4-1)^2) \n" ); document.write( " |