document.write( "Question 933827: An eastbound train leaves Vancouver for Toronto, a distance of about 4370 km, travelling at about 90km/h. At the same time a west bound train leaves Toronto to Vancouver travelling at about 70 km/h. How far from Toronto are the trains when they pass each other? For how long have they been travelling when this happens?\r
\n" );
document.write( "\n" );
document.write( "How much pure water bust be mixed with 9 pints of 50% developer to produce a mixture that is 28% developer? \n" );
document.write( "
Algebra.Com's Answer #567050 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! An eastbound train leaves Vancouver for Toronto, a distance of about 4370 km, travelling at about 90km/h. At the same time a west bound train leaves Toronto to Vancouver travelling at about 70 km/h. How far from Toronto are the trains when they pass each other? For how long have they been travelling when this happens? \n" ); document.write( "*** \n" ); document.write( "let x=length of time trains had been traveling \n" ); document.write( "let d=distance from Toronto when trains pass each other \n" ); document.write( "travel time=distance/speed \n" ); document.write( "speed=90+70=160 km/h \n" ); document.write( "x=4370/160=27.31 \n" ); document.write( "distance=speed*travel time \n" ); document.write( "d=70*x=1911.88 \n" ); document.write( "length of time trains had been traveling=27.31 hrs \n" ); document.write( "distance from Toronto when trains pass each other=1911.88 km \n" ); document.write( ".. \r \n" ); document.write( "\n" ); document.write( "How much pure water bust be mixed with 9 pints of 50% developer to produce a mixture that is 28% developer? \n" ); document.write( "let x=amt of pure water to be mixed \n" ); document.write( "50%*9=28%(9+x) \n" ); document.write( "4.5=2.52+.28x \n" ); document.write( ".28x=1.98 \n" ); document.write( "x=7.07 \n" ); document.write( "amt of pure water to be mixed=7.07 pints \n" ); document.write( " |