document.write( "Question 705960: Germaine walks at the rate of 10 feet every five seconds while Nolan walks at the rate of 15 feet every five seconds. If Germaine has a head start of 25 feet, after how many seconds will they be at the same spot? \n" ); document.write( "
Algebra.Com's Answer #434899 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Germaine walks at the rate of 10 feet every five seconds while Nolan walks at the rate of 15 feet every five seconds. If Germaine has a head start of 25 feet, after how many seconds will they be at the same spot? \n" ); document.write( "** \n" ); document.write( "let x=Additional distance Germain walked after a distance of 25 ft \n" ); document.write( "x+25=Distance Nolan walked to catch up to Germaine \n" ); document.write( "Walking speed of Germaine: 10/5=2ft/sec \n" ); document.write( "Walking speed of Nolan: 15/5=3ft/sec \n" ); document.write( "travel time=distance/speed \n" ); document.write( "x/2=(x+25)/3 \n" ); document.write( "3x=2x+50 \n" ); document.write( "x=50 \n" ); document.write( "x/2=25 \n" ); document.write( "Nolan and Germaine will they be at the same spot in 25 sec \n" ); document.write( " |