document.write( "Question 1136510: Your car gets 30 miles per gallon. The distance you travel depends on the gallons of gas you have.
\n" );
document.write( "Write a function that represents this situation. \n" );
document.write( "
Algebra.Com's Answer #754268 by ikleyn(52790)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "Distance = Miles_per_gallon * Gallons_of_gas_in_your_car,\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " or in symbolic form\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "D = C * V,\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "where D is the distance in miles;\r\n" ); document.write( "\r\n" ); document.write( " V is the volume of gas in gallons in your car, and\r\n" ); document.write( "\r\n" ); document.write( " C is how many miles your car goes per gallon of gas, in\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |