Part 1:
x(x + 5) = 24
Part 2:
x(x + 5) = 24
1st way: By trial and error(not recommended because in exam you will only get the marks for the answer but not the steps)
x = 3, (x+5) = 8
Therefore width = 3 inches and length = 8 inches.
x(x + 5) = 24
2nd way: By factorization(highly recommended if you are really good at factorization)
x^2 + 5x = 24
x^2 + 5x - 24 = 0
(x - 3)(x + 8) = 0
x = 3 or x = -8(rejected)
Therefore x = 3 and x + 5 = 8
Therefore width = 3 inches and length = 8 inches.
3rd way: By quadratic equation
x(x + 5) = 24
x^2 + 5x - 24 = 0
x = (- 5 +- sqrt(5^2 - 4*1*(-24)))/(2*1)
x = (-5 +- 8)/(2*1)
x = 3 or -8(rejected)
Therefore width = 3 inches and length = 8 inches