document.write( "Question 282326: Each day, Amit runs nine miles and then walks one mile. He runs 10 mph faster than he walks. If his total time is 75 minutes, then what is Amit's running speed? \n" ); document.write( "
Algebra.Com's Answer #854187 by MathTherapy(10801)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Each day, Amit runs nine miles and then walks one mile. He runs 10 mph faster than he walks.\r\n" );
document.write( "If his total time is 75 minutes, then what is Amit's running speed?\r\n" );
document.write( "*******************************************************************\r\n" );
document.write( "Let Amit's running-speed be S\r\n" );
document.write( "Since his running-speed is 10 mph faster than his walking-speed, then Amit's walking-speed is \"S - 10\" mph\r\n" );
document.write( "With his running distance being 9 miles, Amit's time to run these 9 miles is \"9%2FS\" \r\n" );
document.write( "And, with his walking distance being 1 mile, Amit's time to cover this mile is \"1%2F%28S+-+10%29\"\r\n" );
document.write( "It's stated that Amit's total time to run and walk \"....is 75 minutes,\" or \"matrix%281%2C2%2C+75%2F60+=+5%2F4%2C+hrs%29\". This gives us the following\r\n" );
document.write( "total TIME equation: \"9%2FS+%2B+1%2F%28S+-+10%29+=+5%2F4\", with S > 10                                    \r\n" );
document.write( "                        9(4)(S - 10) + 4S = 5S(S - 10) --- Multiplying by LCD, 4S(S - 10)\r\n" );
document.write( "                              \"36S+-+360+%2B+4S+=+5S%5E2+-+50S\"\r\n" );
document.write( "                                     \"40S+-+360+=+5S%5E2+-+50S+\"\r\n" );
document.write( "                  \"5S%5E2+-+50S+-+40S+%2B+360+=+0\"\r\n" );
document.write( "                           \"5S%5E2+-+90S+%2B+360+=+0\"\r\n" );
document.write( "                        \"5%28S%5E2+-+18S+%2B+72%29+=+0\"\r\n" );
document.write( "                               \"S%5E2+-+18S+%2B+72+=+0\"\r\n" );
document.write( "                            (S - 12)(S - 6) = 0\r\n" );
document.write( "                                          S - 12 = 0     or      S - 6 = 0 ----- Setting FACTORS equal to 0\r\n" );
document.write( "                                                  S = 12 mph   or    6 mph. However, 6 is NOT > 10 (see above constraint).      \r\n" );
document.write( "  So, Amit's running-speed is 12 mph
\n" ); document.write( "
\n" );