James S. answered 03/26/20
electronics/math/computer science/Voc Ed Areas
It says the area of the rectangle 120 cm. I am assuming the unit should be 120 sq cm.
The text says the length is 1 cm greater than the width.
thus
let w be the width this will make w+1 the legnth
area is length times width that is: w(w + 1) = 120
w^2 + w = 120
w^2 + w -120 = 0
this does not factor so we use the quadratic formula.
(-b +/- sqrt(b^2 - 4ac))/ 2a with a=1 b= 1 c= -120
(-1 +/- sqrt(1^2 - 4(1)(-120)) )/ 2(1)
(-1 +/- sqrt(1 - (-480)))/2
(-1 +/- sqrt(481))/2
(-1 +/- 21.93)/2
20.93/2 22.93/2
10.46 11.45 remember that l is one longer than w.
if 10.46 is w then 11,46 is l area product is 119,87 well within rounding errors
if 11.45 is w then 12.45 is l area product is 142.55 not the correct amount - disregard
If you realize that if this rectangle was a complete square each side would be sqrt(120) or 10.95
The rectangle is slightly off square.with one side slightly shorter and the other slightly longer.