document.write( "Question 554189: how would you solve (8,4) and (12,2) using the distance formula \n" ); document.write( "
Algebra.Com's Answer #361261 by kkasko(46) ![]() You can put this solution on YOUR website! how would you solve (8,4) and (12,2) using the distance formula? \n" ); document.write( "sqrt(x2-x1)^2+(y2-y1)^2 \n" ); document.write( "sqrt(12-8)^2+(2-4)^2 \n" ); document.write( "sqrt(4)^2+(-2)^2 \n" ); document.write( "sqrt16+4 \n" ); document.write( "sqrt20 \n" ); document.write( "=4.472135955 \n" ); document.write( " |