SOLUTION: The length of a rectangle is 4 centimeters less than its width. What are the dimensions of the rectangle if it’s area is 285 square centimeters.

Algebra ->  Rectangles -> SOLUTION: The length of a rectangle is 4 centimeters less than its width. What are the dimensions of the rectangle if it’s area is 285 square centimeters.      Log On


   



Question 1156142: The length of a rectangle is 4 centimeters less than its width. What are the dimensions of the rectangle if it’s area is 285 square centimeters.
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!

Note that 285 ends with a 5, so we know that 5 is a factor by the divisibility rule for 5.
285/5 = 57
Then we see that the digits of 57 add to 5+7 = 12 which is a multiple of 3 (we can see that the digits of 12 add to 1+2 = 3 to help further show this point). Therefore, 57/3 = 19

When we do the full prime factorization for 285, we get
285 = 3*5*19
we can replace 3*5 with 15
285 = 15*19
note how 19 is 4 larger than 15
So we have shown a 15 by 19 rectangle yields an area of 285

----------------------------------------------------------------
An algebraic approach

W = width
W-4 = length, since it is 4 cm less than the width
area = width*length
area = W%2A%28W-4%29

area = W%5E2-4W

area = 285

Equate the two expressions and solve for W
W%5E2-4W+=+285

W%5E2-4W-285+=+0 Subtract 285 from both sides

Use the quadratic formula at this point. In this case, a = 1, b = -4, c = -285.

W+=+%28-b%2Bsqrt%28b%5E2-4ac%29%29%2F%282a%29 or W+=+%28-b-sqrt%28b%5E2-4ac%29%29%2F%282a%29

W+=+%28-%28-4%29%2Bsqrt%28%28-4%29%5E2-4%281%29%28-285%29%29%29%2F%282%281%29%29 or W+=+%28-%28-4%29-sqrt%28%28-4%29%5E2-4%281%29%28-285%29%29%29%2F%282%281%29%29

W+=+%284%2Bsqrt%281156%29%29%2F%282%29 or W+=+%284-sqrt%281156%29%29%2F%282%29

W+=+%284%2B34%29%2F%282%29 or W+=+%284-34%29%2F%282%29

W+=+%2838%29%2F%282%29 or W+=+%28-30%29%2F%282%29

W+=+19 or W+=+-15

Ignore W+=+-15 as a negative width is not possible.

The only practical solution is W+=+19, so L+=+W-4+=+19-4+=+15

----------------------------------------------------------------
Answer: 15 cm by 19 cm