A rectangle is constructed from rows of squares, each with a side length of . Which of the following statements must be true? Add the numbers that represent the true statements.
If you think the first three statements are true, enter your answer as is the answer.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The perimeter of the rectangle is the sum of all the side lengths. So P = km + km + kn + kn, and we can factor out a k and a 2 to get 2k(n+m). So statement 1 is true.
The area of the rectangle is the product of the length and the width. The length is km and the with is kn, so A = km*kn = (k^2)(mn). This does not equal (kmn)^2 so statement 2 is false.
The number of unique rectangles along the perimeter is the sum of the number of rectangles on each side, minus the 4 corners (because we double count these rectangles since they appear on two sides). So m + m + n + n - 4 = 2(m+n-2). This does not equal 2(m+n), so statement 3 is false.
The length of the diagonal is the square root of the squares of the length and the width. So sqrt( (km)^2 + (kn)^2 ) = sqrt( (k^2)(m^2 + n^2) ) = k(sqrt( m^2 + n^2 ). So statement 4 is true.
If k is increased by a factor of c, then, since the area (see statement 2) is proportional to k^2, it will increase by a factor of c^2. This does not equal (c^2)mn, so statement 5 is false.
Only statements 1 and 4 were true, so we get 1+4=5 as our answer!