document.write( "Question 1044905: In a race the team walked a combined distance of 40500 metres.
\n" ); document.write( "Terry walked three times as far as jill, veronica walked 500 metres less than jill and gordon walked half the distance that veronica walked. How far did each member of the team cover. \r
\n" ); document.write( "\n" ); document.write( "Attempted it myself with 40500 = 3j + j + j - 500 + ((j - 500) / 2) however have not been able to get closer than a combined walk of 41050 metres.
\n" ); document.write( "

Algebra.Com's Answer #660323 by advanced_Learner(501)\"\" \"About 
You can put this solution on YOUR website!
let jill distance be {{x}}} x distance walked by jill
\n" ); document.write( " terry distance is {{3x}}} 3 times as far as jill.
\n" ); document.write( "veronica walked {{x-500}}} 500 metre less than jill.
\n" ); document.write( "gordon walked {{1/2}}}{{x-500}}}
\n" ); document.write( "total is \"40500\"\r
\n" ); document.write( "\n" ); document.write( "\"x%2B3x%2Bx-500%2B1%2F2%28x-500%29\"=\"40500\"
\n" ); document.write( "x=7500
\n" ); document.write( "jill 7500
\n" ); document.write( "terry 225000
\n" ); document.write( "veronic 7000
\n" ); document.write( "gordon 35000
\n" ); document.write( "total 40500
\n" ); document.write( "
\n" );