document.write( "Question 339693: A bicyclist, traveling at 22 miles per hour, rides a total of 44 miles. how much time (in hours) did it take? \n" ); document.write( "
Algebra.Com's Answer #243337 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
\"Time+=+distance+%2F+speed\"
\n" ); document.write( "speed = 22mph
\n" ); document.write( "distance = 44
\n" ); document.write( "\"time+=+44%2F22+=+2hours\"
\n" ); document.write( "
\n" );