document.write( "Question 1042761: Jaxon and Isaac live different directions from the city center. Jaxon lives 10 blocks east and 5 blocks north. Isaac lives 8 blocks west and 15 blocks south. \r
\n" );
document.write( "\n" );
document.write( "a. The city center is the origin. What would the coordinates be for Jaxon and Isaac? What quadrant would each of them live in?
\n" );
document.write( "b. If Jaxon and Isaac wanted to ride bikes to each other’s house, how far would it be to travel one way?
\n" );
document.write( "c. If they decide to meet in the middle and then ride to Jaxon’s house, how far would it be? What would the coordinate be for the middle?
\n" );
document.write( "d. If the city blocks were overlaid on a coordinate grid, what would be the slope of the straight line that would connect Jaxon’s home to Isaac’s home? Would it be horizontal, vertical or neither? \n" );
document.write( "
Algebra.Com's Answer #658568 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Jaxon lives at (10,5), Q1 \n" ); document.write( "Isaac livs at (-8,-15), Q3 \n" ); document.write( "===================== \n" ); document.write( "The distance is the square root of the difference of the x values squared added to the difference of the y values squared. \n" ); document.write( "The x-values are 18 apart, and that squared is 324. The y-values are 20 apart, and that squared is 400. \n" ); document.write( "The square root of their sum is sqrt (724), which is 26.91 units. \n" ); document.write( "=============== \n" ); document.write( "To find the middle, average the x values and average the y-values. It would be (1,-5), or 1 unit east and 5 units south. \n" ); document.write( "============== \n" ); document.write( "The slope of the line is the difference between the y divided by the difference between the x. \n" ); document.write( "That is (5-(-15))/(10-(-8))=20/18=10/9, so the answer is neither. \n" ); document.write( "y-5=(10/9)(x-10) \n" ); document.write( "y=(10/9)x-(55/9) \n" ); document.write( " |