document.write( "Question 215888: Roberta is a commissioned salesperson. She earns a base weekly salary of $250 per week plus 15% of the sales price of items sold. Express her gross salary G as a function of the price p of items sold. Determine the weekly gross salary of Roberta if the value of items sold is $10,000. That is, find G(10,000). \n" ); document.write( "
Algebra.Com's Answer #163091 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! G=250+.15p \n" ); document.write( "G=250+.15(10000) \n" ); document.write( "G=250+1500 \n" ); document.write( "G=$1750 \n" ); document.write( " |