document.write( "Question 1066182: Find x so the distance between (x,2) and (2x+1,5) is 5
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #681346 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Distance is the sqrt (sum of the squared differences)= sqrt ((1.5-2)^2+x^2)=5, and squaring both sides means .5^2+x^2=x^2+.25=25 \n" ); document.write( "x^2=24.75 \n" ); document.write( "x=4.97 \n" ); document.write( "(4.97,2) and (9.94, 1.5) \n" ); document.write( "The distance is sqrt (.5^2+4.97^2)=sqrt (.25+24.70)=sqrt (24.95)=5 with rounding. \n" ); document.write( " |