document.write( "Question 893779: Find the lengths of the line segments joining these pairs of points. Assume that a>0.\r
\n" );
document.write( "\n" );
document.write( "(12a,5b) and (3a,5b) \n" );
document.write( "
Algebra.Com's Answer #541542 by algebriac(10)![]() ![]() ![]() You can put this solution on YOUR website! Two points as given in question are (12a,5b) and (3a,5b)\r \n" ); document.write( "\n" ); document.write( "length of a line segment is given by = sqrt( (( X1-X2) ^2) + ((Y1-Y2)^2)) )\r \n" ); document.write( "\n" ); document.write( "Thus\r \n" ); document.write( "\n" ); document.write( "= sqrt( (( 12a-3a) ^2) + ((5b-5b)^2)) )\r \n" ); document.write( "\n" ); document.write( "= sqrt ((9a ^2) +0 )\r \n" ); document.write( "\n" ); document.write( "length= 9a \n" ); document.write( " |