document.write( "Question 352947: To rent a van it intially costs $87 down plus $.031 per mile. \r
\n" ); document.write( "\n" ); document.write( "Write a fuction that describes the total cost of renting the van. I dentify the independent and dependent variables and tell what each one represents.
\n" ); document.write( "How far can you drive the van if you have $275? What is the cost if you drive 1358 miles?
\n" ); document.write( "

Algebra.Com's Answer #252223 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Let C = total cost of renting the van. This is the dependent variable.
\n" ); document.write( "Let x = number of miles the van was driven. This is the independent variable.\r
\n" ); document.write( "\n" ); document.write( "Then \"C+=+0.031%2Ax+%2B+87\".
\n" ); document.write( "If \"C+=+%24275\", then \"275+=+0.031%2Ax+%2B87\".
\n" ); document.write( "\"275-87+=+0.031%2Ax\"
\n" ); document.write( "\"188+=+0.031%2Ax\"
\n" ); document.write( "\"x+=+6064.52\"miles.\r
\n" ); document.write( "\n" ); document.write( "If \"x+=+1358\"
\n" ); document.write( "\"C+=+0.031%2A1358+%2B87+=+129.10\"$.
\n" ); document.write( "
\n" );