document.write( "Question 1127152: A) Mikayla's car gets 31 miles per gallon and gas costs $3.53 per gallons. Define a function f that determines the price (in dollars) of the gas Mikayla used given a number of miles that Mikayla drove, m.
\n" ); document.write( "B) A rectangle has a fixed perimeter of 350 but the length and width of the rectangle can vary. Define a function g that determines the area of the rectangle (in square inches) given the length of the rectangle in inches, l.
\n" ); document.write( "

Algebra.Com's Answer #743522 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
---
\n" ); document.write( "A) Mikayla's car gets 31 miles per gallon and gas costs $3.53 per gallons. Define a function f that determines the price (in dollars) of the gas Mikayla used given a number of miles that Mikayla drove, m.
\n" ); document.write( "---\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Not \"price\", but COST. Price was already given, $3.53 per gallon.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"f%28m%29=m%2Amiles%2A%281%2F31%29%28gallon%2Fmiles%29%2A3.53%2A%28dollars%2Fgallon%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"highlight%28f%28m%29=%283.53%2F31%29m%29\"
\n" ); document.write( "
\n" );