document.write( "Question 648464: THE SPEED OF A MOVING WALKAWAY IS TYPICALLY ABOUT 2.5 PER SECOND. WALKING ON SUCH A MOVING WALKAWAY, IT TAKES KAREN A TOTAL OF 40 SECONDS TO TRAVEL 50 FEET WITH THE MOVEMENT OF THE WALKAWAY AND THEN BACK AGAIN AGAINST THE MOVEMENT OF THE WALKAWAY. WHAT IS KAREN'S NORMAL WALKING SPEED? \n" ); document.write( "
Algebra.Com's Answer #406858 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! THE SPEED OF A MOVING WALKAWAY IS TYPICALLY ABOUT 2.5 PER SECOND. \n" ); document.write( " WALKING ON SUCH A MOVING WALKAWAY, IT TAKES KAREN A TOTAL OF 40 SECONDS TO \n" ); document.write( " TRAVEL 50 FEET WITH THE MOVEMENT OF THE WALKAWAY AND THEN BACK AGAIN AGAINST \n" ); document.write( " THE MOVEMENT OF THE WALKAWAY. \n" ); document.write( " WHAT IS KAREN'S NORMAL WALKING SPEED? \n" ); document.write( ": \n" ); document.write( "Let w = normal walking speed in ft/sec \n" ); document.write( "Then \n" ); document.write( "(w+2.5) = effective speed with the walkway \n" ); document.write( "and \n" ); document.write( "(w-2.5) = effective speed against the walkway \n" ); document.write( ": \n" ); document.write( "Write a time equation: time = dist/speed \n" ); document.write( ": \n" ); document.write( "Time with + time against = 40 sec \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Multiply by (w+2.5)(w-2.5); results: \n" ); document.write( "50(w-2.5) + 50(w+2.5) = 40(w-2.5)(w+2.5) \n" ); document.write( ": \n" ); document.write( "50w - 125 + 50w + 125 = 40(w^2-6.25) \n" ); document.write( ": \n" ); document.write( "100w = 40(w^2-6.25) \n" ); document.write( "divide both sides by 20 \n" ); document.write( "5w = 2(w^2-6.25) \n" ); document.write( "5w = 2w^2 - 12.5 \n" ); document.write( "A quadratic equation \n" ); document.write( "2w^2 - 5w - 12.5 = 0 \n" ); document.write( "Use the quadratic formula to find w; a=2; b=-5; c=-12.5 \n" ); document.write( ": \n" ); document.write( "I got a positive solution ~ 4.045 ft/sec, normal walking speed, see what you get \n" ); document.write( " |