document.write( "Question 697767: kaitlyn and brittney are driving back to college after spring break. they plan to drive 120 miles on the first day. they would like to add the same amount to their driving distance each day. therefore, each day they will drive more than the previous day. they want to complete the 1200 mile trip in 5 days. find the number of miles they will drive on each of the five days. \n" ); document.write( "
Algebra.Com's Answer #430278 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! kaitlyn and brittney are driving back to college after spring break. \n" ); document.write( " they plan to drive 120 miles on the first day. \n" ); document.write( " they would like to add the same amount to their driving distance each day. \n" ); document.write( " therefore, each day they will drive more than the previous day. \n" ); document.write( " they want to complete the 1200 mile trip in 5 days. \n" ); document.write( " find the number of miles they will drive on each of the five days. \n" ); document.write( ": \n" ); document.write( "Let x = amt added to each days drive \n" ); document.write( "120 + (x+120) + (2x+120) + (3x+120) + (4x+120) = 1200 \n" ); document.write( "5(120) + 10x = 1200 \n" ); document.write( "10x = 1200 - 600 \n" ); document.write( "10x = 600 \n" ); document.write( "x = 60 miles added to each days drive \n" ); document.write( ": \n" ); document.write( "Day 1: 120 mi \n" ); document.write( "Day 2: 180 \n" ); document.write( "Day 3: 240 \n" ); document.write( "Day 4: 300 \n" ); document.write( "Day 5: 360 \n" ); document.write( "----------- \n" ); document.write( "total:1200 mi \n" ); document.write( " |