document.write( "Question 1100554: Write a rule to express the salary an employee would make with a base pay of $400 plus 5% of total sales where X represents the sales. \n" ); document.write( "
Algebra.Com's Answer #715127 by richwmiller(17219) You can put this solution on YOUR website! y=400+.05x \n" ); document.write( " |