Ask Experts Questions for FREE Help !
Ask
    karebear11's Avatar
    karebear11 Posts: 5, Reputation: 1
    New Member
     
    #1

    Oct 6, 2008, 03:30 PM
    Quadratic Equation
    A rectangular lawn measures 7m by 5m. A uniform border of flowers is to be planted along two adjacent sides of the lawn. If the flowers that have been purchased will cover an area of 6.25 m^2, how wide is the border?
    EuRa's Avatar
    EuRa Posts: 315, Reputation: 64
    Full Member
     
    #2

    Oct 6, 2008, 04:36 PM
    There might be more than 1 way to solve this, but here's what I come up with:

    The lawn with flowers looks something like this:



    Code:
                   7
    ------------------------------------
    | X  |           FLOWERS            |
    |----|------------------------------|
    |    |                              |
    |    |                              |  5
    |  F |          LAWN                |
    |    |                              |
    |    |                              |
    ------------------------------------

    So the area of the top row = 7 * X

    The area of the side row = 5 * X

    However, they overlap, and the part that overlaps = X * X , and it has to be subtracted from your total because otherwise it will be counted twice.

    So your original equation is: (7X) + (5X) - (X^2) = 6.25


    Combine: 12X - X^2 = 6.25

    Then subtract from 1 side and put everything on the other. I like making the X^2 positive, so I add that to both sides and subtract 12X from both sides. That gives me:

    0 = X^2 - 12X + 6.25

    Then graph and solve.

    I got 11.45 and 0.546. Only one of those is the answer.

    If you plug those numbers back in, 11.45 doesn't work because 7 * 11.45 plus 5 * 11.45 = too big.

    But 0.546 works.

    0.546 * 7 + 0.546 * 5 = 6.552

    Then subtract .55 * .55 = 6.25-ish

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search


Check out some similar questions!

Quadratic equation [ 1 Answers ]

Two numbers have a difference of 3. the sum of their squares is 89. Find the numbers. Having difficulty please help

Quadratic equation [ 1 Answers ]

Two numbers have a difference of 3. the sum of their squares is 89. Find the numbers. Having difficulty please help

Quadratic equation [ 1 Answers ]

how do I find 2x squared plus 5x minus 3 over x squared minus 2x minus 15 all divided by 3x squared plus x minus 2 over x squared minus 4x minus 5?

Quadratic equation [ 5 Answers ]

A takes 6 days less than the time taken by B to finish a piece of work.If both A and B together can finish it in 4 days,find the time taken by B to finish the work.

Quadratic equation [ 1 Answers ]

The local building requires that a lawn of uniform width must surround all factories. The area of the lawn must also equal area occupied by the factory.Determine the widht of lawn required for a rectangular factory that measures 120 meters X 80 meters. This is a quadratic equation word


View more questions Search