document.write( "Question 455188: A rental truck costs $50 plus $.50 per mile
\n" ); document.write( "A) write an equation that gives the cost of driving the truck x miles
\n" ); document.write( " this is what I came up with $50= .50 + x
\n" ); document.write( "B) Use the Intersection of graphs method to determine the number of miles that the truck is driven if the rental cost is $80.
\n" ); document.write( "C) Solve part (b) numerically with a table of values.
\n" ); document.write( "

Algebra.Com's Answer #312527 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
Where is the final cost y?\r
\n" ); document.write( "\n" ); document.write( "let's think about this problem
\n" ); document.write( "first you have to fork over 50 for the truck for the day.
\n" ); document.write( "+50
\n" ); document.write( "then for every miles you drive it you have to pay 50 cents
\n" ); document.write( ".50*x
\n" ); document.write( "y is the final cost
\n" ); document.write( "y=.50x+50
\n" ); document.write( "then for the 80 dollars
\n" ); document.write( "80=.50x+50
\n" ); document.write( "30=.5x
\n" ); document.write( "remember .5=1/2
\n" ); document.write( "30=x/2
\n" ); document.write( "60=x
\n" ); document.write( "
\n" );