document.write( "Question 345456: how far a car travels at 50 mph in d hours \n" ); document.write( "
Algebra.Com's Answer #247058 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Distance = speed * time \n" ); document.write( "speed = 50 mph \n" ); document.write( "time = d \n" ); document.write( "Distance = 50d miles \n" ); document.write( " |