document.write( "Question 998295: Sue buys x shirt at $30 each. She also buys a pair of jeans for $80. Write a function to represent this situation. \n" ); document.write( "
Algebra.Com's Answer #616109 by fractalier(6550) You can put this solution on YOUR website! f(x) = 30x + 80 \n" ); document.write( " |