document.write( "Question 1209079: Overlay a rectangular coordinate system on a Little League baseball diamond so that the origin is at home plate, the positive x-axis lies in the direction from home plate to first base, and the positive y-axis lies in the direction from home plate to third base. \r
\n" );
document.write( "\n" );
document.write( "(a) What are the coordinates of first base, second base, and third base? Use feet as the unit of measurement. \r
\n" );
document.write( "\n" );
document.write( "(b) If the right fielder is located at (180,20), how far is it from the right fielder to second base? \r
\n" );
document.write( "\n" );
document.write( "(c) If the center fielder is located at (220,220), how far is it from the center fielder to third base? \n" );
document.write( "
Algebra.Com's Answer #848172 by textot(100)![]() ![]() ![]() You can put this solution on YOUR website! **a) Coordinates of Bases**\r \n" ); document.write( "\n" ); document.write( "* **First Base:** (90 feet, 0 feet) \n" ); document.write( "* **Second Base:** (90 feet, 90 feet) \n" ); document.write( "* **Third Base:** (0 feet, 90 feet)\r \n" ); document.write( "\n" ); document.write( "**b) Distance from Right Fielder to Second Base**\r \n" ); document.write( "\n" ); document.write( "* Right Fielder: (180, 20) \n" ); document.write( "* Second Base: (90, 90)\r \n" ); document.write( "\n" ); document.write( "* **Distance Formula:** \n" ); document.write( " * Distance = √[(x2 - x1)² + (y2 - y1)²] \r \n" ); document.write( "\n" ); document.write( "* **Calculate Distance:** \n" ); document.write( " * Distance = √[(90 - 180)² + (90 - 20)²] \n" ); document.write( " * Distance = √[(-90)² + (70)²] \n" ); document.write( " * Distance = √(8100 + 4900) \n" ); document.write( " * Distance = √13000 \n" ); document.write( " * Distance ≈ 114 feet\r \n" ); document.write( "\n" ); document.write( "**c) Distance from Center Fielder to Third Base**\r \n" ); document.write( "\n" ); document.write( "* Center Fielder: (220, 220) \n" ); document.write( "* Third Base: (0, 90)\r \n" ); document.write( "\n" ); document.write( "* **Calculate Distance:** \n" ); document.write( " * Distance = √[(0 - 220)² + (90 - 220)²] \n" ); document.write( " * Distance = √[(-220)² + (-130)²] \n" ); document.write( " * Distance = √(48400 + 16900) \n" ); document.write( " * Distance = √65300 \n" ); document.write( " * Distance ≈ 255.54 feet\r \n" ); document.write( "\n" ); document.write( "**In summary:**\r \n" ); document.write( "\n" ); document.write( "* **First Base:** (90, 0) \n" ); document.write( "* **Second Base:** (90, 90) \n" ); document.write( "* **Third Base:** (0, 90) \n" ); document.write( "* **Distance from Right Fielder to Second Base:** ≈ 114 feet \n" ); document.write( "* **Distance from Center Fielder to Third Base:** ≈ 255.54 feet \n" ); document.write( " \n" ); document.write( " |