document.write( "Question 377690: Problem:
\n" );
document.write( "Martha works as a salesperson for momentum sales. She earns $1000 per month plus 15% commission on her sales.\r
\n" );
document.write( "\n" );
document.write( "Question:
\n" );
document.write( "how would i write an equation that expresses \"T\", her income for one month as a function of \"X\", her total sales for 1 month.\r
\n" );
document.write( "\n" );
document.write( "Try:
\n" );
document.write( "i know that i have to but the time of as an exponent but i don't know what else to do \n" );
document.write( "
Algebra.Com's Answer #268436 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! she earns a CONSTANT $1000 plus a VARIABLE based on 15% commission\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "income = constant plus variable\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "T = $1000 + .15X \n" ); document.write( " |