A matte of uniform width is to be placed around a painting so that the area of the matted surface is equal to the area of the painting. If the dimensions of the painting are 15 cm and 10 cm, find the width of the matte. The answer is supposed to be 2.5 cm but I keep getting 12.5.

let the width of the matte be x all around

so the width of the whole picture = 10+2x
and the length is 15+2x

area of whole picture = (10+2x)(15+2x)
area of picture = 10(15) = 150
area of matte only = (10+2x)(15+2x) - 150

so (10+2x)(15+2x) - 150 = 150
150 + 20x + 30x + 4x^2 - 300 = 0
4x^2 + 50x - 150 = 0
2x^2 + 25x - 75 = 0
(2x - 5)(x + 15) = 0
x = -15 , not possible or x = 5/2 = 2.5

Can you find your error?

@reiny

what did you do to get from 2x^2 + 25x - 75 = 0
to (2x - 5)(x+15) ?

To find the width of the matte, we need to first calculate the area of the painting and the area of the matted surface.

The area of the painting is given by the length multiplied by the width. In this case, it is 15 cm multiplied by 10 cm, which gives us a total of 150 square cm.

Now, let's assume the width of the matte is 'w' cm. Since the matte is placed around the painting, the length and width of the matted surface will be 15 cm + 2w and 10 cm + 2w, respectively.

To find the area of the matted surface, we need to calculate the length multiplied by the width. Therefore, the area of the matted surface is (15 cm + 2w) multiplied by (10 cm + 2w).

Setting up the equation:

(15 + 2w) * (10 + 2w) = 150

Now, we can solve this equation to find the value of w, which represents the width of the matte.

Expanding the equation:

150 + 30w + 20w + 4w^2 = 150

Combining like terms:

4w^2 + 50w + 150 = 150

Subtracting 150 from both sides:

4w^2 + 50w = 0

Now, we can factor out a common term:

w(4w + 50) = 0

Setting each factor equal to zero:

w = 0 or 4w + 50 = 0

The first solution, w = 0, should be discarded since we are looking for a positive width for the matte.

Solving the second equation:

4w + 50 = 0
4w = -50
w = -50/4
w = -12.5

It appears you obtained -12.5 cm as the width of the matte, but as a width cannot be negative, we need to disregard this solution.

Therefore, there is an error in your calculation or understanding of the problem. The correct width of the matte, based on the given information, should be 2.5 cm, not 12.5 cm.