document.write( "Question 915694: to qualify for a lifeguard training course, you have to swim for 500 yards using either the front crawl or the breaststroke. You swim the front crawl at a rate of 45 yards per minute and the breaststroke at a rate of 35 yards per minute. You take 13 minutes to swim 500 yards. How much time did you spend swimming the front crawl? \n" ); document.write( "
Algebra.Com's Answer #555709 by Hawksfan(61)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Crawl rate = 45 yards/min \n" ); document.write( "Breaststroke = 35 yards/min \n" ); document.write( "Total min = 13\r \n" ); document.write( "\n" ); document.write( "unknown t = crawl time\r \n" ); document.write( "\n" ); document.write( "crawl time + breakstroke time = 13\r \n" ); document.write( "\n" ); document.write( " (crawl time)*(crawl rate) + (breakstroke time)(breakstroke rate) = 500 \n" ); document.write( " \n" ); document.write( "fill in what you know: \r \n" ); document.write( "\n" ); document.write( " t * 45 + (13-t) * 35 = 500 \n" ); document.write( " 45t + 455 -35t = 500 \n" ); document.write( " 10t = 45 \n" ); document.write( " t = 4.5 hours for the crawl \n" ); document.write( " |