document.write( "Question 169480: We are working on quadratic equations and I have no idea how to solve this. Here is the question: A rectangle has a perimiter of 52 feet and an area of 153 square feet. Find the dimensions fo the rectangle. I have tried to plug in the 2w+2L = 52. I factored out the 2 and divided it on both sides to get w=24-L. I tried to plug this in also. No luck. Please help me with a formula to solve.\r
\n" );
document.write( "\n" );
document.write( "Thanks
\n" );
document.write( "Shonnie \n" );
document.write( "
Algebra.Com's Answer #125291 by chiefman(11)![]() ![]() You can put this solution on YOUR website! given perimeter P=52 \n" ); document.write( "area(A)=153\r \n" ); document.write( "\n" ); document.write( "taking the perimeter of rectangle, \n" ); document.write( "P=2(l+w)and assigning length(l) to be x we have; \n" ); document.write( "p=2(x+w)since p=52 we have \n" ); document.write( "52=2(x+w) \n" ); document.write( "26=(x+w)therefore the width(w)becomes \n" ); document.write( "w=26-x \n" ); document.write( "since area=lw but l=x and w=26-x we have \n" ); document.write( "area(A)=x(26-x) \n" ); document.write( "153=x(26-x) \n" ); document.write( "153=26x-x^2 this reduces to aquadratic eqn \n" ); document.write( "x^2-26+153=0 \n" ); document.write( "applying the quadratic formula \n" ); document.write( "{x=(26+-sqrt(26^2-4*1*153))/(2*1)}the answer becomes \n" ); document.write( "x=17or 9ft \n" ); document.write( "L=17,W=26-17hence \n" ); document.write( "L=17,W=9 \n" ); document.write( "check;A=lw \n" ); document.write( "17*9=153 \n" ); document.write( " |