You can put this solution on YOUR website! By what like amount does the length and width of a 6" by 4" rectangle need to be increased for it's area to be doubled
----------------
6*4 = 24
(6+x)*(4+x) = 48
x^2 + 10x + 24 = 48
x^2 + 10x - 24 = 0
(x+12)*(x-2) = 0
x = 2
---> 8 by 6
=======================
PS it's = it is