document.write( "Question 1102015: Rachel took a two-day road trip last weekend. She drove 65 miles less on Sunday than she did on Saturday. If twice the miles driven on Sunday is 373 more than the number of miles driven on Saturday, how many miles did she drive each day? \n" ); document.write( "
Algebra.Com's Answer #716643 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the number of miles Rachel drove on Saturday \n" ); document.write( "let x-65 be the number of miles she drove on Sunday \n" ); document.write( ": \n" ); document.write( "2(x-65) = x + 373 \n" ); document.write( ": \n" ); document.write( "2x - 130 = x + 373 \n" ); document.write( ": \n" ); document.write( "x = 373 + 130 = 503 \n" ); document.write( "503 - 65 = 438 \n" ); document.write( ": \n" ); document.write( "*********************************************************** \n" ); document.write( "Rachel drove 503 miles on Saturday and 438 miles on Sunday \n" ); document.write( "*********************************************************** \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |