document.write( "Question 390242: how long would it take to drive to new york if you drove 50 mph? \n" ); document.write( "
Algebra.Com's Answer #276660 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
let \"d\" = distance in miles to NY
\n" ); document.write( "Let \"t\" = time in hours to drive to NY
\n" ); document.write( "\"t+=+d%2F50\" hrs
\n" ); document.write( "
\n" );