document.write( "Question 464732: A salesperson gets a commission of $400 for the first $10,000 of sales, and then $200 for each additional $10,000 or partial of sales. Let S(x) represent the commission on x dollars of sales. Find the value of S(55,000). \n" ); document.write( "
Algebra.Com's Answer #318380 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! s(x)=400+200(x-10000/10000) \n" ); document.write( "s(55000)=400+200(45000/10000) \n" ); document.write( "\"\"=400+200(5)=400+1000=$1400 total commission.. \n" ); document.write( " |