document.write( "Question 194336: if a person can run A miles in x hours, how long will it take the person to run B miles at the same rate? \n" ); document.write( "
Algebra.Com's Answer #145856 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
if a person can run A miles in x hours, how long will it take the person to run B miles at the same rate?
\n" ); document.write( ":
\n" ); document.write( "Find the rate of speed if you run A mi in x hrs:
\n" ); document.write( "rate = \"A%2Fx\"
\n" ); document.write( ":
\n" ); document.write( "Find the time to run B mi at a rate of \"A%2Fx\"
\n" ); document.write( "Time = \"B%2F%28A%2Fx%29\"
\n" ); document.write( "invert the dividing fraction and multiply:
\n" ); document.write( "Time = B * \"x%2FA\" = \"%28Bx%29%2FA\"
\n" ); document.write( "
\n" );