This test uses JavaScript to generate your test and mark it. You therefore need to enable Scripting using the Preferences... item in one of the Menu items for this Browser's window. Once enabled, just Reload (Refresh) this page.

Geometry: Coordinates and Gradients

The distance between A(3, 4) and B( –3, –4) is to 3 dps

tickcross



Worked Solution

By the Pythagoras Theorem, the distance AB is
√((Bx-Ax)2 + (By-Ay)2)
= √( ((–3) – 3)2 + ((–4) – 4)2 )
= √((–6)2 + (–8)2)
= √100
= 10
to 3 dps.


© MEI Produced by Dr Ron Knott, 28 April 2004
tom . button [AT] mei . org . uk
Test reference: GeomCoordsGrads.html?ref=46163,qu=dist