document.write( "Question 756264: two vehicles set off from same point for the same journey. Vehicle A travels at 50km/h. Vehicle B leaves after 9 mins and travels 55 km/h. At what distance will A & B be level? \n" ); document.write( "
Algebra.Com's Answer #460071 by sachi(548)\"\" \"About 
You can put this solution on YOUR website!
let after t min & s m both meet
\n" ); document.write( "then A travels for t min & the distance=50*50*t/3 m
\n" ); document.write( "[as 1km/hr=50/3m/min]
\n" ); document.write( "& B travels for t-9 min & moves a distance= 55*50(t-9)/3 m
\n" ); document.write( "now 50*50*t/3=55*50(t-9)/3
\n" ); document.write( "or 50t=55(t-9)=55t-55*9
\n" ); document.write( "or 5t=55*9
\n" ); document.write( "or t=11*9=99 min
\n" ); document.write( "so the distance=50*50*t/3=50*50*99/3=82500m=82.5 km
\n" ); document.write( "
\n" );