document.write( "Question 1129136: Eduardo started biking to the park traveling 14 mph, after some time the bike got a flat so Eduardo walked the rest of the way, traveling 2 mph. If the total trip to the park took 8 hours and it was 52 miles away, how long did Eduardo travel at each speed? \n" ); document.write( "
Algebra.Com's Answer #745692 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "                SPEED            TIME           DISTANCE\r\n" );
document.write( "\r\n" );
document.write( "BIKE            14               8-x             14(8-x)\r\n" );
document.write( "\r\n" );
document.write( "WALK             2               x                2x\r\n" );
document.write( "\r\n" );
document.write( "TOTALS                           8                52\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "\"14%288-x%29%2B2x=52\"\r
\n" ); document.write( "\n" ); document.write( "-\r
\n" ); document.write( "\n" ); document.write( "\"112-14x%2B2x=52\"\r
\n" ); document.write( "\n" ); document.write( "\"-12x%2B112=52\"\r
\n" ); document.write( "\n" ); document.write( "\"112-52=12x\"\r
\n" ); document.write( "\n" ); document.write( "\"12x=60\"\r
\n" ); document.write( "\n" ); document.write( "\"x=5\"\r
\n" ); document.write( "\n" ); document.write( "Bike for 3 hours, walk for 5 hours
\n" ); document.write( "
\n" );