document.write( "Question 1152212: The cost of driving a car includes both fixed costs and mileage costs. Assume that insurance and car payments cost $360 per month and gasoline, oil, and routine maintenance cost $0.25 per mile.\r
\n" );
document.write( "\n" );
document.write( "(a) Find a linear function f that gives the annual cost of driving this car x miles.
\n" );
document.write( "(b) What does the y-intercept on the graph of f represent?\r
\n" );
document.write( "\n" );
document.write( "Potential Answers:
\n" );
document.write( "(a) I initially came up with \"f(x) = 0.25x + 360\" (.25x represents maintenance, etc. while 360 = fixed cost) *This was initially wrong* It brings up \"ANNUAL\" cost of driving in the question (I believe is 12 months?)\r
\n" );
document.write( "\n" );
document.write( "(b) I believe the y-intercept on the graph is the \"Total Cost\"\r
\n" );
document.write( "\n" );
document.write( "Anything would help greatly!\r
\n" );
document.write( "\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #774182 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "(a)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "fixed costs = insurance and car payments (these do not change no matter how many miles you drive) \n" ); document.write( "mileage costs = cost of gas, oil, & maintenence (these do change based on how many miles you drive)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = number of miles \n" ); document.write( "0.25x = cost of driving x miles = mileage costs \n" ); document.write( "360 = monthly fixed cost \n" ); document.write( "360*12 = 4320 = annual fixed cost\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x) = annual cost of driving x miles \n" ); document.write( "f(x) = (mileage costs) + (annual fixed costs) \n" ); document.write( "f(x) = (0.25x) + (4320) \n" ); document.write( "f(x) = 0.25x+4320\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------------------- \n" ); document.write( "(b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The y intercept represents the starting cost, or initial cost. In other words, if you drive x = 0 miles, then the total cost would be $4,320. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Of course you'll likely drive some number of miles, so you'll add on whatever the result of 0.25x would be.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The y intercept is where the graph crosses the y axis. \n" ); document.write( " \n" ); document.write( " |