document.write( "Question 945085: A family making a long trip drove 1/4 of the distance on the first day, 575 miles on the second day and 125 miles more than the first day on the third day. How long was the trip? \n" ); document.write( "
Algebra.Com's Answer #576317 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A family making a long trip drove 1/4 of the distance on the first day,
\n" ); document.write( " 575 miles on the second day and
\n" ); document.write( " 125 miles more than the first day on the third day.
\n" ); document.write( "How long was the trip?
\n" ); document.write( ":
\n" ); document.write( "let d = total distance of the trip
\n" ); document.write( ":
\n" ); document.write( "dist = day 1 + day 2 + day 3
\n" ); document.write( "d = \"1%2F4\"d + 575 + \"1%2F4\"d + 125
\n" ); document.write( "Add the like terms
\n" ); document.write( "d = \"1%2F2\"d + 700
\n" ); document.write( "d - \"1%2F2\"d = 700
\n" ); document.write( "\"1%2F2\"d = 700
\n" ); document.write( "multiply both sides by 2, get rid of the fraction
\n" ); document.write( "d = 1400 mi
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Confirm this for yourself, calculate:
\n" ); document.write( "d = \"1%2F4\"(1400) + 575 + \"1%2F4\"(1400) + 125
\n" ); document.write( "
\n" ); document.write( "
\n" );