document.write( "Question 1081928: Th e library fi ne for an overdue DVD is
\n" ); document.write( "$2 for the fi rst day plus $0.25 for each
\n" ); document.write( "additional day. How many days overdue
\n" ); document.write( "is a DVD if the fi ne is $3.25?
\n" ); document.write( "

Algebra.Com's Answer #695975 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
first day 2 Plus additional days 0.25. How many additional days? We don't know, so we assign the variable x to the additional days. Now we get:
\n" ); document.write( "2+0.25x = 3.25 subtract 2 on both sides:
\n" ); document.write( "0.25x = 1.25 divide both sides by 0.25. On the left 0.25 multiplying and 0.25 dividing cancel each other and you have just the x left. On the right, divide and get your answer.
\n" ); document.write( "
\n" );