We have a small rectangle inside of a large rectangle
Let x = width of uncovered strip
then the length of the larger rectangle will be x + 4, and x + 3 will be the width of the larger rectangle
since Area = Length x Width, 24m2 = (x + 4)(x +3)
expanding, we get 24m2 = x2 + 7x + 12
combining, we get x2 + 7x - 12m2 = 0
since the factors of 12 are 12 and 1, 6 and 2, and 4 and 3, none of which will add up to 7, we cannot factor this expression
we have to use the quadratic formula (-b ± √b2 - 4ac) / 2a
we see that a = 1, b = 7, and c = -12
so, we get (-7 ± √72 -4 • 1 • -12) / 2 • 1, which is (-7 ± √97) /2 = (-7 ± 9.84886) /2
we see that -7 - 9.84886 will yield a minus length, so we must discard that value.
which leaves (-7 + 9.84886) / 2 = 1.4244, which is the value for x
Proof: (1.4244 + 3) • (1.4244 + 4) = 23.998m2