document.write( "Question 20949: Renting A Moving Van \r
\n" );
document.write( "\n" );
document.write( "A rentle company charges a flat fee of $30 and an addional $.25per mile to rent a moving van.\r
\n" );
document.write( "\n" );
document.write( "write an equation to the model the total charge y(in dollars) in terms of x, the number of miles driven.\r
\n" );
document.write( "\n" );
document.write( "Miles(x) 25 50 75 100
\n" );
document.write( "Cost(Y) ? ? ? ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #10062 by CertifiedGenius(6)![]() ![]() ![]() You can put this solution on YOUR website! The equation would be y = .25x + 30 \n" ); document.write( "y is the total cost \n" ); document.write( ".25 is the charge per mile \n" ); document.write( "x is the number of mile \n" ); document.write( "39 is the flat fee\r \n" ); document.write( "\n" ); document.write( "The table would look like this: \n" ); document.write( "Miles:-25-----50----75-----100 \n" ); document.write( "Cost:--36.25--42.5--48.75--55 \n" ); document.write( " |