SOLUTION: Here is the problem. I tried several ways but I'm probably way off. Swimming pool. The length of a rectangular swimming pool is 2x - 1 meters, and the width is x + 2 meters. W

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: Here is the problem. I tried several ways but I'm probably way off. Swimming pool. The length of a rectangular swimming pool is 2x - 1 meters, and the width is x + 2 meters. W      Log On


   



Question 7689: Here is the problem. I tried several ways but I'm probably way off.

Swimming pool. The length of a rectangular swimming pool is 2x - 1 meters, and the width is x + 2 meters. Write a polynomial that represents the area. Find the area if x is 5 meters.

So, this is what I did.

(2x - 1)(x + 2)
(10-1) (5 + 2)
9 * 7 = 63
Area = 63 meters

OR......

(2x - 1)^2(x + 2)^2
(10-1)^2 (5 + 2)^2
9^2 * 7^2
81 * 49
Area = 3969 meters (I think this one is wrong)

OR..... using FOIL


(2x -1) (x + 2)
2x^2 + 4x - x - 2
2x^2 + 3 - 2
2x^2 + 1
2(5)^2 +1
Area = 51 meters

OR....
Multiplying vertically
2x - 1
x + 2
4x - 2
2x^2 +x
2x^2 + 5x - 2
50 + 25 - 2
Area = 73 meters

I tried, please tell me if I'm close. Thanks so much in advance for your help. I really appreciate it.




Found 2 solutions by Earlsdon, prince_abubu:
Answer by Earlsdon(6294) About Me  (Show Source):
You can put this solution on YOUR website!
It seems like you went overboard (no pun intended) on your solutions to the swimming pool problem.
Your first try is your best and is actually correct, to some extent.
Area+=+L%2AW
Since L = 2x-1 and W = x+2, then the area is:
A+=+%282x-1%29%28x%2B2%29
A+=+2x%5E2+%2B+3x+-+2 This the polynomial that represents the area.
If x = 5, then:
A+=+2%285%29%5E2+%2B+3%285%29+-+2
A+=+50+%2B+15+-+2
A+=+63+m%5E2
Note that the area is 63 square meters, not meters.

Answer by prince_abubu(198) About Me  (Show Source):
You can put this solution on YOUR website!
Your first attempt is correct.

You tried to square the sides first on your second attempt. You know that area is L*W = A instead of +L%5E2+%2A+W%5E2+=+A+.

On the FOIL, the third line that read +2x%5E2+%2B+3+-+2+ should have been +2x%5E2+%2B+3x+-+2+ because 4x - x from the line above equals 3x. If you plugged in 5, you'd get +2%2A5%5E2+%2B+3%2A5+-+2+=+50+%2B+15+-+2+=+63+.

On the multiplying vertically, you had x multiplied by 2x - 1. That should give you +2x%5E2+-+x+ instead of the + x. The +x caused your x-term to be 5x instead of the 3x it was supposed to.