SOLUTION: translate the statement into an algebraic expression or equation. The sales for this month S2 are 20% greater than the sales from last month S1.

Algebra ->  Human-and-algebraic-language -> SOLUTION: translate the statement into an algebraic expression or equation. The sales for this month S2 are 20% greater than the sales from last month S1.      Log On


   



Question 1164922: translate the statement into an algebraic expression or equation.
The sales for this month S2 are 20% greater than the sales from last month S1.

Answer by ikleyn(52814) About Me  (Show Source):
You can put this solution on YOUR website!
.

    S2 = S1 + 0.2*S1;   

or

    S2 = (1 + 0.2)*S1,

or

   S2 = 1.2*S1.