190k views
5 votes
Jill is designing a picture frame for an art project. She plans to have a square piece of glass (x inches by x inches) in the center and surround it with a decorated ceramic frame (648-07-02-00-00_files/i0160000.jpg inches by 648-07-02-00-00_files/i0160001.jpg inches), which will also be a square. Jill determines that she needs 27 square inches of material for the frame.

Write a polynomial equation that models the area of the frame.

a.x 4 −7x2 + 9 = 27
c.x 4− 7x2 + 9 = 0
b.x3 −3x2 + 3 = 27
d.3x3− x2− 9 = 27

2 Answers

1 vote

Answer:

x^4-7x^2+9=27

Explanation:

27=(x^2-3)^2-(x)^2=

(x^2-3)(x^2-3)-x^2=

x^4-6x^2+9-x^2=

x^4-6x^2+9-x^2=

x^4-7x^2+9=27

User Siyu
by
8.1k points
3 votes
How would I at least start out those two problems?

It looks to me like you already did. Now just follow through with it.

If the length of each side of the frame's inner dimension (i.e. the glass) is x, and the length of each side of the frame's outer dimension is x^2 - 3, then the area of the frame is:

A = (outer dimension)^2 - (inner dimension)^2
27 = (x^2 - 3)^2 - (x)^2
27 = x^4 - 6x^2 + 9 - x^2
27 = x^4 - 7x^2 + 9 <----- This is where you got to already.
0 = x^4 - 7x^2 - 18
0 = (x^2 - 9)(x^2 + 2)

Therefore, either x^2 = 9 or x^2 = -2... and you know it can't be the latter.
Thus, x^2 = 9 and therefore x = 3. The glass is 3" on each side.

Each (outer) side of the frame is x^2 - 3 = 9 - 3 = 6"
User MassyB
by
7.8k points