document.write( "Question 1032157: A transaction is positive if there is a sale and negative when there is a return. Each time a customer uses a credit card for a transaction, the credit company charges Isabel. The credit company charges 1.5% of each sale and a fee of 0.5% for returns.
\n" );
document.write( "a) Let x represent the amount of a transaction and let f(x) represent the amount Isabel is charged for the transaction. Write a function that expresses f(x).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #646801 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A transaction is positive if there is a sale and negative when there is a return. Each time a customer uses a credit card for a transaction, the credit company charges Isabel. The credit company charges 1.5% of each sale and a fee of 0.5% for returns. \n" ); document.write( "a) Let x represent the amount of a transaction and let f(x) represent the amount Isabel is charged for the transaction. Write a function that expresses f(x). \n" ); document.write( "----- \n" ); document.write( "Charge on sale:: 0.015*x \n" ); document.write( "----- \n" ); document.write( "Charge on reture:: 0.005x \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |