document.write( "Question 66985This question is from textbook Advanced mathematics
\n" );
document.write( ": In his search for the fountain, Ponce ambled for 1 year at a leisurely pace and then tripled his pace for the next 10 years. If the total journey was 3100 miles, how far did he amble? \n" );
document.write( "
Algebra.Com's Answer #47631 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! Say that he ambled at a rate = r in miles/year \n" ); document.write( "Then he tripled his pace to rate = 3r \n" ); document.write( "(rate for 1st year * 1 year) + (rate for next 10 years * 10 years) = 3100 \n" ); document.write( "r*1 + 3r*10 = 3100 \n" ); document.write( "r(1 + 30) = 3100 \n" ); document.write( "r = 100 miles/year \n" ); document.write( "so, he ambled 100 miles the 1st year \n" ); document.write( " |