document.write( "Question 1012152: peter buys 4 apples and x peaches at the market. apples coat $0.55 and peaches cost $0.45. write a function, f(x), to represent how much money peter spent on apples and peaches \n" ); document.write( "
Algebra.Com's Answer #628002 by ikleyn(52803)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Peter buys 4 apples and x peaches at the market. apples coat $0.55 and peaches cost $0.45. Write a function, f(x), to represent how much money peter spent on apples and peaches \n" ); document.write( "---------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x) = $0.55*4 + $0.45*x in dollars, or\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x) = 4*55 + x*45 in cents.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiply yourself 4*55 . . . \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |