SOLUTION: we are going to fence in a rectangular field and we know that for some reason we want the field to have an enclosed area of 75 feet squared. we also know that we want the width of
Algebra ->
Quadratic Equations and Parabolas
-> SOLUTION: we are going to fence in a rectangular field and we know that for some reason we want the field to have an enclosed area of 75 feet squared. we also know that we want the width of
Log On
Question 269691: we are going to fence in a rectangular field and we know that for some reason we want the field to have an enclosed area of 75 feet squared. we also know that we want the width of the field to be 3 feet longer than the length. what are the dimensions of the field? round yound your answer to the nearest hundreth. Answer by mananth(16946) (Show Source):
You can put this solution on YOUR website! we are going to fence in a rectangular field and we know that for some reason we want the field to have an enclosed area of 75 feet squared. we also know that we want the width of the field to be 3 feet longer than the length. what are the dimensions of the field? round yound your answer to the nearest hundreth.
let the length be x
the width will be x+3
Area of rectangle = length * width
x*(x+3) = 75
x^2 +3x =75
x^2+3x-75=0
this is similar to the equation ax^2 + bx+c
So a= 1, b= 3 an c c=-75
The roots of the quadratic equation is given by
x1,x2 = - b +/ - (sqrt(b^2-4ac)) /2a