A rectangular lot whose perimeter is 280 ft is fenced along 3 sides. An expensive fence along the lots length cost $35 per foot. An inexpensive fencing along the 2 side widths costs only $5 per foot. the total coast of the 3 sides is 3275. what are the dimensions? @jim_thompson5910
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
jimthompson5910 (jim_thompson5910):
let x = length, y = width
we have this picture
|dw:1379988710958:dw|
OpenStudy (anonymous):
okok
jimthompson5910 (jim_thompson5910):
the perimeter is 280, so all 3 sides add to 280
y+x+y = 280
x+2y = 280
x = 280 - 2y
jimthompson5910 (jim_thompson5910):
the expensive fence (that runs along the length x) is $35 a ft and the inexpensive fencing (that runs along the width y) is $5 a foot
so the total cost is
35x + 5y + 5y = 35x + 10y
jimthompson5910 (jim_thompson5910):
we are told the total cost is $3275, so
35x + 10y = 3275
35(280-2y) + 10y = 3275 ... plug in x = 280 - 2y
now solve for y
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
okay hang on
jimthompson5910 (jim_thompson5910):
ok
OpenStudy (anonymous):
y= 108.75?
jimthompson5910 (jim_thompson5910):
good
jimthompson5910 (jim_thompson5910):
use that to find x
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
it does? woah. you are a better explainer than my teacher!
jimthompson5910 (jim_thompson5910):
I'm glad it's all clicking now
jimthompson5910 (jim_thompson5910):
what do you get for x?
OpenStudy (anonymous):
x=62.5?
jimthompson5910 (jim_thompson5910):
perfect on both
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
gracias for your help
jimthompson5910 (jim_thompson5910):
oh wait...the perimeter of the lot is 280
not the total fencing is 280
so I messed up, I'm sorry, let me fix it
OpenStudy (anonymous):
oh okay is fine
jimthompson5910 (jim_thompson5910):
the perimeter of the lot is 280,
so we have 4 sides (two of them x, two of them y) that add to 280
x+y+x+y = 280
2x+2y = 280
2(x+y) = 280
x+y = 280/2
x+y = 140
y = 140 - x
------------------------------
Then we plug this into the second equation (that is still the same) and solve for x
35x + 10y = 3275
35x + 10(140-x) = 3275
35x + 1400-10x = 3275
25x + 1400 = 3275
25x = 3275 - 1400
25x = 1875
x = 1875/25
x = 75
and use this to find y
y = 140 - x
y = 140 - 75
y = 65
So the length is 75 and the width is 65
OpenStudy (anonymous):
I thought we only had 3 sides?
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
jimthompson5910 (jim_thompson5910):
I originally thought that too, but they are talking about the perimeter of the lot, not the total fencing put up
OpenStudy (anonymous):
ohhhhhhhhhhhhh
jimthompson5910 (jim_thompson5910):
yeah definitely got me too
OpenStudy (anonymous):
its a rectangle!
jimthompson5910 (jim_thompson5910):
yes it is, one side isn't fenced because it's probably against a wall already there
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
the longer dimension would be 75 right
jimthompson5910 (jim_thompson5910):
correct
OpenStudy (anonymous):
i only have one chance
OpenStudy (anonymous):
thanks
jimthompson5910 (jim_thompson5910):
|dw:1379989889840:dw|
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
jimthompson5910 (jim_thompson5910):
you're welcome
OpenStudy (anonymous):
perfect.it all makes sense.. Goodnight!
jimthompson5910 (jim_thompson5910):
I'm glad it does, good night
OpenStudy (anonymous):
waiiit. i have o admit I snuck an used mathway.com for a few problems could yo explain one really quick?
jimthompson5910 (jim_thompson5910):
sure and I use calculators all the time
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
jimthompson5910 (jim_thompson5910):
what do you need an explanation on?
OpenStudy (anonymous):
4a+7b=-8
8a+4c=56
6b+4c=-8
jimthompson5910 (jim_thompson5910):
there are a number of ways to do this, most ways lead to using fractions
let's see if this method has us using the least amount of fractions
jimthompson5910 (jim_thompson5910):
solve the second equation 8a+4c=56 for c to get
8a+4c=56
4c=56 - 8a
c=56/4 - 8a/4
c = 14 - 2a
now plug this into the third equation
6b+4c=-8
6b+4(14 - 2a)=-8
6b + 56 - 8a = -8
-8a + 6b = -8 - 56
-8a + 6b = -64
with me so far?
OpenStudy (anonymous):
yes
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
jimthompson5910 (jim_thompson5910):
now we have the 2 equations
4a+7b=-8
-8a + 6b = -64
how do we solve this system?
OpenStudy (anonymous):
lets multiply the top equation by 2
jimthompson5910 (jim_thompson5910):
good choice that gives you
4a+7b=-8
2*(4a+7b)=2*(-8)
8a + 14b = -16