document.write( "Question 1113330: a salesperson is paid $200 per week plus 5% commission on her weekly sales of x dollars. Find a linear function that represents her total weekly pay, w( in dollars) in terms of x. What must her weekly sales be in order for her to earn $475.00 for the week? \n" ); document.write( "
Algebra.Com's Answer #728329 by rothauserc(4718) You can put this solution on YOUR website! w = 0.05x + 200 \n" ); document.write( ": \n" ); document.write( "475 = 0.05x +200 \n" ); document.write( ": \n" ); document.write( "0.05x = 275 \n" ); document.write( ": \n" ); document.write( "x = 5500 \n" ); document.write( ": \n" ); document.write( "************************************** \n" ); document.write( "her weekly sales is $5500 \n" ); document.write( ": \n" ); document.write( "check the answer \n" ); document.write( ": \n" ); document.write( "$475 = (0.05 * $5500) + $200 \n" ); document.write( ": \n" ); document.write( "$475 = $275 + $200 \n" ); document.write( ": \n" ); document.write( "$475 = $475 \n" ); document.write( ": \n" ); document.write( "the answer checks \n" ); document.write( "*************************************** \n" ); document.write( ": \n" ); document.write( " |