SOLUTION: I am not understanding how to start this word problem. We are supposed to be using quadratic equations. The problem is.....
The length of a rectangle is 1cm more than tw
Question 686696: I am not understanding how to start this word problem. We are supposed to be using quadratic equations. The problem is.....
The length of a rectangle is 1cm more than twice it's width and 2cm less than the length of the diagonal of the rectangle. Find the dimensions of the rectangle.
I think the diagonal part is confusing me because we have never solved a problem with diagonal before. Found 2 solutions by lwsshak3, ankor@dixie-net.com:Answer by lwsshak3(11628) (Show Source):
You can put this solution on YOUR website! The length of a rectangle is 1cm more than twice it's width and 2cm less than the length of the diagonal of the rectangle. Find the dimensions of the rectangle.
**
let x=width
length=2x+1
diagonal=√(width^2+length^2) (by the pythagorean theorem)
=√[(x^2+(2x+1)^2]
=√[x^2+4x^2+4x+1]
=√(5x^2+4x+1)
..
(2x+1)+2=diagonal
2x+3=√(5x^2+4x+1)
square both sides
4x^2+12x+9=5x^2+4x+1
x^2-8x-8=0
solve for x by following quadratic formula:
a=1, b=-8, c=-8
ans:
x≈8.9
2x+1≈18.8
width≈8.9 cm
length≈18.8 cm
You can put this solution on YOUR website! The length of a rectangle is 1cm more than twice it's width and 2cm less than the length of the diagonal of the rectangle.
Find the dimensions of the rectangle.
:
Let a = the width
Let b = the length
Let c = the diagonal
;
Write an equation for each statement, get each equation in terms of a:
"The length of a rectangle is 1cm more than twice it's width"
b = 2a + 1
:
"the length is 2cm less than the length of the diagonal of the rectangle."
b = c - 2
replace b with (2a+1)
2a + 1 = c - 2
2a + 1 + 2 = c
c = 2a + 3
:
The diagonal is the hypotenuse (c) of the rectangle where
a^2 + b^2 = c^2
Replace b with (2a+1) and replace c with (2a+3)
a^2 + (2a+1)^2 = (2a+3)^2
FOIL
a^2 + 4a^2 + 2a + 2a + 1 = 4a^2 + 6a + 6a + 9
Which is
5a^2 + 4a + 1 = 4a^2 + 12a + 9
Combine like terms on the left
5a^2 - 4a^2 + 4a - 12a + 1 - 9 = 0
a^2 - 8a - 8 = 0
Solve this quadratic equation using the quadratic formula
where x = a; b = -8; c = -8
two solutions but we only need the positive solution which is approx
a =
a =
a = 8.9 cm is the width
then
b = 2(8.9) + 1
b = 18.8 cm is the length
:
:
Check this by finding the hypotenuse
c = 2(8.9) + 3
c = 20.8
:
Enter into calc results: 20.800 confirms our solution
:
Find the dimensions of the rectangle. 18.8 by 8.9