document.write( "Question 781445: i need a formula to calculate how long a trip will take when traveling at an average speed of 50 kilometers per hour and add 1 minute for every traffic light on the way. The distance in kilometers and the number of traffic lights must be entered.Calculate time in hours and minutes \n" ); document.write( "
Algebra.Com's Answer #475912 by josgarithmetic(39627)\"\" \"About 
You can put this solution on YOUR website!
Your formula would be the sum of two parts. One part is simply r*t=d and the other part is a function of how many traffic lights.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Using simple rate equation, \"t%5B0%5D=d%2Fr\" and t is in hours including fractions of hour.
\n" ); document.write( "Using traffic signal specification, \"t%5Bs%5D=p%2F60\" where \"p=CountOfTrafficSignals\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Trip time in HOURS is \"t=t%5B0%5D%2Bt%5Bs%5D\"
\n" ); document.write( "\"highlight%28t=d%2Fr%2Bp%2F60%29\" HOURS.
\n" ); document.write( "You assign r=50 as a constant. You would enter values expected for variables d and p for the expected trip. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I leave for you how to work through changing t into mixed units of hours and minutes.
\n" ); document.write( "
\n" );