document.write( "Question 200398: Analytic Geometry
\n" );
document.write( "13. On a street map, the coordinates of the two fire stations in a town are A(10, 63) and B(87, 30). A neighbor reports smoke coming from the kitchen of a house at C(41, 18).
\n" );
document.write( "a) Whic fire station is closer to this house?
\n" );
document.write( "Can you please help me with this question? Thanks>> \n" );
document.write( "
Algebra.Com's Answer #150895 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! On a street map, the coordinates of the two fire stations in a town are A(10, 63) and B(87, 30). A neighbor reports smoke coming from the kitchen of a house at C(41, 18). \n" ); document.write( "a) Whic fire station is closer to this house? \n" ); document.write( "--------------------- \n" ); document.write( "Find the 2 distances. \n" ); document.write( "d^2 = diffy^2 + diffx^2 \n" ); document.write( "Distance to A \n" ); document.write( "d^2 = (18-63)^2 + (41-10)^2 = 2986 \n" ); document.write( "------------- \n" ); document.write( "Distance to B \n" ); document.write( "d^2 = (18-30)^2 + (41-87)^2 = 2260 \n" ); document.write( "-------------- \n" ); document.write( "B is closer. It's not necessary to take the sq root, since the distance wasn't asked for, only which is closer. \n" ); document.write( " |