SOLUTION: if the side of the square is increased by 20%,its area will increase by

Algebra ->  Surface-area -> SOLUTION: if the side of the square is increased by 20%,its area will increase by       Log On


   



Question 1031402: if the side of the square is increased by 20%,its area will increase by

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
x = original side length

side length increases by 20% so
x+0.2x = 1.2x
is the new side length

new area
(1.2x)(1.2x) = (1.2*1.2)*(x*x) = 1.44x^2

Old area
x*x = x^2

Subtract the areas
1.44x^2 - x^2 = 0.44x^2

So the new area is 44% bigger compared to the old area.

---------------------------------

Example:
Old side length = 10 ---> old area = 10*10 = 100
New side length = 10*1.2 = 12 ---> new area = 12*12 = 144
Difference in areas = new - old = 144 - 100 = 44
Divide the difference by the old amount to get 44/100 = 0.44 = 44%