document.write( "Question 139831: Given P(a,b) and Q( 3a,5b), what is the distance from R(3a,2b) to the midpoint of PQ? I think it is sqrt a^2+16b^2 ?????????????? \n" ); document.write( "
Algebra.Com's Answer #101905 by stanbon(75887) ![]() You can put this solution on YOUR website! Given P(a,b) and Q( 3a,5b), what is the distance from R(3a,2b) to the midpoint of PQ? \n" ); document.write( "---------- \n" ); document.write( "The midpoint of PQ is [(a+3a)/2 , (5b+b)/2] or (2a,3b) \n" ); document.write( "------------------ \n" ); document.write( "The distance from (3a,2b) to (2a,3b) is: \n" ); document.write( "d = sqrt[(3a-2a)^2 + (2b-3b)^2] = sqrt[a^2+b^2] \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |